Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/fix-scroll-spy-race.md

This file was deleted.

12 changes: 12 additions & 0 deletions core/pfe-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @patternfly/pfe-core

## 5.0.7
### 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

## 5.0.6
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion core/pfe-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/pfe-core",
"version": "5.0.6",
"version": "5.0.7",
"license": "MIT",
"description": "PatternFly Elements Core Library",
"customElements": "custom-elements.json",
Expand Down
Loading