|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.0.0] - 02/03/2026 |
| 4 | +### Updated |
| 5 | +- Migrated the project to a modern Angular architecture and refreshed routing/config setup. |
| 6 | +- Upgraded core framework dependencies and synchronized the platform stack. |
| 7 | +- Upgraded UI and charting ecosystem packages and aligned dependent libraries. |
| 8 | +- Upgraded calendar ecosystem packages and resolved related peer dependency issues. |
| 9 | +- Stabilized the documentation module for Angular 21 compatibility (module wiring, styles, shared imports). |
| 10 | +- Applied a broad set of UI fixes across key pages and widgets. |
| 11 | +- Modernized testing/tooling setup with Jest (unit) and Playwright (e2e) including CI workflow. |
| 12 | +- Added dependency security audit scripts and a security exception register for internal tracking. |
| 13 | +- Validated changes with successful `build`, `test`, and `e2e` runs. |
| 14 | + |
| 15 | +### Current stack versions |
| 16 | +- Node: `22.x` |
| 17 | +- npm: `>=10` |
| 18 | +- TypeScript: `5.9.3` |
| 19 | +- Angular framework (`@angular/*`): `^21.2.0` |
| 20 | +- Angular CLI: `^21.2.0` |
| 21 | +- Angular build system (`@angular-devkit/build-angular`): `^21.2.0` |
| 22 | +- Angular Material/CDK: `^21.2.0` |
| 23 | +- Angular Google Maps: `^21.2.0` |
| 24 | +- Angular ESLint: `21.2.0` |
| 25 | +- ESLint: `^9.39.3` |
| 26 | +- `@types/node`: `^25.3.3` |
| 27 | +- Font Awesome: `^7.2.0` |
| 28 | +- `@ng-select/ng-select`: `^21.5.2` |
| 29 | +- ECharts: `^6.0.0` |
| 30 | +- `ngx-echarts`: `^21.0.0` |
| 31 | +- `angular-calendar`: `^0.32.0` |
| 32 | +- `angular-draggable-droppable`: `^9.0.1` |
| 33 | +- `angular-resizable-element`: `^8.0.1` |
| 34 | +- `date-fns`: `^4.1.0` |
| 35 | +- `moment`: `^2.30.1` |
| 36 | +- `zone.js`: `^0.16.1` |
| 37 | +- `rxjs`: `7.8.2` |
| 38 | +- `swiper`: `^12.1.2` |
| 39 | +- `ngx-toastr`: `^20.0.5` |
| 40 | +- `leaflet`: `^1.9.4` |
| 41 | +- Jest: `^30.2.0` |
| 42 | +- Playwright: `^1.58.2` |
| 43 | + |
3 | 44 | ## [1.2.1] - 25/11/2024 |
4 | 45 | ### Updated |
5 | 46 | - Updated packages; |
|
0 commit comments