Releases: riot/route
Releases · riot/route
v9.2.1
v9.2.0
- Add the new
on-updated
andon-before-update
route lifecycle methods
v9.1.2
- Fix wrong route expressions evaluation
- Fix invalid css selectors handling
v9.1.1
v9.1.0
v9.0.0
- Fix isomorphic compatibility with node #168
- Fix hash fragments navigation #163
- Add support for Riot.js 9
- Discontinue support for node < 18
- Update source code formatting and linting using prettier
- Migrate the project from commonjs to esm
- Breaking Change:
<route>
components will be removed from the DOM. If a route is matched only their content will be rendered
v8.0.2
- Update
peerDependencies
to support Riot.js 7
v8.0.1
- Update support for isomorphic nodejs applications
v8.0.0
- Update to Riot.js 6
- Update npm dependencies