Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
@patternfly/[email protected]
@patternfly/[email protected]
Patch Changes
- d5c6c19: Dev Server: fixes
*-lightdom.css
support in config
@patternfly/[email protected]
Patch Changes
- c5d9588: roving-tabindex-controller: fixes arrow keydown event listeners
@patternfly/[email protected]
Minor Changes
- 12c59e9:
<pf-icon>
: allowgetIconUrl
to return a string, permitting users to import
icons from 'bare module specifiers'.
Patch Changes
- c5d9588:
<pf-accordion>
: fixed keyboard navigation inside of nested accordions - a2e88b5:
<pf-tabs>
: fix vertical alignment of slotted icons - 12c59e9:
<pf-icon>
: use fontawesome 5 icons. NOTE: imports from
@patternfly/elements/pf-icon/icons/
are deprecated and will be removed in the
next major version. - 6adf530:
<pf-tabs>
: prevent error when using in certain javascript frameworks - 881c8a5:
<pf-timestamp>
: improved performance by using browser-standard features to calculate relative time - Updated dependencies [c5d9588]
- @patternfly/[email protected]
@patternfly/[email protected]
@patternfly/[email protected]
@patternfly/[email protected]
Minor Changes
-
78c8e44: ✨ Added
<pf-popover>
<pf-popover heading="Popover heading" body="Popovers are triggered by click rather than hover." footer="Popover footer" > <pf-button>Toggle popover</pf-button> </pf-popover>
-
9266ee5:
<pf-button>
: exposebutton
part for styling the internal button element
Patch Changes
- 5a6683b:
<pf-tabs>
: improved accessibility for elements extendingBaseTab
and
BaseTabPanel
by assigning random IDs when no exists. - 32eecd6:
BaseTab
:- fixed Safari focus issue on keyboard navigation
- fixed Safari focus issue on mouse click
- Updated dependencies [78c8e44]
- Updated dependencies [37c23c3]
- @patternfly/[email protected]
@patternfly/[email protected]
Minor Changes
- 69e7f5b: Added
site.componentSubpath
config to.pfe.config.json
, representing the
site subpath for component pages and demos. Default is'components'
.
@patternfly/[email protected]
Patch Changes
- 90b3ade: Removes special characters from component slugs ie.
special (characters)
becomesspecial-characters
@patternfly/[email protected]
Patch Changes
- 0895f50:
<pf-accordion>
: preventedexpanded
accordion headers from stealing focus when the page loads.