Skip to content

Commit f31acc3

Browse files
committed
19.0.0
1 parent 059d12d commit f31acc3

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# 19.0.0 (2025-01-14)
2+
[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)
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+
8+
9+
---
10+
11+
12+
### Updated `@uirouter/core` from 6.1.0 to 6.1.1
13+
14+
15+
Changelog for `@uirouter/core`:
16+
17+
18+
[Compare `@uirouter/core` versions 6.1.0 and 6.1.1](https://github.com/ui-router/core/compare/6.1.0...6.1.1)
19+
20+
### Bug Fixes
21+
22+
* **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))
23+
24+
25+
---
26+
27+
28+
### Updated `@uirouter/angular` from 14.0.0 to 16.0.0
29+
30+
31+
Changelog for `@uirouter/angular`:
32+
33+
34+
[Compare `@uirouter/angular` versions 14.0.0 and 16.0.0](https://github.com/ui-router/angular/compare/14.0.0...16.0.0)
35+
36+
### Features
37+
38+
* add support for standalone angular applications ([#994](https://github.com/ui-router/angular/issues/994)) ([6b496c2](https://github.com/ui-router/angular/commit/6b496c2))
39+
140
# 18.0.0 (2024-07-15)
241
[Compare `@uirouter/angular-hybrid` versions 17.1.0 and 18.0.0](https://github.com/ui-router/angular-hybrid/compare/17.1.0...18.0.0)
342

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/angular-hybrid",
3-
"version": "18.0.0",
3+
"version": "19.0.0",
44
"scripts": {
55
"example": "cd example && npm i && npm start",
66
"clean": "shx rm -rf lib _bundles dist",

0 commit comments

Comments
 (0)