Skip to content

Commit cb10fea

Browse files
chore: prepare release (#2969)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca65338 commit cb10fea

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/fix-scroll-spy-race.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

core/pfe-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @patternfly/pfe-core
22

3+
## 5.0.7
4+
### Patch Changes
5+
6+
- ca65338: `ScrollSpyController`: fix race conditions on rapid and smooth scroll navigation
7+
8+
- Fix rapid clicks leaving stale force-release listeners that caused the active
9+
state to fall "one click behind"
10+
- Release force on `scrollend` instead of first IntersectionObserver callback,
11+
preventing intermediate sections from stealing active state during smooth scroll
12+
- Sort passed links by DOM order instead of Set insertion order, fixing incorrect
13+
active state with non-contiguous content sections
14+
315
## 5.0.6
416
### Patch Changes
517

core/pfe-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pfe-core",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"license": "MIT",
55
"description": "PatternFly Elements Core Library",
66
"customElements": "custom-elements.json",

0 commit comments

Comments
 (0)