Skip to content

Releases: ui-router/angular

13.0.0

31 Jan 17:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 12.0.0...13.0.0

12.0.0

31 Jan 17:17
36652f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 11.1.0...12.0.0

9.1.0

01 Dec 06:10
Compare
Choose a tag to compare

9.1.0 (2021-12-01)

Compare @uirouter/angular versions 9.0.1 and 9.1.0

Bug Fixes

  • build package with Angular 13. (500f2f7)

9.0.1

01 Dec 01:50
Compare
Choose a tag to compare

9.0.1 (2021-12-01)

Compare @uirouter/angular versions 9.0.0 and 9.0.1

Bug Fixes


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/rx from 0.6.0 to 1.0.0

Changelog for @uirouter/rx:

Compare @uirouter/rx versions 0.6.0 and 1.0.0

Bug Fixes

  • publish: Check in npm ignore file (f11590b)
  • make RXWAIT custom async policy AOT compatible (a091c48)

Features

  • update_dependencies: Add a repository_dispatch trigger (af1f9f8)

9.0.0

01 Dec 01:22
Compare
Choose a tag to compare

9.0.0 (2021-12-01)

Compare @uirouter/angular versions 8.0.1 and 9.0.0

Features

  • Support Angular 12 and 13

8.0.1

02 Mar 02:42
Compare
Choose a tag to compare

8.0.1 (2021-03-02)

Compare @uirouter/angular versions 8.0.0 and 8.0.1

Bug Fixes

  • location: do not add hash to URL twice (#847) (3794b25)

8.0.0

21 Dec 22:23
Compare
Choose a tag to compare

8.0.0 (2020-12-21)

Compare @uirouter/angular versions 7.0.0 and 8.0.0

Features


Updated @uirouter/core from 6.0.5 to 6.0.7

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.5 and 6.0.7

Bug Fixes

  • array: Fix decoding of array-type query parameters (44ebfae)
  • params: Bi-directionally en/decode path and search params. (#618) (89e99cd)

7.0.0

15 Jul 19:25
Compare
Choose a tag to compare

7.0.0 (2020-07-15)

Compare @uirouter/angular versions 6.0.3 and 7.0.0

Features

BREAKING CHANGES

  • Drop support for Angular v8, add support for Angular v10

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)

6.0.3

06 Jul 17:22
Compare
Choose a tag to compare

6.0.3 (2020-07-06)

Compare @uirouter/angular versions 6.0.2 and 6.0.3

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

6.0.2

06 Jun 02:21
Compare
Choose a tag to compare

6.0.2 (2020-06-06)

Compare @uirouter/angular versions 6.0.1 and 6.0.2

Bug Fixes

Features

  • create OnUiParamsChanged, OnUiExit interfaces (#800) (ea4574d), closes #788
  • update_dependencies: Add a repository_dispatch trigger (d7a9777)