Releases: PolymerElements/app-route
Releases · PolymerElements/app-route
v0.9.2
- Don't generate
query-params-changed
events when the query params have not, in fact, changed.
- Added a new and simpler demo.
- Improve the docs for app-location, including interop with other routing code.
v0.9.1
- Fix issue where we were notifying
active
becoming true repeatedly. This could cause issues for users listening to the active-changed
event directly.
v0.9.0
- carbon-route has been renamed to app-route!
- 15% faster initialization of
<app-location>
v0.8.5
- robust redirection support. It is now possible to update any of
route
, tail
, or data
in response to any of the others changing without needing to call this.async
or similar.
- a few performance improvements to carbon-location initialization
- misc docs improvements
v0.8.4
- Fix x-browser support on the demo page.
v0.8.3
- Fix support for IE and some older Safari versions.
v0.8.2
- Use the in the demo to make the URL visible when running in an iframe.
v0.8.1
Mostly a housekeeping release, no functionality changes. A handfull of tweaks to the docs, made the license headers sane, a bunch of tedium passes, etc.