Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
@patternfly/[email protected]
Patch Changes
- a56aa80: chore: update package.json
@patternfly/[email protected]
Major Changes
-
eaa5361: ## 🔥 Migrate to Lit
This release migrates
<pfe-accordion>to LitElement. It also fixes several keyboard accessibility bugs.NEW: CSS Shadow Parts
- Adds
text,accents, andiconCSS parts to<pfe-accordion-header> - Adds
containerCSS part to<pfe-accordion-panel>
Breaking Changes
- Initial render is now asynchronous.
If your code assumes that shadow DOM is ready once the element is constructed, update it toawait element.updateComplete; - Deprecates
pfe-accordion:expandandpfe-accordion:collapseevents. Useexpandandcollapseinstead
See docs for more info
- Adds
Patch Changes
- Updated dependencies [15514b3]
- Updated dependencies [e8788c7]
- Updated dependencies [b7201f0]
- @patternfly/[email protected]
- @patternfly/[email protected]
- @patternfly/[email protected]
@patternfly/[email protected]
Patch Changes
- a56aa80: chore: update package.json
v1.12.3
v1.12.0
v1.11.2
v1.11.1
- 5393d18 fix: Pfe-Primary-Detail - Fixing animation jank when expanding a section in compact mode
- b691da0 docs: Adjust example code block for typography classes
- 974ab6f fix: typos in package.json files
- b18dd64 fix: fix for re-renders when there is no selectedindex
- f727065 fix: added resize observer for lining up progress bar
- 2c4b6e4 fix: Pfe-Primary-Detail - Fixed issues from Safari, IE11, and the escape key didn't work as expected in compact layout
v1.11.0
- 489c561 feat: Pfe-Primary-Detail - Added much improved a11y and keyboard navigation, added mobile optimized layout behavior, and added thorough tests using new framework.
- f378caa fix: pfe-autocomplete update aria-selected attribute
- d3ea7fa feat: Graceful failure for component registry
- 099dc3e fix: Accordion alignment with latest design kit
- 5f88c39 fix: Jump links parseInt for IE11
- 43a904e fix: container sass placeholder using incorrect variable for spacing (#1522)
- 3d3c4f1 fix: accordion rendering slotted content in the header
- 519d16a feat: vertically center pfe-tab content
- 877a1ed feat: modal width attribute
- 3765170 feat: add color vars to pfe-progress-indicator for styling
- 3c1fc43 feat: pfe-button | Add large variant