Skip to content

Releases: ui-router/sticky-states

1.5.1

08 Oct 02:59
Compare
Choose a tag to compare

1.5.1 (2019-10-08)

Compare @uirouter/sticky-states versions 1.5.0 and 1.5.1

Bug Fixes

  • examples: update angular-cli example to uirouter/angular 4.x (a411f29)
  • package: Change peerDependency on uirouter/core from '^5.0.1' to '>=5.0.1' (80cb726)
  • prettier: switch to trailing commas: es5 (dfb6bde)
  • travis: use service: xvfb instead of launching it manually. install libgconf debian package to fix cypress (07c9b17)

1.5.0

28 Jan 19:11
Compare
Choose a tag to compare

1.5.0 (2018-01-28)

Compare @uirouter/sticky-states versions 1.4.0 and 1.5.0

Bug Fixes

  • sticky: Update dynamic parameters when calculating treeChanges (i.e., for reactivating and to paths) (3696bf9) . Closes #13

1.4.1

28 Jan 19:15
Compare
Choose a tag to compare

1.4.0

28 Jan 19:15
Compare
Choose a tag to compare

1.3.0

28 Jan 19:16
Compare
Choose a tag to compare

Compare @uirouter/sticky-states versions 1.2.0 and 1.3.0

Bug Fixes

  • exitSticky: Allow exitingSticky of the current sticky state, when transitioning to a different state (154de09)

1.2.0

28 Jan 19:16
Compare
Choose a tag to compare

Compare @uirouter/sticky-states versions 1.0.0 and 1.2.0

Bug Fixes

  • build: Add missing index.ts file to match package.json main: entry (bfe70b5)
  • sticky: Move sticky states hook to hither priority (100), so it is invoked before the transition is processed by ui-router-core coreResolcables onCreate hook (b61a22b)

1.0.0

28 Jan 19:16
Compare
Choose a tag to compare


This is the first release of Sticky States for UI-Router 1.0+

This is a port of UI-Router Extras - Sticky States

This port is mostly compatible with the ui-router extras project of the same name, so use those docs for now.

Features

  • Update for ui-router-core 3.0.0+ (cad6e31)
  • $stickyState: Add TransitionService.onInactivate and onReactivate hooks (02969b7)
  • DSR: Port DSR to ui-router 1.0 (3c56dfa)
  • exitSticky: Add ui-router transition option exitSticky to exit inactive states. (43af4b2)