Skip to content

Commit 3155528

Browse files
author
Flatlogic Bot
committed
docs: add changelog entry for v3.0.0 modernization release
1 parent cd99b34 commit 3155528

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0] - 22/02/2026
4+
5+
- Migrated build tooling from CRA/rewired to Vite (`dev`, `build`, `preview`) with npm-only workflow.
6+
- Upgraded runtime stack to modern baseline: React Router 7 + Vite 7 + SWC React plugin.
7+
- Removed legacy runtime layers (`connected-react-router`, old router/history glue, Babel project config, CRA polyfill path).
8+
- Completed active-code UI modernization: no legacy `@material-ui/*`, class components migrated to hooks in active paths.
9+
- Restored and modernized maps using `leaflet` + `react-leaflet` + `topojson-client`.
10+
- Added smoke test coverage on critical routes (login, dashboard, users) with Vitest.
11+
- Added CI quality gates (`lint`, `build`, `test`) and cleaned eslint output to zero warnings/errors.
12+
- Refreshed README and modernization plan docs to match the current stack and release workflow.
13+
314
## [2.4.1] - 22/11/2024
415

516
- Updated dependencies

0 commit comments

Comments
 (0)