Releases: veliovgroup/flow-router
Releases · veliovgroup/flow-router
v3.4.4
v3.4.3
- Hot fix for title and meta definitions in
Group
s - Support for hooks in
Group
at server codebase
v3.4.2
v3.4.1
- Dependencies update
- Compatibility with
[email protected]
- Fix #32 , thanks to @dylanmcgowan
- Implement #30 , add support for all hooks into
Group
definition. Thanks to @THETCR
v3.4.0
- 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 ofstaringatlights:fast-render
in docs and code - Replace
meteorhacks:inject-data
in favor ofstaringatlights:inject-data
in docs and code - Add notice asking to remove
arillo:flow-router-helpers
andzimme: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
- Better support for UTF-8 symbols in URL
v3.3.2
- Little tiny fix for
.render(template)
(without layout)
v3.3.1
- 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
- Make sure
- Fix
waitOn
in a group - Fix order of
waitOn
hooks to: global > group > route
v3.3.0
- Fix memory leak caused by duplicated exit triggers
- Fix rendering issues in build-in
this.render()
this.render()
no longer requireslayout
, 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
- Eliminate flicker between templates on route change when using build-in
this.render()
method