Skip to content

v3.8.0

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 08 Jun 11:12
· 57 commits to master since this release
7b021dc

Major Changes:

  • ⚠️ It is recommended to set decodeQueryParamsOnce to true, fixing #78, pr #92, thanks to @michaelcbrook
  • ⚠️ By default use {decodeQueryParamsOnce : true} in tests
  • ⚠️ Deprecated staringatlights:inject-data, in favor of communitypackages:inject-data
  • ⚠️ Deprecated staringatlights:fast-render, in favor of communitypackages:fast-render

Changes:

  • ✨ New FlowRouter.decodeQueryParamsOnce static option, recommended to set to true 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

Dependencies: