Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
@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>: exposebuttonpart for styling the internal button element
Patch Changes
- 5a6683b:
<pf-tabs>: improved accessibility for elements extendingBaseTaband
BaseTabPanelby 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.componentSubpathconfig 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>: preventedexpandedaccordion headers from stealing focus when the page loads.
@patternfly/[email protected]
@patternfly/[email protected]
Patch Changes
- 83024fe:
<pf-tabs>: improved keyboard navigation so it correctly activates the focused tab - Updated dependencies [83024fe]
- Updated dependencies [83024fe]
- @patternfly/[email protected]
@patternfly/[email protected]
Minor Changes
-
79f30b8:
11ty/plugins/custom-elements-manifest.cjs: addedrenderTitleInOverview
option, a boolean flag which defaults totrue.When true, this option renders an
<h1>in the element's docs page's "Overview"
section.Note: the next major release will switch this option to
falseby default, so
to prepare your docs pages, add your own headings:BEFORE:
{% renderOverview %} <pf-jazz-hands></pf-jazz-hands> {% endrenderOverview %}AFTER:
<section class="band"> <h1 id="jazz-hands">Jazz Hands</h1> </section> {% renderOverview %} <pf-jazz-hands></pf-jazz-hands> {% endrenderOverview %}
@patternfly/[email protected]
Patch Changes
- 9fd329e:
<pf-panel>: fixed raised and bordered variants