spa_router 0.1.2+2
spa_router: ^0.1.2+2 copied to clipboard
Routing element for HTML5 single page applications (declarative syntax!) written in Polymer.dart.
ChangeLog #
0.1.2+2 #
- Update dependencies. This package is still experimental and I keep versions of the dependencies as high as possible.
0.1.2+1 #
- Use more Dartian way of handling
core-animated-pages-transition-endevents.
0.1.2 #
- New
route-deactivateevent.
0.1.1 #
- New
SpaRouter.reload()method.
0.1.0+2 #
- Minor fixes to documentation.
0.1.0+1 #
- Fixes in README.md.
0.1.0 #
- Configurable fragment separator through fragSep attribute of the
<spa-router>, defaults to '@@' (to avoid malformed urls). Example: //some.host/a/b/.../c#/some/path?query@@fragment
0.0.1+5 #
- Fixed: clearing routes after animation ends.
0.0.1+4 #
- Fix issue with finding templates by
SpaRoutes.
0.0.1+3 #
- Fix
@HtmlImports.
0.0.1+2 #
- Improvements to documentation.
0.0.1+1 #
- Minor fixes to documentation.
- Remove unnecessary mixin for SpaRoute.
0.0.1 #
- Initial refactoring of https://github.com/pjjjv/app-router-dart