Skip to content

Commit 62a873c

Browse files
committed
16.1.0
1 parent e381ea4 commit 62a873c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 16.1.0 (2025-04-03)
2+
[Compare `@uirouter/angular` versions 16.0.0 and 16.1.0](https://github.com/ui-router/angular/compare/16.0.0...16.1.0)
3+
4+
### Features
5+
6+
* 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))
7+
18
# 16.0.0 (2025-01-06)
29
[Compare `@uirouter/angular` versions 15.0.0 and 16.0.0](https://github.com/ui-router/angular/compare/15.0.0...16.0.0)
310

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": "16.0.0",
4+
"version": "16.1.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)