Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 16:01
· 111 commits to main since this release

1.1.0 (2024-09-24)

Features

  • actions: make actions reactive and fix query stripping (82d7395)
  • active: adds active action to highlight active route (d3add37)
  • build: adds demo build without sveltekit router (5adfeb3)
  • kit: switch to svelte-kit (802e6cf)
  • link: adds link action and support multiple hash fragments (d040f17)
  • link: adds support for any element (562157b)
  • matcher: allow route to have their own matcher (77d7d5c)
  • router: add force push/replace to route in place (7f7f863)
  • router: adds base support & hash mode (72f8a2c)
  • router: adds initial route & router typing (77f7df0)
  • router: adds route guard and redirect support (d7ffdce)
  • router: adds router base implementaiton (43488ba)
  • router: support dynamic routes & case-insensitive route names (beee8f5)
  • router: throw cancellation error when overriding navigation (67df3e3)
  • RouterView: adds support for event listeners (4727868)
  • routing: implement basic routing (37511bc)
  • scaffolding project (9271fa0)
  • transition: adds default transition and skip first option (f1f35b6)
  • transition: adds route transition support (e080444)

Bug Fixes

  • build: add missing exports (4250798)
  • resolve: slice base path when resolving (65c0100)
  • RouteContainer: adds props injection (a240f4c)
  • router: prevent double firing of listener on internal events (efe8f0e)
  • router: stringify meta and inject title (0447aa6)
  • router: use SvelteMap to have route reactivity (94ecd25)
  • transition: key transition to loadingKey (1ca370a)
  • typescript: adjust typing and expose loffer (9378d41)
  • typescript: fix typing issues in container (cc9def5)
  • web: add base path to build process (31f6202)