Skip to content

Releases: dotJEM/angular-routing

v0.5.3

01 Nov 13:31
Compare
Choose a tag to compare
  • Fixes: #77 Defining on enter fails with validation error on $root.

Other minor changes to sref since 0.5.2.

v0.5.2

21 Oct 20:57
Compare
Choose a tag to compare

Small patch that fixes a critical issue.

  • Fixed #76: scope.$watch('[sref,params]'...) seemed to cause a digest cycle in some cases.

v0.5.1

18 Oct 09:07
Compare
Choose a tag to compare
  • Better support for loader templates on jem-view
  • New sref directive that allows for targeting states from links in an easier way.
  • Better error messages when parameters that are expected is not provided

v0.5

11 Oct 19:46
Compare
Choose a tag to compare
  • Added support for view loaders.
  • $to and $from states are now available in resolve functions.
  • $state.goto and $state.url now supports relative paths like $state.lookup
  • Fixed #59: Calling goto while goto is in progress
  • Fixed #71: base path should now be correctly used formatting urls under HTML5 mode.

Breaking Changes:

- `$view.setOrUpdate` is now `$view.update` - `$view.setIfAbsent` is now `$view.create` - `$state.lookup` no longer treats `name` as relative, use `./name` instead.

v0.4.3

25 Sep 19:59
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release
  • Added support for catch all parameters using *
  • Fixed issue #61: $state.url does not format search parameters correctly

v0.4.2

19 Sep 14:43
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • Added $resolve service
  • Parameters are now available through $state.params and should be easier to use
  • Fixed issue #53: Request error blocks UI

v0.4.1

30 Aug 11:38
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • $state.is
  • $state.isActive
  • fixed a few minor bugs with sticky views and refresh.

v0.4

14 Aug 12:44
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release
  • Angular Style API Documentation.
  • ui.routing replaced with dotjem.routing, ui prefix in directives changed to jem.
  • The ability to have a state do scrolling

v0.3.2

14 Aug 12:43
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Minor changes.

  • Lookup now supports "full names" with one limitation, only names with . works as full names, see documentation for further details.
  • Converters are now able to provide a reverse conversion function

v0.3.1

14 Aug 12:44
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

More an internal release that brings some much needed refactorings that should make it easier going forward with new features as it separates much of the state logic into smaller components.

  • Support for jQLite
  • Refactoring of $state into smaller components