Skip to content

Commit b9cd5f7

Browse files
committed
chore: release v2.1.0
1 parent 0b94e8a commit b9cd5f7

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
# [2.1.0](https://github.com/WanderleeDev/ngx-theme-stack/compare/v2.0.0...v2.1.0) (2026-04-13)
4+
5+
6+
### Features
7+
8+
* **demo:** implement blocking strategy for Material Symbols ([5d57ebd](https://github.com/WanderleeDev/ngx-theme-stack/commit/5d57ebd0a44c5222a64dab20d0247db8d963dd20))
9+
* implement home view and update routing to support landing page navigation ([9348dca](https://github.com/WanderleeDev/ngx-theme-stack/commit/9348dca521bd3c1894fd88878dbd3ed75f9f940f))
10+
* implement TopNav component and refactor theme switcher layout using content projection ([b6afb70](https://github.com/WanderleeDev/ngx-theme-stack/commit/b6afb70baf33083530a14b0283092784a7153f31))
11+
* **schematics:** add support for critters-trick and optimized anti-flash ([29961cf](https://github.com/WanderleeDev/ngx-theme-stack/commit/29961cf801ca20e1e06a83e0402e68ef794ed5fe))
12+
13+
14+
### Performance Improvements
15+
16+
* **demo:** enable inlineCritical CSS and critters-trick for SSR/SSG ([2189d6a](https://github.com/WanderleeDev/ngx-theme-stack/commit/2189d6a6456933c435e7ecf8917f401282d2a933))
17+
318
# [2.0.0](https://github.com/WanderleeDev/ngx-theme-stack/compare/v1.0.1...v2.0.0) (2026-04-11)
419

520

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@
6767
"typescript-eslint": "8.56.1",
6868
"vitest": "^4.0.8"
6969
},
70-
"version": "2.0.0"
71-
}
70+
"version": "2.1.0"
71+
}

projects/ngx-theme-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-theme-stack",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A stack of themes for Angular applications.",
55
"scripts": {
66
"build": "tsc -p tsconfig.schematics.json",

0 commit comments

Comments
 (0)