All notable changes to this project will be documented in this file.
21.1.0 (2026-04-10)
- app: consolidate new structure (d5b82f2)
- app: improve accessibility and i18n support, add automated accessibility tests (1ecd7a0)
- auth: fix register form state handling (afbc93f)
- auth: fix register form state handling (cf381f6)
- styles: refactor themes and buttons to use css variables for colors (5ee9d79)
- tools: add visual regression testing with playwright and more (f30e781)
- tools: enforce stricter rules and add new stylelint plugin (4566b61)
- app: clean up unused types and constants, add knip for unused exports analysis (822bdaf)
- auth: move guards and interceptors to
features/authenticationmodule (881985f) - docs: update 'README' for 'SSG' description and testing tools roadmap (16d9c6c)
- tools: add
eslint-plugin-sonarjsfor enhanced code quality checks (659f788) - tools: remove
npxprefix from scripts and hooks for consistency (5cf6d40) - tools: reorder and update scripts in
package.json(c44f70c)
| Type | Description |
|---|---|
| chore | update angular version to 21 |
| Type | Description |
|---|---|
| feat | update angular version to 20 |
| Type | Description |
|---|---|
| feat | add support for SSG (Static Site Generation), prerendering the main path / and individual Pokémon routes like /pokemon/pikachu |
| Type | Description |
|---|---|
| feat | add number of real time users inside home page |