Skip to content

Commit c5175e9

Browse files
8.0.0
1 parent 78e1a5a commit c5175e9

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 8.0.0 (2020-12-21)
2+
[Compare `@uirouter/angular` versions 7.0.0 and 8.0.0](https://github.com/ui-router/angular/compare/7.0.0...8.0.0)
3+
4+
### Features
5+
6+
* support Angular 11 ([#885](https://github.com/ui-router/angular/issues/885)) ([d793e57](https://github.com/ui-router/angular/commit/d793e57))
7+
8+
9+
---
10+
11+
12+
### Updated `@uirouter/core` from 6.0.5 to 6.0.7
13+
14+
15+
Changelog for `@uirouter/core`:
16+
17+
18+
[Compare `@uirouter/core` versions 6.0.5 and 6.0.7](https://github.com/ui-router/core/compare/6.0.5...6.0.7)
19+
20+
### Bug Fixes
21+
22+
* **array:** Fix decoding of array-type query parameters ([44ebfae](https://github.com/ui-router/core/commit/44ebfae))
23+
* **params:** Bi-directionally en/decode path and search params. ([#618](https://github.com/ui-router/core/issues/618)) ([89e99cd](https://github.com/ui-router/core/commit/89e99cd))
24+
25+
126
# 7.0.0 (2020-07-15)
227
[Compare `@uirouter/angular` versions 6.0.3 and 7.0.0](https://github.com/ui-router/angular/compare/6.0.3...7.0.0)
328

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "@uirouter/angular",
44
"description": "State-based routing for Angular",
5-
"version": "7.0.0",
5+
"version": "8.0.0",
66
"scripts": {
77
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
88
"compile": "npm run clean && ngc",

0 commit comments

Comments
 (0)