diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1b6ba3..ac73d67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,60 @@ +# 11.0.0 (2020-07-16) +[Compare `@uirouter/angular-hybrid` versions 10.0.1 and 11.0.0](https://github.com/ui-router/angular-hybrid/compare/10.0.1...11.0.0) + +This release supports Angular 9 and 10 + +### Updated `@uirouter/core` from 6.0.1 to 6.0.5 + + +Changelog for `@uirouter/core`: + +[Compare `@uirouter/core` versions 6.0.1 and 6.0.5](https://github.com/ui-router/core/compare/6.0.1...6.0.5) + +### Bug Fixes + +* **hof:** Rewrite curry from scratch ([fc324c6](https://github.com/ui-router/core/commit/fc324c6)), closes [#350](https://github.com/ui-router/core/issues/350) +* **IE9:** Add safeConsole so IE9 doesn't break ([9c8579d](https://github.com/ui-router/core/commit/9c8579d)) +* **safeConsole:** check if document is defined to avoid issues in node environments ([da29d88](https://github.com/ui-router/core/commit/da29d88)) +* **TargetState:** make isDef check more thorough ([e657cfe](https://github.com/ui-router/core/commit/e657cfe)) + + +### Features + +* **stateService:** add transition option 'supercede' so transition can be ignored if one is pending ([6e5a56f](https://github.com/ui-router/core/commit/6e5a56f)) +* **urlRuleFactory:** Add support for StateDeclarations in UrlRuleFactory.fromState() ([539d33a](https://github.com/ui-router/core/commit/539d33a)) + + +--- + + +### Updated `@uirouter/angular` from 6.0.1 to 7.0.0 + + +Changelog for `@uirouter/angular`: + + +[Compare `@uirouter/angular` versions 6.0.1 and 7.0.0](https://github.com/ui-router/angular/compare/6.0.1...7.0.0) + +### Bug Fixes + +* **LocationServices:** Apply the hash correctly when a query string is present ([0192877](https://github.com/ui-router/angular/commit/0192877)), closes [#747](https://github.com/ui-router/angular/issues/747) +* **tokens:** Export injection tokens ([#810](https://github.com/ui-router/angular/issues/810)) ([b9c338d](https://github.com/ui-router/angular/commit/b9c338d)), closes [#805](https://github.com/ui-router/angular/issues/805) +* **uiSref:** Render empty 'href' for states that have no urls ([5020c79](https://github.com/ui-router/angular/commit/5020c79)), closes [#721](https://github.com/ui-router/angular/issues/721) +* **uiSrefActive:** Fix nested UISrefActive where UISref components are added/removed dynamically ([#811](https://github.com/ui-router/angular/issues/811)) ([8d35dc1](https://github.com/ui-router/angular/commit/8d35dc1)), closes [#760](https://github.com/ui-router/angular/issues/760) + + +### Features + +* create OnUiParamsChanged, OnUiExit interfaces ([#800](https://github.com/ui-router/angular/issues/800)) ([ea4574d](https://github.com/ui-router/angular/commit/ea4574d)), closes [#788](https://github.com/ui-router/angular/issues/788) +* Support Angular 9-10 ([56bd176](https://github.com/ui-router/angular/commit/56bd176)) +* **update_dependencies:** Add a repository_dispatch trigger ([d7a9777](https://github.com/ui-router/angular/commit/d7a9777)) + + +### BREAKING CHANGES + +- Drop support for Angular v8 and support for Angular v10 + + ## 10.0.1 (2019-12-02) [Compare `@uirouter/angular-hybrid` versions 10.0.0 and 10.0.1](https://github.com/ui-router/angular-hybrid/compare/10.0.0...10.0.1) diff --git a/package.json b/package.json index 1c75c3c1..9c2cfcc9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/ng-packagr/package.schema.json", "name": "@uirouter/angular-hybrid", - "version": "10.0.1", + "version": "11.0.0", "scripts": { "example": "cd example && npm i && npm start", "clean": "shx rm -rf lib _bundles dist",