| title | section | hideTOC |
|---|---|---|
Release notes |
root |
true |
Packages released:
- @patternfly/[email protected]
- Button: Add control modifier (#2005)
- Charts:
- Chip group: Add overflow to group (#2278)
- 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)
- Data list: Make data list borders consistent with table (#2289)
- Data toolbar:
- Flex layout: Wrapped flex items, update css (#2214)
- Navigation: Added styling updates to dark nav (#2283)
- Page: Added ability to keep sidebar collapsed between sizes (#2264)
- Pagination: Added compact variation (#2275)
- Radio: Updated the radio component example to single components (#2231)
- Select:
- Table:
- Tooltip: Added text align left modifier (#2284)
- Wizard:
- Shield: Added missing components, missing var to brand docs js (#2263)
Packages released:
- @patternfly/[email protected]
- Charts:
- Select: Add support for custom toggle icon. #2154
- Data Toolbar:
- Modal: Add variation for left-aligned footer buttons. #2182
- Wizard: Add in-page variation. #2186
- Dropdown: Add variation for primary toggle. #2210
- Spinner: Add spinner component. #2142
- Dropdown:
- Overflow Menu: Add overflow menu component. #2126
- Nav & Page sidebar:
- Form: Update horizontal form label alignment. #2200
- A11y: Fix accessibility issues in basic forms demo. #2086
- Dependencies:
- Build:
- Workspace: Fix codepen button title. #2151
Packages released:
- @patternfly/[email protected]
- Alert: Added default alert (#2107)
- Data list: Gave Data List Demo a header (#2083)
- Divider: Updated example for the li example of the divider, set the type from div to li (#2089)
- Drawer demo: Removed drawer.scss. The drawer demo used to add a sass file. We removed this since demos should not have their own distributed css. (#2138)
- Charts: Added color to black range, shift vars (#2094)
- Logo: PF logo missing width attribute (#2101)
- Page: Took main elements grid-area value out of custom property (#2137)
- Popover: Ensure content does not overlap close button (#2129)
- Radio: Gave unique names to fix a11y (#2088)
- Select: Added a disable modifier (#2028)
- A11y: Ensure SkipToContent sends focus to page content (#2058)
- Build: Moved to circle ci
- Replaces .travis.yml with .circleci/config.yml and split up test steps to allow testing in parallel and nicer Github status checks
- Fixes our our a11y Selenium script to not have Travis integrations
- Uploads PR previews to https://surge.sh on every pushed commit (no need for Netlify to also build a preview)
- Still updates the Github Pages with a new npm run publish:docs target on merges to master (#2121)
- Temporarily disable problematic ci checks (#2125)
- Demos: Use unique ID used in alert and cardview demos (#2106)
- Notes: Format release notes using uls
- Page: Updated demo main section copy (#2092)
Packages released:
- @patternfly/[email protected]
- About modal: Updated break-word on content area instead of break-all (#2035)
- App launcher:
- Charts:
- Chip: updated padding on chip label (#2063)
- Divider: Added divider component (#2080)
- Drawer: Added drawer component (#2069)
- Dropdown:
- Icons: Changed selector that wraps extend for lower specificity (#2018)
- Login: Unset the link color text so that its white. (#2032)
- Navigation: Changed max-height to 100% for subnav (#2061)
- Options menu: Centered plain button content (#2071)
- Page: Removed toggle from horizontal nav page demo (#2004)
- Pagination: Added disabled variation (#2015)
- Select:
- Switch: Removed dependency on font-size for switch's height (#2049)
- Table:
- Tooltip: Broke words in a place to fit in tooltip (#2033)
- Red Hat font: Added opt-in option to use Red Hat font (#1813)
- Experimental features: Added experimental feature support (#2031)
Packages released:
- @patternfly/[email protected]
- About modal box: Removed the title classes from the strapline paragraph. Changed strapline
font-sizeto 14px. (#1951) - About modal, app launcher, backdrop, context selector, datalist, dropdown, form control, input group, modal, nav, options menu, select, table, tabs, wizard:
- Re-do z-index system so components overlap one another properly (#1901)
- Accordion, clipboard copy, data list, dropdown, expandable, nav, options menu, select, table, wizard:
- Added expanded/collapsed arrow rotation in components (#1932)
- Accordion:
- Add variation of accordion that uses divs and headings instead of definition list (#1990)
- Alert group:
- Renamed example and reworded docs (#1930)
- App launcher:
- Background image:
- Reduce size of background image (#1936)
- Card:
- Added compact variation (#1975)
- Charts:
- Added remaining variables (#1863)
- Copy to Clipboard:
- fixed focus ring and add content editable to expanded (#1896)
- Datalist:
- Added an example using a heading in the primary content section. (#1870)
- Dropdown:
- Increased height of examples that overflow (#1965)
- Expandable:
- Added type to the button (#1982)
- Form:
- Added element for form label text, make it bold (#1952)
- Form, login, wizard:
- Fixed order of variables which was causing the IE conversion script to generate undefined. Also removed a login variable that was not needed. This was also causing the IE scripts to generate undefined. (#1871).
- Nav:
- Changed breakpoint to fix bug (#1918)
- Options menu:
- Added disabled variation (#1973)
- Progress:
- Changed the font weight on sm variation (#1974)
- Table:
- Added ie11 to build (#1876)
- Updated the window size used for the browser that our a11y audit is run against (#1911)
Packages released:
- @patternfly/[email protected]
- About Modal Box:
- Addressed overflow of about modal (#1902)
- Accordion:
- Removed need for class on toggle icon (#1889)
- Button:
- Added class around the icon to fix bug (#1890)
- Charts:
- Added css vars (#1868)
- Datalist:
- Added breakpoints for actions (#1886)
- Inline alert:
- We had previously applied
font-sizeto the inline alerts via.pf-c-alert__icon > i, which didn’t work in React since the icon is an svg. We appliedfont-sizeto.pf-c-alert__iconinstead. Also, the inline warning icon was fixed because it was wider than the others (#1909)
- We had previously applied
- Notification Badge:
- Added notification badge (#1862)
- Switch:
- Added focus indicator (#1874)
- Table:
- Media query now matches border. Fixed the table so that when the table breaks to grid form, the border width changes to 8px, and the border color matches the background color. (#1881)
Packages released:
- @patternfly/[email protected]
- Alert:
- Card:
- Added a wrapper for the Actions in the top right, so that content wraps around it - similar to the Popover component. Added a logo/img wrapper that is always left aligned. (#1745)
- Removed flex from header (#1817)
- Updated font sizes. Card body and footer text size were changed to be 14px by default and header was changed to 16px. (#2103)
- Card Demo: Added demo (#1716)
- Content:
- Changed margin bottom for small element (#1843)
- Form/login/wizard:
- Fixed undefined issues with IE11 script (#1871)
- Nav:
- Pagination:
- Updated options menu aria-label (#1782)
- Popover:
- Scoped title class to popover component (#1857)
- Table:
- Remove min-height from buttons in expansion toggle (#1818)
- Wizard:
- Gutter:
- Updated mobile gutter spacing in layouts that have gutters (#1829)