Skip to content

Commit abf0a2e

Browse files
21.0.0
1 parent 8f5ed62 commit abf0a2e

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 21.0.0 (2026-01-03)
2+
[Compare `@uirouter/angular` versions 17.0.1 and 21.0.0](https://github.com/ui-router/angular/compare/17.0.1...21.0.0)
3+
4+
### Bug Fixes
5+
6+
* support zoneless ([#1012](https://github.com/ui-router/angular/issues/1012)) ([6fa2d1e](https://github.com/ui-router/angular/commit/6fa2d1e))
7+
8+
9+
### Features
10+
11+
* Support Angular v21 ([4c66883](https://github.com/ui-router/angular/commit/4c66883))
12+
113
## 17.0.1 (2025-12-31)
214
[Compare `@uirouter/angular` versions 17.0.0 and 17.0.1](https://github.com/ui-router/angular/compare/17.0.0...17.0.1)
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/angular",
33
"description": "State-based routing for Angular",
4-
"version": "20.0.0",
4+
"version": "21.0.0",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
77
"compile": "npm run clean && ngc",

0 commit comments

Comments
 (0)