Skip to content

6.0.1

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 20 Jul 17:18
· 449 commits to master since this release

6.0.1 (2018-07-20)

Compare @uirouter/angular-hybrid versions 6.0.0 and 6.0.1

Updated @uirouter/core from 5.0.19 to 5.0.20

Compare @uirouter/core versions 5.0.19 and 5.0.20

Bug Fixes

  • params: When creating an array parameter from a custom type, copy the raw property (b6dd738), closes #178

Features

  • dynamic: Support dynamic flag on a state declaration (3cd5a2a)
  • transition: Added transition.paramsChanged() to get added/deleted/changed parameter values for a transition (10b7fde)
  • view: Add _pluginapi._registeredUIView() to get a ui-view by id (6533b51)

Updated @uirouter/angular from 2.0.0 to 2.0.1

Compare @uirouter/angular versions 2.0.0 and 2.0.1

Updated @uirouter/angularjs from 1.0.17 to 1.0.19

Compare @uirouter/angularjs versions 1.0.17 and 1.0.19

Bug Fixes

  • bundles: Do not run prettier against release/* bundles when publishing to bower (9b420fa)
  • npm: Publish to the old angular-ui-router npm package too (8fc3bb2)
  • resolve: Detect and honor strictDi in angularjs versions 1.3 and 1.4 (1368c18), closes #3678
  • state: When creating absolute hrefs in hashbang mode, include the location.pathname (cd426e5), closes #3710
  • uiview: Allow uiOnParamsChanged to work with states that have a componentProvider (fe91bd3), closes #3707