[go: up one dir, main page]

Skip to content

Tags: veliovgroup/flow-router

Tags

3.10.1

Toggle 3.10.1's commit message

Verified

This commit was signed with the committer’s verified signature.
dr-dimitru dr.dimitru
📦 v3.10.1

☄️ Packosphere [`@3.10.1`](https://packosphere.com/ostrio/flow-router-extra/3.10.1)

__Changes:__

- ✅ Fix: #104 via #108 thanks to @zodern and @harveysanders
- 📦 `zodern:types@1.0.13`, *was `1.0.11`*

3.10.0

Toggle 3.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dr-dimitru dr.dimitru
📦 v3.10.0

3.9.0

Toggle 3.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dr-dimitru dr.dimitru
📦 v3.9.0

__Changes:__

- 👷‍ Merge: #95 - Typescript types by @timsun28 closing #84

__Dependencies__:

- 📦 `qs@6.11.0`, *was `v6.10.5`*

3.8.1

Toggle 3.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
dr-dimitru dr.dimitru
📦 v3.8.1

- 🐞 Fix: #93, thanks to @zeearth
- 📦 Update `qs@6.10.5`, *was `v.6.10.3`*

3.8.0

Toggle 3.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dr-dimitru dr.dimitru
📦 v3.8.0

__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:__

- 👷‍♂️ 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
  - 🔗 Related: meteor/blaze#372
  - 🔗 Related: meteor/blaze#375

__Dependencies:__

- 📦 `qs@6.10.3`, *was `v6.5.2`*

3.7.5

Toggle 3.7.5's commit message

Verified

This commit was signed with the committer’s verified signature.
dr-dimitru dr.dimitru
📦 v3.7.5

- ✨ Add global `.onRenderError` callback, see [updated
docs](https://github.com/VeliovGroup/flow-router/blob/master/docs/api/re
nder.md#render-method);
- 👨‍💻 Use callback if template or layout not found in `.render()`
method; Old behavior: Throw an exception;

3.7.4

Toggle 3.7.4's commit message

Verified

This commit was signed with the committer’s verified signature.
dr-dimitru dr.dimitru
v3.7.4

- 📋 Minor documentation update;
- 🤝 Compatibility with `meteor@1.9.*`;
- 👷 This is maintenance release.

3.7.3

Toggle 3.7.3's commit message

Verified

This commit was signed with the committer’s verified signature.
dr-dimitru dr.dimitru
🚢 v3.7.3

- 🐞 Fix #66, thanks to @arggh

3.7.2

Toggle 3.7.2's commit message

Verified

This commit was signed with the committer’s verified signature.
dr-dimitru dr.dimitru
🚢 v3.7.2

- Better exception when passing non-existent template to
[`.render()`](https://github.com/VeliovGroup/flow-router/blob/master/doc
s/api/render.md) method

3.7.1

Toggle 3.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
dr-dimitru dr.dimitru
🚢 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](https://www.npmjs.com/package/page) to `v1.9.0`, *latest
`v1.11.4` generated numerous bugs*
- 📦 Revert update of [`qs` NPM
library](https://www.npmjs.com/package/qs) to `v6.5.2`, *latest
`v6.8.0` failed to pass tests-suite and caused numerous bugs*