Skip to content

Releases: dvcol/svelte-simple-router

v2.1.0

02 May 15:40
Compare
Choose a tag to compare

2.1.0 (2025-05-02)

Features

  • navigation: adds meta & title navigation override (ddf3d53)

Bug Fixes

  • lint: bump deps & fix lint errors (5e40ca5)

v2.0.1

21 Apr 13:56
Compare
Choose a tag to compare

2.0.1 (2025-04-21)

Bug Fixes

  • action: fix reactivity (a75626c)
  • action: fix reactivity for some options (e56998b)
  • lint: demo lint error (c9864fd)
  • lint: fix auto-fix error in tests (7ac5308)
  • lint: test lint errors (ba66eb3)
  • typescript: fix tsconfig setup (f41b053)

v1.11.2

06 Mar 13:46
Compare
Choose a tag to compare

1.11.2 (2025-03-06)

Bug Fixes

  • action: make action more reactive to prop changes (c458162)

v1.11.1

04 Mar 00:13
Compare
Choose a tag to compare

1.11.1 (2025-03-04)

Bug Fixes

  • imports: add missing imports & fix typo. #24 (c058729)
  • link: switch from mouseenter to pointerenter for stylus support (fd925c8)

v1.11.0

22 Feb 18:18
Compare
Choose a tag to compare

1.11.0 (2025-02-22)

Features

  • link: resolve components on hover (00733d2)

v1.10.3

28 Jan 12:53
Compare
Choose a tag to compare

1.10.3 (2025-01-28)

v1.10.2

28 Jan 12:32
Compare
Choose a tag to compare

1.10.2 (2025-01-28)

Bug Fixes

  • deps: move to uuid to support unsecured environments #17 (6821f13)

v1.10.1

26 Jan 11:21
Compare
Choose a tag to compare

1.10.1 (2025-01-26)

Bug Fixes

  • transition: expand api for styling containers (b1fd32b)

v1.10.0

17 Jan 09:20
Compare
Choose a tag to compare

1.10.0 (2025-01-17)

Features

v1.9.1

03 Jan 12:29
Compare
Choose a tag to compare

1.9.1 (2025-01-03)

Bug Fixes

  • routing: adds debounce to routing state (e483fa1)
  • routing: force component remount on navigation in place. #16 (ea87761)