Skip to content

Releases: veliovgroup/flow-router

v3.10.1

28 Mar 00:22
ffd3591
Compare
Choose a tag to compare

☄️ Packosphere @3.10.1

Changes:

v3.10.0

11 Feb 22:23
b0e7ca6
Compare
Choose a tag to compare

☄️ Packosphere @3.10.0

Major Changes:

  • 👨‍💻 Updated TS definitions
  • 🤝 Compatibility with meteor@2.14 and meteor@3.0-beta.0

Changes:

Full Changelog:

v3.9.0

19 Sep 16:36
2d143bd
Compare
Choose a tag to compare

Changes:

Dependencies:

  • 📦 qs@6.11.0, was v6.10.5

v3.8.1

17 Jun 21:22
e2cbb67
Compare
Choose a tag to compare
  • 🐞 Fix: #93, thanks to @zeearth
  • 📦 Update qs@6.10.5, was v.6.10.3

v3.8.0

08 Jun 11:12
7b021dc
Compare
Choose a tag to compare

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 meteor@2.7.3

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:

  • 📦 qs@6.10.3, was v6.5.2

v3.7.5

15 Jul 11:57
b563575
Compare
Choose a tag to compare
  • ✨ 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

02 Mar 01:06
b6dd196
Compare
Choose a tag to compare
  • 📋 Minor documentation update;
  • 🤝 Compatibility with meteor@1.9.*;
  • 👷 This is maintenance release.

v3.7.3

12 Oct 13:13
6208a1a
Compare
Choose a tag to compare

v3.7.2

03 Oct 16:21
fae06f7
Compare
Choose a tag to compare
  • 👨‍💻 Better exception when passing non-existent template to .render() method

v3.7.1

21 Sep 12:11
8ab9942
Compare
Choose a tag to compare
  • 👷‍♂️ Partial fix #69, thanks to @cormip and @jankapunkt — Control re-rendering behavior with conf.forceReRender option
  • 📦 Revert update of page NPM library to v1.9.0, latest v1.11.4 generated numerous bugs
  • 📦 Revert update of qs NPM library to v6.5.2, latest v6.8.0 failed to pass tests-suite and caused numerous bugs

Thank you all for reported bugs!