You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,45 @@
1
+
# 20.0.0 (2025-09-27)
2
+
[Compare `@uirouter/angular-hybrid` versions 18.0.0 and 20.0.0](https://github.com/ui-router/angular-hybrid/compare/18.0.0...20.0.0)
3
+
4
+
### Features
5
+
6
+
* Angular 19 support ([#600](https://github.com/ui-router/angular-hybrid/issues/600)) ([059d12d](https://github.com/ui-router/angular-hybrid/commit/059d12d))
7
+
* Angular 20 support ([#604](https://github.com/ui-router/angular-hybrid/issues/604)) ([b8e61c6](https://github.com/ui-router/angular-hybrid/commit/b8e61c6))
8
+
9
+
10
+
---
11
+
12
+
13
+
### Updated `@uirouter/core` from 6.1.0 to 6.1.1
14
+
15
+
16
+
Changelog for `@uirouter/core`:
17
+
18
+
19
+
[Compare `@uirouter/core` versions 6.1.0 and 6.1.1](https://github.com/ui-router/core/compare/6.1.0...6.1.1)
20
+
21
+
### Bug Fixes
22
+
23
+
***stateParams:** $inherit is not affected by enumerable prototype custom methods ([#841](https://github.com/ui-router/core/issues/841)) ([9c94c2a](https://github.com/ui-router/core/commit/9c94c2a))
24
+
***urlMatcher:** Fix potential ReDoS, thanks to www.HeroDevs.com ([0db52a1](https://github.com/ui-router/core/commit/0db52a1))
25
+
26
+
27
+
---
28
+
29
+
30
+
### Updated `@uirouter/angular` from 14.0.0 to 17.0.0
31
+
32
+
33
+
Changelog for `@uirouter/angular`:
34
+
35
+
36
+
[Compare `@uirouter/angular` versions 14.0.0 and 17.0.0](https://github.com/ui-router/angular/compare/14.0.0...17.0.0)
37
+
38
+
### Features
39
+
40
+
* add support for standalone angular applications ([#994](https://github.com/ui-router/angular/issues/994)) ([6b496c2](https://github.com/ui-router/angular/commit/6b496c2))
41
+
* Extending lazy-load functionality to include loading standalone components for specific routes. ([#995](https://github.com/ui-router/angular/issues/995)) ([e381ea4](https://github.com/ui-router/angular/commit/e381ea4))
42
+
1
43
# 19.0.0 (2025-01-14)
2
44
[Compare `@uirouter/angular-hybrid` versions 18.0.0 and 19.0.0](https://github.com/ui-router/angular-hybrid/compare/18.0.0...19.0.0)
0 commit comments