Skip to content

Commit 48fbfd0

Browse files
committed
16.0.0
1 parent 0bceb2f commit 48fbfd0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 16.0.0 (2025-01-06)
2+
[Compare `@uirouter/angular` versions 15.0.0 and 16.0.0](https://github.com/ui-router/angular/compare/15.0.0...16.0.0)
3+
4+
* Chore: Angular v19 support ([#1000](https://github.com/ui-router/angular/issues/1000)) ([0bceb2f](https://github.com/ui-router/angular/commit/0bceb2f60ae5fe8dceb881f27d131eb0d94361d4))
5+
6+
---
7+
8+
9+
### Updated `@uirouter/core` from 6.0.8 to 6.1.1
10+
11+
12+
Changelog for `@uirouter/core`:
13+
14+
15+
[Compare `@uirouter/core` versions 6.0.8 and 6.1.1](https://github.com/ui-router/core/compare/6.0.8...6.1.1)
16+
17+
### Bug Fixes
18+
19+
* **angular-compiler:** remove index.metadata.json from uirouter core, ([37b5ebe](https://github.com/ui-router/core/commit/37b5ebe))
20+
* **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))
21+
* **stateService:** make sure `$state.href` (and by extension `uiSref`) handle `inherit: false` ([#834](https://github.com/ui-router/core/issues/834)) ([12cd951](https://github.com/ui-router/core/commit/12cd951)), closes [/github.com/ui-router/core/pull/834#issuecomment-1379019917](https://github.com//github.com/ui-router/core/pull/834/issues/issuecomment-1379019917) [/github.com/ui-router/core/pull/834#issuecomment-1379195131](https://github.com//github.com/ui-router/core/pull/834/issues/issuecomment-1379195131)
22+
123
# 15.0.0 (2024-11-05)
224
[Compare `@uirouter/angular` versions 14.0.0 and 15.0.0](https://github.com/ui-router/angular/compare/14.0.0...15.0.0)
325

package.json

+1-1
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": "15.0.0",
4+
"version": "16.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)