Releases: veliovgroup/flow-router
Releases Β· veliovgroup/flow-router
v3.7.0
Minor version bump caused by minor dependencies upgrade, please update with caution and report all issues if you face any, thank you for choosing flow-router-extra
as your main routing library π¨β
- π¦ Update
page
NPM library tov1.11.4
, wasv1.9.0
- π¦ Update
qs
NPM library tov6.8.0
, wasv6.5.2
- π¦ Add support and tests for
staringatlights:[email protected]
, wasstaringatlights:[email protected]
- π¦ Add support and tests for
staringatlights:[email protected]
, wasstaringatlights:[email protected]
- π¦ Add support and tests for
lamhieu:[email protected]
, waslamhieu:[email protected]
- π·ββοΈ Add workaround for
Promise
exception inwaitOn
hook during broken Internet connection, now Router will retry to resolve a promise - π Minor documentation fixes/update
v3.6.3
- π·ββοΈ Merge #65, fix initialization docs, thanks to @macrozone
- π¨βπ» Fix and enhance tests for
fast-render
- π¦ Downgrade
qs
NPM library to[email protected]
, for better compatibility (fail some tests) - π¦ Internal Atmosphere dependencies update
- π€ Compatibility with
[email protected]
v3.6.2
- π€ Compatibility with
[email protected]
- βοΈ Update internal meteor/atmosphere dependencies
- π¦ Update
qs
NPM package to6.6.0
- π¦ Keep old
[email protected]
NPM package due to incompatibility with current test cases, current version ofpage
package replaces all+
(plus signs) with space, which seems to be incorrect in general - π·ββοΈ Fix exception on unresolved promises
- π§ͺ Update most os the tests to ES6 + fix minor issues, lint, and remove obsolete code
v3.6.1
- π¦ NPM
[email protected]
update - π€ Merge #58, introducing Basic SSR API, partly π€ covering #10, thanks to @macrozone for PR and @coagmano for assistance
v3.6.0
- π Get rid of
underscore
package, solve #54 β οΈ Due to removal ofunderscore
package dependency a lot of code was changed/re-factored, - this may uncover new and unknown bugs, for productions it would be smart to wait for a few days before update or for patch release- π Merge #55 , thanks to @coagmano . Now
RouteHelpers
available via JS API in non-Blaze
environment - π
fast-render
integration tutorial - π€ Compatibility with
[email protected]
v3.5.1
- π¨βπ» Implement #52 , - pass options to
page.js
NPM module, see updated docs , thanks to @macrozone - π Add docs for usage with React.js, closing #19 and #40 , thanks to @macrozone
- π Added tutorial for auto-scroll, closing #9
- π Added 2 new related packages:
- π¦ krishaamer:flow-router-breadcrumb - Easy way to add a breadcrumb with enough flexibility to your project (
flow-router-extra
edition) - π¦ nicolaslopezj:router-layer - Easily scope CSS by automatically adding the current template and layout names as classes on the body element
- π¦ krishaamer:flow-router-breadcrumb - Easy way to add a breadcrumb with enough flexibility to your project (
- π¦ Update
qs
NPM lib tov6.5.2
- π·ββοΈ Active-route and other helpers refactoring
- π Minor overall codebase enhancement & linting
- π¦ Internal Atmosphere dependencies update + compatibility with
[email protected]
v3.5.0
- Support of Fast Render, closing #47 , thanks to @dhamaniasad and @janat08
- Update Atmosphere and NPM dependencies
- Overall tests minor refactoring
- Overall codebase enhancements
v3.4.7
- Minor overall built-in
.render()
method enhancements .render()
method - Remove flicker between routes- Atmosphere dependencies update
- NPM dependencies update
v3.4.6
v3.4.5
- NPM dependencies update,
page
package is updated tov1.8.3
. Fixing exception on usinglocation
, whilewindow
object not available.