Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
@patternfly/[email protected]
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
scrollendinstead 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
- Fix rapid clicks leaving stale force-release listeners that caused the active
@patternfly/[email protected]
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
- Fix arrow up/down focus wrapping when a non-focusable placeholder occupies
@patternfly/[email protected]
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]
@patternfly/[email protected]
Patch Changes
- 135ecf6: React Wrappers Generator: skip module that have no exports
@patternfly/[email protected]
Major Changes
- a4dee0c: Require node >= 22
@patternfly/[email protected]
Patch Changes
- a13e259: Update dependencies
@patternfly/[email protected]
Patch Changes
- a13e259: Update dependencies
@patternfly/[email protected]
Patch Changes
- a13e259: Update dependencies
@patternfly/[email protected]
Minor Changes
-
280ef9b: ✨ Added
<pf-alert>componentAn 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>componentHelper 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>componentA 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
- a13e259: Update dependencies
- Updated dependencies [a13e259]
- @patternfly/[email protected]
@patternfly/[email protected]
Patch Changes
- a13e259: Update dependencies