Skip to content

Releases: vaadin/router

v0.2.1 — Fix minified UMD bundle

14 Jun 11:15
69ed5ce
Compare
Choose a tag to compare
Pre-release

Changes Since v0.2.0:

v0.2.0 — Change ES Module File Extension

12 Jun 14:00
cdd2dc9
Compare
Choose a tag to compare

Breaking Change

  • Dropped the experimental .mjs extension for ES module bundle, as some tools consider it as node-specific and others do not yet support it properly. The dist/vaadin-router.js is now picked up by Webpack and should work nice with the other bundlers, as well as Polymer CLI.

Changes Since v0.1.2:

  • f638c90 Restore using .js extension for better tools compatibility (#157)
  • 30fa391 Add prevent navigation demos (#148)

v0.1.2 — Initial Working Version

12 Jun 13:56
3eaf130
Compare
Choose a tag to compare
Pre-release

Live Demo ↗
API documentation ↗

Features

  • maps URL paths to Web Components
  • handles <a> click events by default
  • handles popstate events by default
  • route parameters using express-like syntax
  • unconditional and dynamic redirects
  • lazy loading route bundles
  • custom route actions
  • lifecycle callbacks
  • prevent navigation
  • configurable navigation triggers