Skip to content

Releases: reneviering/vanilla-ui-router

v1.2.2

18 Jun 19:07
Compare
Choose a tag to compare
  • Fix issue #16 (If no template is defined inside a route configuration, an error is thrown)

v1.2.1

23 Dec 14:47
Compare
Choose a tag to compare

Fixes

  • Instead of using the ES6 version of the router, a transpiled version (babel) is shipped with the npm package
  • The npm package includes a vanilla-ui-router.min.js as an umd module

v1.2.0

08 Dec 22:27
Compare
Choose a tag to compare

Changes

  • Pass custom data to your routes e.g. a redux store or something else

v1.1.4

05 Dec 21:04
Compare
Choose a tag to compare

Fixes

  • Fix IE9 compatibility while re-initializing domEntrypoint because the lack of domElement.remove()

v1.1.3

05 Dec 00:31
Compare
Choose a tag to compare

Changes

  • Generate current version of UMD module

v1.1.2

04 Dec 23:06
Compare
Choose a tag to compare

Fixes

  • Ensure template rendering is completed before calling routeHandler

v1.1.1

04 Dec 22:00
Compare
Choose a tag to compare

Changes

📄 Readme tweaks

v1.1.0

04 Dec 21:22
Compare
Choose a tag to compare

Changes

  • Dispose last route by invoking dispose function of last route if defined
  • Cleanup dom entry-point on every route change

v1.0.1

28 Nov 22:04
Compare
Choose a tag to compare

Changes

  • 📄 Readme tweaks
  • 📦 Adjust package.json and package which npm delivers

v1.0.0

28 Nov 20:32
Compare
Choose a tag to compare

Changes

  • Basic implementation of the router
  • add route configurations with a simple, fluent API
  • otherwise handling
  • template rendering and fetching (templateString, templateUrl, templateId)