Skip to content

Releases: veliovgroup/flow-router

v3.4.4

18 Jan 02:49
Compare
Choose a tag to compare
  • Implement #33 - Uncouple Blaze and jQuery
  • Update page NPM package dependency to v1.8.0

v3.4.3

10 Nov 22:45
Compare
Choose a tag to compare
  • Hot fix for title and meta definitions in Groups
  • Support for hooks in Group at server codebase

v3.4.2

10 Nov 21:32
Compare
Choose a tag to compare
  • Hot fix for #30

v3.4.1

10 Nov 21:20
Compare
Choose a tag to compare

v3.4.0

16 Oct 05:04
Compare
Choose a tag to compare
  • Compatibility with [email protected]
  • Implement #28 , thanks to @nicooprat
  • Fix #25 , thanks to @nicooprat
  • Fix #24 , thanks to @nadeemja
  • Minor fix in .render() method, was causing annoying .callback is not defined error
  • Dependencies update
  • Replace meteorhacks:fast-render in favor of staringatlights:fast-render in docs and code
  • Replace meteorhacks:inject-data in favor of staringatlights:inject-data in docs and code
  • Add notice asking to remove arillo:flow-router-helpers and zimme:active-route if installed, as those packages are both implemented inside FR-Extra
  • Docs update
  • Minor version bump is caused by moderate amount of changed code

v3.3.3

03 Sep 16:50
Compare
Choose a tag to compare
  • Better support for UTF-8 symbols in URL

v3.3.2

20 Aug 00:00
Compare
Choose a tag to compare
  • Little tiny fix for .render(template) (without layout)

v3.3.1

17 Aug 23:08
Compare
Choose a tag to compare
  • Introducing FlowRouter.refresh()
  • Fixes over rendering engine:
    • Make sure this.render() callback called only once under specific conditions
    • Make sure old "yielded" template is removed from DOM
  • Fix waitOn in a group
  • Fix order of waitOn hooks to: global > group > route

v3.3.0

30 Jul 02:42
Compare
Choose a tag to compare
  • Fix memory leak caused by duplicated exit triggers
  • Fix rendering issues in build-in this.render()
  • this.render() no longer requires layout, now it can render template with single argument, old behavior remains the same, see updated docs
  • Introduce experimental in-memory rendering, see updated docs
  • Overall codebase enhancements

v3.2.2

23 Jul 21:04
Compare
Choose a tag to compare
  • Eliminate flicker between templates on route change when using build-in this.render() method