Skip to content

Releases: patternfly/patternfly-elements

@patternfly/[email protected]

17 Nov 15:50
b6e60e4

Choose a tag to compare

Pre-release

Patch Changes

  • fcdcc27: Removing pfe-page-status

@patternfly/[email protected]

16 Nov 17:45
738eb8c

Choose a tag to compare

Pre-release

Patch Changes

@patternfly/[email protected]

05 Nov 16:54
4e24ec6

Choose a tag to compare

Pre-release

Minor Changes

  • 4400866: Adds a11y tree testing to test runner config

Patch Changes

  • 9d10155: Update element internals polyfill, fixes clicking on label in safari
  • 4400866: update dependencies

@patternfly/[email protected]

05 Nov 16:54
4e24ec6

Choose a tag to compare

Pre-release

Major Changes

  • 4400866: Added <pfe-switch>, a control that toggles the state of a setting between on and off.
    Switches provide a more explicit, visible representation on a setting than checkboxes.

    <form>
      <pfe-switch id="color-scheme-toggle"></pfe-switch>
      <label for="color-scheme-toggle" data-state="on">Dark Mode</label>
      <label for="color-scheme-toggle" data-state="off" hidden>Light Mode</label>
    </form>

Patch Changes

  • dc34cf5: Prevented clicks and other interactions when the switch is disabled

@patternfly/[email protected]

05 Nov 16:54
4e24ec6

Choose a tag to compare

Pre-release

Patch Changes

  • e277451: Updating the accordion to include a minor animation for screen reader accessibility in Chrome on Mac

@patternfly/[email protected]

26 Oct 13:18
9be2fcd

Choose a tag to compare

Pre-release

Major Changes

  • 686c01e: Rewrote <pfe-badge> to more closely implement the PatternFly v4 spec. This includes component API changes, but HTML implementation remains the same.

    <pfe-badge number="7">7</pfe-badge>
    <pfe-badge threshold="10" number="7" state="unread">7</pfe-badge>

    Updates

    • Options for the state attribute have changed to read and unread.
    • pfe Sass variables were replaced by --pf-* css variables.

@patternfly/[email protected]

25 Oct 19:13
afc429b

Choose a tag to compare

Pre-release

Minor Changes

  • daba8a5: Adds styles to slotted timestamps.

    <pfe-tooltip position="top">
      <pfe-timestamp
        date="Tue Aug 09 2022 14:57:00 GMT-0400 (Eastern Daylight Time)"
      ></pfe-timestamp>
      <span slot="content"
        >Last updated on
        <pfe-timestamp
          date="Tue Aug 09 2022 14:57:00 GMT-0400 (Eastern Daylight Time)"
          date-format="long"
          time-format="short"
          display-suffix="UTC"
          utc
        >
        </pfe-timestamp>
      </span>
    </pfe-tooltip>

@patternfly/[email protected]

25 Oct 15:57
19c90a3

Choose a tag to compare

Pre-release

Patch Changes

@patternfly/[email protected]

25 Oct 19:13
afc429b

Choose a tag to compare

Pre-release

Minor Changes

  • daba8a5: Changing from pfe-datetime to pfe-timestamp

@patternfly/[email protected]

25 Oct 15:57
19c90a3

Choose a tag to compare

Pre-release

Minor Changes

  • 07ad1d3: Adds testing utilities to stub Logger methods