Releases: veliovgroup/flow-router
Releases · veliovgroup/flow-router
v2.12.5 (FR v2.12.1)
- NPM dependencies update to the latest versions. Potential <= IE 9 support drop.
waitOnResources
now supports any resource type viaother
propertywaitOn
now supports reactive data sources wrapped intoTracker
- Minor codebase fixes and enhancements
v2.12.4 (FR v2.12.1)
- Hot bug fix
v2.12.3 (FR v2.12.1)
- Support
[email protected]
- Support ES6
import
and modules - Minor enhancements
- Fix when
title
hook not gettingdata
context (executed beforedata
hook) - Introducing image preloader via
waitOnResources
, see the docs
v2.12.2 (FR v2.12.1)
- Faster waitOn hook
- Auto-unsubscribe after leaving the route
v2.12.1 (FR v2.12.1)
- Update FR to v2.12.1
- Fix issue when template was rendered twice within waitOn
- Add build-in
this.render(layout, template, data)
method - Add
yield
feature (see templating section in docs) - Within
yield
feature now this package has 100% templating compatibility with Iron-Router
v2.11.0-extra (FR v2.11.0)
- Support for Meteor > 1.3.*
- Update flow-router’s core to v2.11.0
- Minor enhancements and improvements
- Update npm dependencies to latest versions
v2.10.1-extra (FR: v2.10.0)
- Execute
whileWaiting
hook beforewaitOn
v2.10.0-extra
- waitOn - Subscriptions
- whileWaiting - Hook mostly used for loader
- data - Hook for setting template data context
- onNoData - Hook for cases when no data was returned from data hook