Skip to content

Commit 7353ba1

Browse files
12.0.0
1 parent 104a8e1 commit 7353ba1

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# 12.0.0 (2020-12-21)
2+
[Compare `@uirouter/angular-hybrid` versions 11.0.2 and 12.0.0](https://github.com/ui-router/angular-hybrid/compare/11.0.2...12.0.0)
3+
4+
### Features
5+
6+
* support Angular 10 and Angular 11 (Drop support for 9 and below) ([#489](https://github.com/ui-router/angular-hybrid/issues/489)) ([47f755e](https://github.com/ui-router/angular-hybrid/commit/47f755e))
7+
8+
9+
---
10+
11+
12+
### Updated `@uirouter/core` from 6.0.6 to 6.0.7
13+
14+
15+
Changelog for `@uirouter/core`:
16+
17+
18+
[Compare `@uirouter/core` versions 6.0.6 and 6.0.7](https://github.com/ui-router/core/compare/6.0.6...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+
24+
25+
---
26+
27+
28+
### Updated `@uirouter/angular` from 7.0.0 to 8.0.0
29+
30+
31+
Changelog for `@uirouter/angular`:
32+
33+
34+
[Compare `@uirouter/angular` versions 7.0.0 and 8.0.0](https://github.com/ui-router/angular/compare/7.0.0...8.0.0)
35+
36+
### Features
37+
38+
* support Angular 11 ([#885](https://github.com/ui-router/angular/issues/885)) ([d793e57](https://github.com/ui-router/angular/commit/d793e57))
39+
40+
41+
---
42+
43+
44+
### Updated `@uirouter/angularjs` from 1.0.27 to 1.0.29
45+
46+
47+
Changelog for `@uirouter/angularjs`:
48+
49+
50+
[Compare `@uirouter/angularjs` versions 1.0.27 and 1.0.29](https://github.com/angular-ui/ui-router/compare/1.0.27...1.0.29)
51+
52+
### Bug Fixes
53+
54+
* should not transition states when alt-clicked ([8080adb](https://github.com/angular-ui/ui-router/commit/8080adb))
55+
156
## 11.0.2 (2020-07-22)
257
[Compare `@uirouter/angular-hybrid` versions 11.0.1 and 11.0.2](https://github.com/ui-router/angular-hybrid/compare/11.0.1...11.0.2)
358

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "@uirouter/angular-hybrid",
4-
"version": "11.0.2",
4+
"version": "12.0.0",
55
"scripts": {
66
"example": "cd example && npm i && npm start",
77
"clean": "shx rm -rf lib _bundles dist",

0 commit comments

Comments
 (0)