Releases: ui-router/angular-hybrid
20.0.0
20.0.0
What's Changed
- chore: Angular 19 support by @egorbwork in #600
 - ci(mergify): upgrade configuration to current format by @mergify[bot] in #601
 - Angular 20 by @wawyed in #604
 
New Contributors
- @egorbwork made their first contribution in #600
 - @mergify[bot] made their first contribution in #601
 
Full Changelog: 18.0.0...20.0.0
19.0.0
Full Changelog: 18.0.0...19.0.0
18.0.0
18.0.0
What's Changed
- chore: Angular 18 support by @lukaVarga in #598
 
New Contributors
- @lukaVarga made their first contribution in #598
 
Full Changelog: 17.1.0...18.0.0
17.1.0
17.1.0
What's Changed
- feat: Angular 17 support by @vanhorickanthony in #595
 
New Contributors
- @vanhorickanthony made their first contribution in #595
 
Full Changelog: 16.0.0...17.1.0
13.0.0
13.0.0 (2021-12-01)
Compare @uirouter/angular-hybrid versions 12.0.0 and 13.0.0
Features
- update to angular 13 and uirouter/angular 9.1.0 (56539f6)
 
Updated @uirouter/core from 6.0.7 to 6.0.8
Changelog for @uirouter/core:
Compare @uirouter/core versions 6.0.7 and 6.0.8
Updated @uirouter/angular from 8.0.0 to 9.1.0
Changelog for @uirouter/angular:
Compare @uirouter/angular versions 8.0.0 and 9.1.0
Features
- support angular 12 and 13
 
Bug Fixes
- build package with Angular 13. (500f2f7)
 - bump @uirouter/core and @uirouter/rx deps (257ee61)
 - location: do not add hash to URL twice (#847) (3794b25)
 
Updated @uirouter/angularjs from 1.0.29 to 1.0.30
Changelog for @uirouter/angularjs:
12.0.0
12.0.0 (2020-12-21)
Compare @uirouter/angular-hybrid versions 11.0.2 and 12.0.0
Features
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
Bug Fixes
- array: Fix decoding of array-type query parameters (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
Features
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
Bug Fixes
- should not transition states when alt-clicked (8080adb)
 
11.0.2
11.0.1
11.0.1 (2020-07-21)
Compare @uirouter/angular-hybrid versions 11.0.0 and 11.0.1
Updated @uirouter/core from 6.0.5 to 6.0.6
Changelog for @uirouter/core:
Compare @uirouter/core versions 6.0.5 and 6.0.6
Bug Fixes
Updated @uirouter/angularjs from 1.0.26 to 1.0.27
Changelog for @uirouter/angularjs:
Compare @uirouter/angularjs versions 1.0.26 and 1.0.27
Bug Fixes
- make augmented StateRegistry.register overload better match the signature in core (db4e63f)
 
11.0.0
11.0.0 (2020-07-16)
Compare @uirouter/angular-hybrid versions 10.0.1 and 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
Bug Fixes
- hof: Rewrite curry from scratch (fc324c6), closes #350
 - IE9: Add safeConsole so IE9 doesn't break (9c8579d)
 - safeConsole: check if document is defined to avoid issues in node environments (da29d88)
 - TargetState: make isDef check more thorough (e657cfe)
 
Features
- stateService: add transition option 'supercede' so transition can be ignored if one is pending (6e5a56f)
 - urlRuleFactory: Add support for StateDeclarations in UrlRuleFactory.fromState() (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
Bug Fixes
- LocationServices: Apply the hash correctly when a query string is present (0192877), closes #747
 - tokens: Export injection tokens (#810) (b9c338d), closes #805
 - uiSref: Render empty 'href' for states that have no urls (5020c79), closes #721
 - uiSrefActive: Fix nested UISrefActive where UISref components are added/removed dynamically (#811) (8d35dc1), closes #760
 
Features
- create OnUiParamsChanged, OnUiExit interfaces (#800) (ea4574d), closes #788
 - Support Angular 9-10 (56bd176)
 - update_dependencies: Add a repository_dispatch trigger (d7a9777)
 
BREAKING CHANGES
- Drop support for Angular v8 and support for Angular v10