Releases: dotJEM/angular-routing
Releases · dotJEM/angular-routing
v0.5.3
- Fixes: #77 Defining on enter fails with validation error on
$root
.
Other minor changes to sref since 0.5.2.
v0.5.2
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
- 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
- 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
- Added support for catch all parameters using
*
- Fixed issue #61: $state.url does not format search parameters correctly
v0.4.2
- 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
$state.is
$state.isActive
- fixed a few minor bugs with sticky views and refresh.
v0.4
- 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
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
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