Releases: ui-router/core
Releases · ui-router/core
6.1.1
6.0.9
What's Changed
- build(deps): [security] bump lodash from 4.17.20 to 4.17.21 by @dependabot-preview in #802
- build(deps): [security] bump ws from 7.4.2 to 7.4.6 by @dependabot-preview in #804
- build(deps-dev): bump fork-ts-checker-webpack-plugin from 6.2.12 to 6.2.13 by @dependabot-preview in #806
- build(deps): [security] bump glob-parent from 5.1.0 to 5.1.2 by @dependabot-preview in #807
- build(deps-dev): bump @types/jasmine from 3.8.1 to 3.8.2 by @dependabot-preview in #808
- build(deps-dev): bump fork-ts-checker-webpack-plugin from 6.2.13 to 6.3.1 by @dependabot-preview in #810
- Make sure
$state.href
(and by extensionuiSref
) handleinherit: false
by @oBusk in #834
New Contributors
Full Changelog: 6.0.8...6.0.9
6.0.8
6.0.8 (2021-07-13)
Compare @uirouter/core
versions 6.0.7 and 6.0.8
Fixes
- fix circular dependency with rejectFactory (#801)
6.0.7
6.0.7 (2020-12-21)
Compare @uirouter/core
versions 6.0.6 and 6.0.7
Bug Fixes
- array: Fix decoding of array-type query parameters (44ebfae)
6.0.6
6.0.6 (2020-07-17)
Compare @uirouter/core
versions 6.0.5 and 6.0.6
Bug Fixes
- params: Bi-directionally en/decode path and search params. Fixes ui-router/angular#340 (#618) (89e99cd)
6.0.5
6.0.5 (2020-04-29)
Compare @uirouter/core
versions 6.0.4 and 6.0.5
Bug Fixes
- TargetState: make isDef check more thorough (e657cfe)
Features
- urlRuleFactory: Add support for StateDeclarations in UrlRuleFactory.fromState() (539d33a)
6.0.4
6.0.4 (2020-01-06)
Compare @uirouter/core
versions 6.0.3 and 6.0.4
Bug Fixes
- safeConsole: check if document is defined to avoid issues in node environments (da29d88)
6.0.3
6.0.3 (2019-12-30)
Compare @uirouter/core
versions 6.0.2 and 6.0.3
No code changes. Re-publishing because 6.0.2 was built with the wrong versin of typescript.
6.0.2
6.0.2 (2019-12-29)
Compare @uirouter/core
versions 6.0.1 and 6.0.2
Bug Fixes
- hof: Rewrite curry from scratch (fc324c6), closes #350
- IE9: Add safeConsole so IE9 doesn't break (9c8579d)
Features
- stateService: add transition option 'supercede' so transition can be ignored if one is pending (6e5a56f)