Releases: dvcol/svelte-simple-router
Releases · dvcol/svelte-simple-router
v2.7.2
2.7.2 (2025-05-25)
Bug Fixes
- transition: nullify out transition on first render (88d47e3)
v2.7.1
2.7.1 (2025-05-24)
Bug Fixes
- router: optimize initialisation to prevent blinking (11b2580)
- transition: fix reactive state to prevent jumping (168fc41)
v2.7.0
2.7.0 (2025-05-24)
Features
- transition: change transition api to reflect the new types (1ef38be)
v2.6.0
2.6.0 (2025-05-24)
Features
- transition: adds custom first transition (f050ba3)
v2.5.0
2.5.0 (2025-05-21)
Features
- action: refactor action to prep attachment (8d67481)
- attachment: adds active attachment (781333d)
- attachment: adds links (4030f85)
- attachment: rework link action and add link attachment (fa9a39a)
- links: adds resolve on hover support to links (fd0f9ff)
- route: allow stronger typing or route parameters (f824140)
- router: improve type inference for routing functions (c31017b)
Bug Fixes
- attachment: simplify attachment to prevent duplication (5d5b521)
v2.4.1
2.4.1 (2025-05-16)
Bug Fixes
- router: rework improper lifecycle in context (54df3a3)
- svelte: remove unnecessary wrapping (47c27fc)
v2.4.0
2.4.0 (2025-05-03)
Features
- transition: discard stale transitions when routing (e87079c)
v2.3.0
2.3.0 (2025-05-03)
Features
- transition: adds delay support to loading views (8616596)
Bug Fixes
- transition: simplify key managment (b16c6fc)
v2.2.0
2.2.0 (2025-05-02)
Features
- matcher: encode query params & parse params when matching (d659769)
v2.1.1
2.1.1 (2025-05-02)
Bug Fixes
- transition: simplify logic & rework keyed transition (a06cd03)