docs: v0.20.1 changelog

This commit is contained in:
null 2026-05-09 22:01:40 -05:00
parent 0cd8423a19
commit 5c0ff4277f
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
# Bill Tracker — Changelog # Bill Tracker — Changelog
## v0.20.1
### Added
- **Code splitting** — All page components (except LoginPage) now lazy-load via React.lazy + Suspense, reducing initial bundle size
- **PageLoader component** — Minimal loading spinner for lazy-loaded routes
- **Version badge on Roadmap page** — Admins see the current version at the top of the dashboard
- **Version in /api/about-admin** — API now returns version from package.json
- **Roadmap nav link** — Admins see "Roadmap" in dropdown menu and admin sidebar
- **/admin/roadmap route** — Direct URL to admin dashboard
## v0.20.0 ## v0.20.0
### Added ### Added