Skip to content

Commit b8b5195

Browse files
childrentimeclaude
andcommitted
fix: reorder changelog — move 6.3.0 entry to bottom
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c30671f commit b8b5195

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/core/changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,12 @@ function Component() {
352352
- fix(useIntersectionObserver): add missing `target` dependency - now correctly re-observes when target element changes
353353
- feat(useStableTarget): add new internal utility hook for creating stable identifiers for BasicTarget parameters that can be safely used in effect dependencies. This solves the common problem where passing unstable function references like `() => document` would cause infinite re-renders
354354

355+
## 6.1.12(Mar 10, 2026)
356+
357+
- fix(useGeolocation): make useSupported check more robust
358+
355359
## 6.3.0(Mar 24, 2026)
356360

357361
- refactor(createStorage): replace `useState` + `useDeepCompareEffect` with `useSyncExternalStore`, eliminating CSR first-render flicker, SSR hydration mismatches, and stale cross-tab reads (#195)
358362
- fix(createStorage): fix stale closure in consecutive functional updates within the same synchronous batch — `updateState` now reads from `getSnapshot()` instead of the render-time `state`
359363
- test(useLocalStorage): add 12 new test cases covering cross-tab sync, `storage.clear()`, `listenToStorageChanges` toggle, three-state semantics, `onError`, `mountStorageValue`, and consecutive functional updates
360-
361-
## 6.1.12(Mar 10, 2026)
362-
363-
- fix(useGeolocation): make useSupported check more robust

packages/website-docusaurus/docs/changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ description: >-
77
---
88
# ChangeLog
99

10-
## 6.1.12(Mar 10, 2026)
11-
12-
- fix(useGeolocation): make useSupported check more robust
13-
1410
## 6.3.0(Mar 24, 2026)
1511

1612
- refactor(createStorage): replace `useState` + `useDeepCompareEffect` with `useSyncExternalStore`, eliminating CSR first-render flicker, SSR hydration mismatches, and stale cross-tab reads (#195)
1713
- fix(createStorage): fix stale closure in consecutive functional updates within the same synchronous batch — `updateState` now reads from `getSnapshot()` instead of the render-time `state`
1814
- test(useLocalStorage): add 12 new test cases covering cross-tab sync, `storage.clear()`, `listenToStorageChanges` toggle, three-state semantics, `onError`, `mountStorageValue`, and consecutive functional updates
1915

16+
## 6.1.12(Mar 10, 2026)
17+
18+
- fix(useGeolocation): make useSupported check more robust
19+
2020
## 6.1.11(Jan 20, 2026)
2121

2222
- fix(usePageLeave): fix infinite re-render issue caused by unstable handler references

0 commit comments

Comments
 (0)