Skip to content

v2.0.0 πŸŽ‰

Compare
Choose a tag to compare
@DanielSharkov DanielSharkov released this 21 Nov 14:16
· 34 commits to master since this release
493e928

❇️ Added features / Improvements:

πŸ”„ Changes:

  • Now bundling with Rollup instead of Webpack
  • Now using direct character comparison instead of deprecated charCode

❗️ Breaking changes:

  • Renamed RouterLink.svelte to RouteLink.svelte and added prop router
  • Now parsing URL query just by key:value of type {[key: string]: string} instead of key:values by type {[key: string]: string|[]string}
  • Renamed router API point navigate to pushPath, which now only takes a path that already may include the URL query
  • Renamed RouterViewport.svelte to Viewport.svelte and
    • removed easeIn & easeOut
    • removed event forwarding props outrostart, outroend, introstart and introend

Just some cool stuff:

  • Finally a logo - self made 😊