Skip to content

Releases: ui-router/dsr

1.2.0

26 Dec 21:06
Compare
Choose a tag to compare

1.2.0 (2019-12-26)

Compare @uirouter/dsr versions 1.1.1 and 1.2.0

Bug Fixes

  • params: When performing DSR with param criteria, only consider the parameters listed in the dsr configuration block (d073218) fixes #165

1.1.1

08 Oct 03:06
Compare
Choose a tag to compare

1.1.1 (2019-10-08)

Compare @uirouter/dsr versions 1.1.0 and 1.1.1

Bug Fixes

  • examples: update angular-cli example to uirouter/angular 4.x (2c0388c)
  • package: Change peerDependency on uirouter/core from '^5.0.1' to '>=5.0.1' (d039187)
  • travis: use service: xvfb instead of launching it manually. install libgconf debian package (fb48a4a)

1.1.0

16 Jan 21:52
Compare
Choose a tag to compare

1.1.0 (2019-01-16)

Compare @uirouter/dsr versions 1.0.3 and 1.1.0

Features

  • dataSource: Added pluggable dataSource ability and created LocalStorageDataSource (1a934b4), closes #90
  • dataSource: Create SessionStorageDataSource (a26579c)

1.0.3

31 Mar 16:13
Compare
Choose a tag to compare

1.0.3 (2018-03-31)

Compare @uirouter/dsr versions 1.0.2 and 1.0.3

Bug Fixes

  • typings: Augment StateDeclaration using deep path (#3) (e582bc3), closes #2