Skip to content

Releases: patternfly/patternfly-elements

@patternfly/[email protected]

28 Mar 14:10
8ff162a
Compare
Choose a tag to compare

Minor Changes

  • 83024fe: roving-tabindex-controller: notify the host when the focused item changes.
  • 83024fe: roving-tabindex-controller: allow component authors to specify the type of items.

@patternfly/[email protected]

28 Mar 14:10
8ff162a
Compare
Choose a tag to compare

Patch Changes

@patternfly/[email protected]

27 Mar 15:58
c4bcf84
Compare
Choose a tag to compare

Minor Changes

  • 79f30b8: 11ty/plugins/custom-elements-manifest.cjs: added renderTitleInOverview
    option, a boolean flag which defaults to true.

    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 false by 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]

27 Mar 15:58
c4bcf84
Compare
Choose a tag to compare

Patch Changes

  • 9fd329e: <pf-panel>: fixed raised and bordered variants

@patternfly/[email protected]

26 Mar 08:49
939e030
Compare
Choose a tag to compare

Patch Changes

  • c2e901f: Added more formatting rules (infix spacing and type annotation spacing).

@patternfly/[email protected]

26 Mar 08:49
939e030
Compare
Choose a tag to compare

Patch Changes

  • af77424: <pf-accordion>: fixed issue where accent would not display full height if the
    large attribute 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 the header-text attribute.
  • caabed6: <pf-accordion-header>: fixed broken header-tag and header-text attributes
  • ed747e9: <pf-switch>: documented the change event

@patternfly/[email protected]

22 Mar 10:21
3ea5936
Compare
Choose a tag to compare

Patch Changes

  • cfc5913: pfe-tools:
    • Updated dev server header styles to match look and feel of 11ty documentation site
    • Added repoHost to PfeConfig which enables customizing the dev server repository host name and icon

@patternfly/[email protected]

22 Mar 10:21
3ea5936
Compare
Choose a tag to compare

Minor Changes

  • e45f5eb: roving-tabindex-controller: enabled controller to be used by aria-expanded elements

@patternfly/[email protected]

22 Mar 10:21
3ea5936
Compare
Choose a tag to compare

Minor Changes

  • abf2a7c: Added lint rule: no-missing-package-exports

@patternfly/[email protected]

22 Mar 10:21
3ea5936
Compare
Choose a tag to compare

Patch Changes