You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@
4
4
5
5
All notable changes to this project will be documented in this file.
6
6
7
+
## [2.7.228] — 2026-03-15
8
+
9
+
- refactor(web/sidebar): added shared `safeStorageGetJson(...)` in `apps/web/src/components/Sidebar.tsx` so stored navigation preference hydration now reads and parses localStorage payloads through one helper instead of repeating inline `safeStorageGet(...)` + `JSON.parse(...)` flows.
10
+
- changed(web/sidebar): collapsed sections, favorites, recent routes, and recent searches now hydrate through the same storage-read path, reducing parse drift and keeping malformed stored payload handling consistent across Sidebar preference surfaces.
11
+
- refactor(web/sidebar): removed the unused component-local `persistRecentRoutes(...)` helper so Sidebar no longer keeps an unreferenced older recent-route persistence path around.
12
+
- test(web/navigation): reran focused nav validation/config suites after the Sidebar storage-read convergence cleanup (`37` tests passing).
13
+
7
14
## [2.7.227] — 2026-03-15
8
15
9
16
- refactor(web/sidebar): added shared `safeStorageRemoveMany(...)` in `apps/web/src/components/Sidebar.tsx` so reset and clear actions now remove persisted navigation preference keys through one helper instead of repeating inline storage deletes.
0 commit comments