Releases: dvcol/svelte-simple-router
Releases · dvcol/svelte-simple-router
v2.1.0
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
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
1.11.2 (2025-03-06)
Bug Fixes
- action: make action more reactive to prop changes (c458162)
v1.11.1
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
1.11.0 (2025-02-22)
Features
- link: resolve components on hover (00733d2)
v1.10.2
1.10.2 (2025-01-28)
Bug Fixes
- deps: move to uuid to support unsecured environments #17 (6821f13)
v1.10.1
1.10.1 (2025-01-26)
Bug Fixes
- transition: expand api for styling containers (b1fd32b)
v1.9.1
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)