Releases: veliovgroup/flow-router
Releases · veliovgroup/flow-router
v3.10.1
☄️ Packosphere @3.10.1
Changes:
- ✅ Fix: #104 via #108 thanks to @zodern and @harveysanders
- 📦
zodern:[email protected]
, was1.0.11
v3.10.0
☄️ Packosphere @3.10.0
Major Changes:
- 👨💻 Updated TS definitions
- 🤝 Compatibility with
[email protected]
and[email protected]
Changes:
- 👷♂️ Fix #102 (thanks @drone1)
- 👷♂️ Fix #105 (thanks @taylorshephard)
- 👨🔬 Added TS tests (thanks @timsun28)
- 📔 Docs related to TS (thanks @donflopez)
Full Changelog:
v3.9.0
v3.8.1
- 🐞 Fix: #93, thanks to @zeearth
- 📦 Update
[email protected]
, wasv.6.10.3
v3.8.0
Major Changes:
⚠️ It is recommended to setdecodeQueryParamsOnce
totrue
, fixing #78, pr #92, thanks to @michaelcbrook⚠️ By default use{decodeQueryParamsOnce : true}
in tests⚠️ Deprecatedstaringatlights:inject-data
, in favor ofcommunitypackages:inject-data
⚠️ Deprecatedstaringatlights:fast-render
, in favor ofcommunitypackages:fast-render
Changes:
- ✨ New
FlowRouter.decodeQueryParamsOnce
static option, recommended to set totrue
in new projects - 👷♂️ Merged #92, thanks to @michaelcbrook and @Pitchlyapp, fix #78
- 👨💻 Fix #93, thanks to @drone1
- 🤝 Support and compatibility with
communitypackages:inject-data
- 🤝 Support and compatibility with
communitypackages:fast-render
- 🤝 Compatibility with
[email protected]
Other changes:
- 📔 Overall documentation update and minor refinement
- 👨🔬 Update test-suite to cover #93
- 🧹 Overall codebase cleanup
- 👷♂️ Removed unnecessary "monkey patching" around
Blaze.remove()
, thanks to @jankapunkt- 🔗 Related: meteor/blaze#372
- 🔗 Related: meteor/blaze#375
Dependencies:
- 📦
[email protected]
, wasv6.5.2
v3.7.5
- ✨ Add global
.onRenderError
callback, see updated docs; - 👨💻 Use callback if template or layout not found in
.render()
method; Old behavior: Throw an exception;
v3.7.4
- 📋 Minor documentation update;
- 🤝 Compatibility with
[email protected].*
; - 👷 This is maintenance release.
v3.7.3
v3.7.2
v3.7.1
- 👷♂️ Partial fix #69, thanks to @cormip and @jankapunkt — Control re-rendering behavior with
conf.forceReRender
option - 📦 Revert update of
page
NPM library tov1.9.0
, latestv1.11.4
generated numerous bugs - 📦 Revert update of
qs
NPM library tov6.5.2
, latestv6.8.0
failed to pass tests-suite and caused numerous bugs
Thank you all for reported bugs!