Skip to content

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 21, 2020
1 parent 104a8e1 commit 7353ba1
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
# 12.0.0 (2020-12-21)
[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)

### Features

* 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))


---


### Updated `@uirouter/core` from 6.0.6 to 6.0.7


Changelog for `@uirouter/core`:


[Compare `@uirouter/core` versions 6.0.6 and 6.0.7](https://github.com/ui-router/core/compare/6.0.6...6.0.7)

### Bug Fixes

* **array:** Fix decoding of array-type query parameters ([44ebfae](https://github.com/ui-router/core/commit/44ebfae))


---


### Updated `@uirouter/angular` from 7.0.0 to 8.0.0


Changelog for `@uirouter/angular`:


[Compare `@uirouter/angular` versions 7.0.0 and 8.0.0](https://github.com/ui-router/angular/compare/7.0.0...8.0.0)

### Features

* support Angular 11 ([#885](https://github.com/ui-router/angular/issues/885)) ([d793e57](https://github.com/ui-router/angular/commit/d793e57))


---


### Updated `@uirouter/angularjs` from 1.0.27 to 1.0.29


Changelog for `@uirouter/angularjs`:


[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)

### Bug Fixes

* should not transition states when alt-clicked ([8080adb](https://github.com/angular-ui/ui-router/commit/8080adb))

## 11.0.2 (2020-07-22)
[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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@uirouter/angular-hybrid",
"version": "11.0.2",
"version": "12.0.0",
"scripts": {
"example": "cd example && npm i && npm start",
"clean": "shx rm -rf lib _bundles dist",
Expand Down

0 comments on commit 7353ba1

Please sign in to comment.