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