Skip to content

Releases: veliovgroup/flow-router

v3.7.0

09 Sep 14:39
86a05f6
Compare
Choose a tag to compare

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 πŸ‘¨β€βœˆοΈ

v3.6.3

27 Apr 07:41
60805b6
Compare
Choose a tag to compare
  • πŸ‘·β€β™‚οΈ 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

28 Jan 21:34
b5b3eed
Compare
Choose a tag to compare
  • 🀝 Compatibility with [email protected]
  • ☝️ Update internal meteor/atmosphere dependencies
  • πŸ“¦ Update qs NPM package to 6.6.0
  • πŸ“¦ Keep old [email protected] NPM package due to incompatibility with current test cases, current version of page 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

16 Dec 00:36
c42b42e
Compare
Choose a tag to compare

v3.6.0

10 Aug 10:00
Compare
Choose a tag to compare
  • πŸ—‘ Get rid of underscore package, solve #54
  • ⚠️ Due to removal of underscore 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

26 Jul 10:41
Compare
Choose a tag to compare
  • πŸ‘¨β€πŸ’» 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:
  • πŸ“¦ Update qs NPM lib to v6.5.2
  • πŸ‘·β€β™‚οΈ Active-route and other helpers refactoring
  • πŸ— Minor overall codebase enhancement & linting
  • πŸ“¦ Internal Atmosphere dependencies update + compatibility with [email protected]

v3.5.0

28 Apr 01:34
Compare
Choose a tag to compare
  • 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

20 Mar 20:17
Compare
Choose a tag to compare
  • Minor overall built-in .render() method enhancements
  • .render() method - Remove flicker between routes
  • Atmosphere dependencies update
  • NPM dependencies update

v3.4.6

08 Feb 11:53
Compare
Choose a tag to compare

v3.4.5

25 Jan 12:02
Compare
Choose a tag to compare
  • NPM dependencies update, page package is updated to v1.8.3. Fixing exception on using location, while window object not available.