Skip to content

Releases: veliovgroup/flow-router

v2.12.5 (FR v2.12.1)

04 Nov 13:03
Compare
Choose a tag to compare
  • NPM dependencies update to the latest versions. Potential <= IE 9 support drop.
  • waitOnResources now supports any resource type via other property
  • waitOn now supports reactive data sources wrapped into Tracker
  • Minor codebase fixes and enhancements

v2.12.4 (FR v2.12.1)

31 Oct 01:32
Compare
Choose a tag to compare
  • Hot bug fix

v2.12.3 (FR v2.12.1)

30 Oct 19:31
Compare
Choose a tag to compare
  • Support [email protected]
  • Support ES6 import and modules
  • Minor enhancements
  • Fix when title hook not getting data context (executed before data hook)
  • Introducing image preloader via waitOnResources, see the docs

v2.12.2 (FR v2.12.1)

26 May 22:48
Compare
Choose a tag to compare
  • Faster waitOn hook
  • Auto-unsubscribe after leaving the route

v2.12.1 (FR v2.12.1)

14 May 19:26
Compare
Choose a tag to compare
  • 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)

20 Apr 23:10
Compare
Choose a tag to compare
  • 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)

17 Dec 19:35
Compare
Choose a tag to compare
  • Execute whileWaiting hook before waitOn

v2.10.0-extra

17 Dec 14:20
Compare
Choose a tag to compare
  • 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