Skip to content

v0.2.0 — Change ES Module File Extension

Pre-release
Pre-release
Compare
Choose a tag to compare
@web-padawan web-padawan released this 12 Jun 14:00
cdd2dc9

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)