docs: v0.20.1 changelog
This commit is contained in:
parent
0cd8423a19
commit
5c0ff4277f
10
HISTORY.md
10
HISTORY.md
|
|
@ -1,5 +1,15 @@
|
|||
# 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
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Reference in New Issue