Skip to content

Releases: ui-router/angular-hybrid

20.0.0

27 Sep 22:12
Compare
Choose a tag to compare

20.0.0

What's Changed

New Contributors

Full Changelog: 18.0.0...20.0.0

19.0.0

14 Jan 10:43
Compare
Choose a tag to compare

Full Changelog: 18.0.0...19.0.0

18.0.0

15 Jul 11:22
Compare
Choose a tag to compare

18.0.0

What's Changed

New Contributors

Full Changelog: 17.1.0...18.0.0

17.1.0

08 Apr 12:41
Compare
Choose a tag to compare

17.1.0

What's Changed

New Contributors

Full Changelog: 16.0.0...17.1.0

13.0.0

01 Dec 06:16
Compare
Choose a tag to compare

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


Updated @uirouter/angularjs from 1.0.29 to 1.0.30

Changelog for @uirouter/angularjs:

Compare @uirouter/angularjs versions 1.0.29 and 1.0.30

12.0.0

21 Dec 23:38
Compare
Choose a tag to compare

12.0.0 (2020-12-21)

Compare @uirouter/angular-hybrid versions 11.0.2 and 12.0.0

Features

  • support Angular 10 and Angular 11 (Drop support for 9 and below) (#489) (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

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

22 Jul 19:28
Compare
Choose a tag to compare

11.0.2 (2020-07-22)

Compare @uirouter/angular-hybrid versions 11.0.1 and 11.0.2

Bug Fixes

  • module: Use generic type on ModuleWithProviders typing (6d2d4ed), closes #445

11.0.1

21 Jul 02:36
Compare
Choose a tag to compare

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

  • params: Bi-directionally en/decode path and search params. (#618) (89e99cd)

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

16 Jul 01:06
Compare
Choose a tag to compare

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

10.0.1

02 Dec 17:43
Compare
Choose a tag to compare

10.0.1 (2019-12-02)

Compare @uirouter/angular-hybrid versions 10.0.0 and 10.0.1

Bug Fixes

  • package: mark package as having side-effects (#385) (29515bc)