Skip to content

Releases: patternfly/patternfly-elements

@patternfly/[email protected]

08 Mar 23:53
cb10fea

Choose a tag to compare

Patch Changes

  • ca65338: ScrollSpyController: fix race conditions on rapid and smooth scroll navigation

    • Fix rapid clicks leaving stale force-release listeners that caused the active
      state to fall "one click behind"
    • Release force on scrollend instead of first IntersectionObserver callback,
      preventing intermediate sections from stealing active state during smooth scroll
    • Sort passed links by DOM order instead of Set insertion order, fixing incorrect
      active state with non-contiguous content sections

@patternfly/[email protected]

10 Feb 19:27
8b88e14

Choose a tag to compare

Patch Changes

  • ec6b358: ATFocusController: fix keyboard focus wrapping and dynamic item support

    • Fix arrow up/down focus wrapping when a non-focusable placeholder occupies
      index 0 (e.g. a disabled "Select a value" option)
    • Fix dynamically added options not receiving keyboard focus until the listbox
      is reopened

@patternfly/[email protected]

10 Feb 19:27
8b88e14

Choose a tag to compare

Patch Changes

  • ec6b358: <pf-select>: don't steal browser focus on page load, and improve keyboard accessibility of the listbox.
  • Updated dependencies [ec6b358]

@patternfly/[email protected]

07 Jan 14:14
f43c1bc

Choose a tag to compare

Patch Changes

  • 135ecf6: React Wrappers Generator: skip module that have no exports

@patternfly/[email protected]

26 Dec 07:47
62f05c8

Choose a tag to compare

Major Changes

@patternfly/[email protected]

25 Dec 19:20

Choose a tag to compare

Patch Changes

@patternfly/[email protected]

25 Dec 19:20

Choose a tag to compare

Patch Changes

@patternfly/[email protected]

25 Dec 19:20

Choose a tag to compare

Patch Changes

@patternfly/[email protected]

25 Dec 19:20

Choose a tag to compare

Minor Changes

  • 280ef9b: ✨ Added <pf-alert> component

    An alert is a notification that provides brief information to the user without blocking their workflow.

    <pf-alert variant="warning"
              title-text="Custom alert title"
              dismissable>
      This is the alert description.
      <pf-button slot="actions">Ok</pf-button>
      <pf-button slot="actions">Cancel</pf-button>
    </pf-alert>
  • 1eea604: ✨ Added <pf-helper-text> component

    Helper text is an on-screen field guideline that helps provide context regarding field inputs.

    <pf-helper-text variant="error">You must include an email address</pf-helper-text>
  • 26b1faa: ✨ Added <pf-hint> component

    A hint is in-app messaging that provides a one-step reminder, explanation,
    or call to action for a page or modal. Hints provide information about an
    interaction or prerequisite step that might not be immediately obvious to the
    user.

    <pf-hint>
      Welcome to the new documentation experience.
      <a href="#">Learn more about the improved features</a>.
    </pf-hint>

Patch Changes

@patternfly/[email protected]

25 Dec 19:20

Choose a tag to compare

Patch Changes