| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
PatternFly-Next preview: https://patternfly-next-pr-2289.surge.sh |
Sorry, something went wrong.
|
Sorry I'm probably just missing this somewhere, but is there a list of what needs to change to what? Is that in this spreadsheet? I'm still seeing differences in this PR, like this: tabledata list |
Sorry, something went wrong.
|
@mcoker here is the link to the slide share that Margo made: https://docs.google.com/presentation/d/1fLp8424_ykHEyS5K2kkGsfklE3tfIQCBy0eTu1G19go/edit#slide=id.g5e8e11457d_0_0 and I updated that bottom-border. Do you see anything else? |
Sorry, something went wrong.
|
@christiemolloy I don't see anywhere in the linked spreadsheet which values are correct - it's just pointing out differences. Same with #2185, it just lists the differences but doesn't say which is correct. |
Sorry, something went wrong.
|
Sorry, the values in the table are correct @mcoker |
Sorry, something went wrong.
| list-style-type: disc; | ||
| background-color: var(--pf-c-data-list--BackgroundColor); | ||
| border-top: var(--pf-c-data-list--BorderTopWidth) solid var(--pf-c-data-list--BorderTopColor); | ||
| border-bottom: var(--pf-c-data-list--BorderBottomWidth) solid var(--pf-c-data-list--BorderBottomColor); |
There was a problem hiding this comment.
still need to add this line back in so it isn't a breaking change.
Sorry, something went wrong.
There was a problem hiding this comment.
Just need to add back that border-bottom declaration so it isn't a breaking change, then looks good to me!
Sorry, something went wrong.
|
A couple of questions that are outside the scope of this PR.
table |
Sorry, something went wrong.
|
@mcoker great questions. The examples for data-list/table are here: https://sketch.cloud/s/R9k28/a/rWLoQP however they don't demonstrate every single example that we have so I think it would be great for me to sit down with a designer and go through all the examples that we have and make sure we're consistent across design and dev. |
Sorry, something went wrong.
|
@gdoyle1 added "update symbol library" label. I'm going to add 30 minutes on your calendar so that I can help you update the library! |
Sorry, something went wrong.
There was a problem hiding this comment.
nice!!
Sorry, something went wrong.
There was a problem hiding this comment.
Good job, LGTM!
Sorry, something went wrong.
|
@mattnolting @mcoker fixed the ::before border |
Sorry, something went wrong.
There was a problem hiding this comment.
Perfect! LGTM
Sorry, something went wrong.
|
🎉 This PR is included in version 2.33.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sorry, something went wrong.
Ah great thanks! Talk to you Friday about it @christiemolloy |
Sorry, something went wrong.
# 2019.08 release notes (2019-10-01) Packages released: - @patternfly/patternfly@2.x ## Components - **Charts:** - Adjust padding for pie and donut charts ([#2247](#2247)) - Set mix-blend-mode for better color contrast ([#2239](#2239)) - Update area chart opacity ([#2233](#2233)) - **Copy to clipboard:** Wrapped code in pre which allows the code to preserve line-breaks and spaces and also applies styling such as the monospace font. ([#2260](#2260)) - **Data list:** Make data list borders consistent with table ([#2289](#2289)) - **Data toolbar:** - Updated clear button mods ([#2248](#2248)) - Added in examples for expandable ([#2273](#2273)) - **Flex layout:** Wrapped flex items, update css ([#2214](#2214)) - **Wizard:** - Re-enabled wizard modal demos ([#2259](#2259)) - Updated in page wizard demos to use dark sidebar/nav ([#2296](#2296)) - **Navigation:** Added styling updates to dark nav ([#2283](#2283)) - **Page:** Added ability to keep sidebar collapsed between sizes ([#2264](#2264)) - **Pagination:** Added compact variation ([#2275](#2275)) - **Radio:** Updated the radio component example to single components ([#2231](#2231)) - **Table:** - Fixed a11y issues in org documentation/html/table ([#2282](#2282)) - Added empty and loading state table demos ([#2254](#2254)) - **Tooltip:** Added text align left modifier ([#2284](#2284)) - **Select:** - Added typeahead form wrapper, udpated css ([#2255](#2255)) - Add top expanded example ([#2026](#2026)) - **Chip group:** Add overflow to group ([#2278](#2278)) - **Button:** Add control modifier ([#2005](#2005)) ## Other - **Shield:** Added missing components, missing var to brand docs js ([#2263](#2263))
* Create 2019.08 release notes (2019-10-01) Adding new release notes * Update 2019.08 release notes (2019-10-01) # 2019.08 release notes (2019-10-01) Packages released: - @patternfly/patternfly@2.x ## Components - **Charts:** - Adjust padding for pie and donut charts ([#2247](#2247)) - Set mix-blend-mode for better color contrast ([#2239](#2239)) - Update area chart opacity ([#2233](#2233)) - **Copy to clipboard:** Wrapped code in pre which allows the code to preserve line-breaks and spaces and also applies styling such as the monospace font. ([#2260](#2260)) - **Data list:** Make data list borders consistent with table ([#2289](#2289)) - **Data toolbar:** - Updated clear button mods ([#2248](#2248)) - Added in examples for expandable ([#2273](#2273)) - **Flex layout:** Wrapped flex items, update css ([#2214](#2214)) - **Wizard:** - Re-enabled wizard modal demos ([#2259](#2259)) - Updated in page wizard demos to use dark sidebar/nav ([#2296](#2296)) - **Navigation:** Added styling updates to dark nav ([#2283](#2283)) - **Page:** Added ability to keep sidebar collapsed between sizes ([#2264](#2264)) - **Pagination:** Added compact variation ([#2275](#2275)) - **Radio:** Updated the radio component example to single components ([#2231](#2231)) - **Table:** - Fixed a11y issues in org documentation/html/table ([#2282](#2282)) - Added empty and loading state table demos ([#2254](#2254)) - **Tooltip:** Added text align left modifier ([#2284](#2284)) - **Select:** - Added typeahead form wrapper, udpated css ([#2255](#2255)) - Add top expanded example ([#2026](#2026)) - **Chip group:** Add overflow to group ([#2278](#2278)) - **Button:** Add control modifier ([#2005](#2005)) ## Other - **Shield:** Added missing components, missing var to brand docs js ([#2263](#2263)) * Rename 2019.08 release notes (2019-10-01) to 2019.08 release notes (2019-10-01).MD Added .md file name * Update 2019.08 release notes (2019-10-01).MD Co-Authored-By: Michael Coker <35148959+mcoker@users.noreply.github.com> * alphabetize components
| Back | FazBrowse Home | New Git URL |
fixes #2185
When reviewing, refer to #2185 for the slides that @mmenestr made!