Skip to content

@patternfly/pfe-core@5.0.7

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Mar 23:53
cb10fea

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