Skip to content

Commit f589b36

Browse files
committed
chore(release): 21.1.0
1 parent 1ecd7a0 commit f589b36

4 files changed

Lines changed: 7031 additions & 4440 deletions

File tree

.versionrc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"types": [
3+
{"type": "feat", "section": "Features"},
4+
{"type": "fix", "section": "Bug Fixes"},
5+
{"type": "chore", "section": "Chores"},
6+
{"type": "docs", "section": "Documentation"},
7+
{"type": "style", "section": "Styles"},
8+
{"type": "refactor", "section": "Refactors"},
9+
{"type": "perf", "section": "Performance"},
10+
{"type": "test", "section": "Tests"}
11+
],
12+
"commitAll": true,
13+
"infile": "CHANGELOG.md",
14+
"header": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\n"
15+
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [21.1.0](https://github.com/Ismaestro/angular-example-app/compare/v21.0.0...v21.1.0) (2026-04-10)
6+
7+
### Features
8+
9+
- **app:** consolidate new structure ([d5b82f2](https://github.com/Ismaestro/angular-example-app/commit/d5b82f264b930540bca2d7db004f876b6a9143fd))
10+
- **app:** improve accessibility and i18n support, add automated accessibility tests ([1ecd7a0](https://github.com/Ismaestro/angular-example-app/commit/1ecd7a08566bc817f4ceeef2f8b9485a85e85d02))
11+
- **auth:** fix register form state handling ([afbc93f](https://github.com/Ismaestro/angular-example-app/commit/afbc93f5f7d3117b1fd431207944e019ec6957ed))
12+
- **auth:** fix register form state handling ([cf381f6](https://github.com/Ismaestro/angular-example-app/commit/cf381f68833d624cf620463063cffc1cfc9c7f0c))
13+
- **styles:** refactor themes and buttons to use css variables for colors ([5ee9d79](https://github.com/Ismaestro/angular-example-app/commit/5ee9d799db816277eb02e7b16da69775fbfa3b62))
14+
- **tools:** add visual regression testing with playwright and more ([f30e781](https://github.com/Ismaestro/angular-example-app/commit/f30e78106014a0829dab6a2224b4991eaf26766f))
15+
- **tools:** enforce stricter rules and add new stylelint plugin ([4566b61](https://github.com/Ismaestro/angular-example-app/commit/4566b619a2cf5597ed6ab1860715f627efc2753c))
16+
17+
### Chores
18+
19+
- **app:** clean up unused types and constants, add knip for unused exports analysis ([822bdaf](https://github.com/Ismaestro/angular-example-app/commit/822bdaf50c17d664f22e518a1f222a2e6ad89eb8))
20+
- **auth:** move guards and interceptors to `features/authentication` module ([881985f](https://github.com/Ismaestro/angular-example-app/commit/881985fa3aedb4dc17337f02e0ce1c3be6a760f5))
21+
- **docs:** update 'README' for 'SSG' description and testing tools roadmap ([16d9c6c](https://github.com/Ismaestro/angular-example-app/commit/16d9c6c3a10e2c2394ad80ad5f3b51cf2c55f804))
22+
- **tools:** add `eslint-plugin-sonarjs` for enhanced code quality checks ([659f788](https://github.com/Ismaestro/angular-example-app/commit/659f788e365efeaca045d53a1b6aa916b27ef27f))
23+
- **tools:** remove `npx` prefix from scripts and hooks for consistency ([5cf6d40](https://github.com/Ismaestro/angular-example-app/commit/5cf6d40b736823595d09992739c2f2a50a859e75))
24+
- **tools:** reorder and update scripts in `package.json` ([c44f70c](https://github.com/Ismaestro/angular-example-app/commit/c44f70cd5afe399ccff9aac8b6d830759949eaea))
25+
126
<a name="21.0.0"></a>
227

328
# 21.0.0 (2025-11-22)

0 commit comments

Comments
 (0)