Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
@patternfly/pfe-tools@1.1.1
Patch Changes
- 90b3ade: Removes special characters from component slugs ie.
special (characters)becomesspecial-characters
@patternfly/elements@2.0.5
Patch Changes
- 0895f50:
<pf-accordion>: preventedexpandedaccordion headers from stealing focus when the page loads.
@patternfly/pfe-core@2.2.0
@patternfly/elements@2.0.4
@patternfly/pfe-tools@1.1.0
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/elements@2.0.3
Patch Changes
- 9fd329e:
<pf-panel>: fixed raised and bordered variants
@patternfly/eslint-config-elements@2.0.1
Patch Changes
- c2e901f: Added more formatting rules (infix spacing and type annotation spacing).
@patternfly/elements@2.0.2
Patch Changes
- af77424:
<pf-accordion>: fixed issue where accent would not display full height if the
largeattribute was set on<pf-accordion>and<pf-accordion-panel>slotted
content had padding or margins - caabed6:
<pf-accordion-header>: fixed duplicated/nested headings when slotted heading
elements are used instead of theheader-textattribute. - caabed6:
<pf-accordion-header>: fixed brokenheader-tagandheader-textattributes - ed747e9:
<pf-switch>: documented thechangeevent
@patternfly/pfe-tools@1.0.1
Patch Changes
- cfc5913:
pfe-tools:- Updated dev server header styles to match look and feel of 11ty documentation site
- Added
repoHosttoPfeConfigwhich enables customizing the dev server repository host name and icon
@patternfly/pfe-core@2.1.0
Minor Changes
- e45f5eb:
roving-tabindex-controller: enabled controller to be used by aria-expanded elements