Releases: WJSoftware/svelte-router-core
Releases · WJSoftware/svelte-router-core
v1.0.0-beta.1
What's Changed
Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1
v1.0.0-beta.0
What's Changed
- feat!: Rename package to @svelte-router/core by @webJose in #108
- feat!: Replace implicitMode with defaultHash by @webJose in #110
- feat!: Friendlier typing for the ActiveState.aria property by @webJose in #111
- feat: Apply aria-current: 'page' for active links as default aria- value by @webJose in #112
Full Changelog: v0.13.0...v1.0.0-beta.0
Deprecation Release
This release exists merely to update the README file to inform users about the new package names. No new features or bug fixes were added and is functionally identical to v0.13.0.
v0.13.0
What's Changed
- fix(Link): Make explicit replacement of empty string for current URL to support Sveltekit by @webJose in #99
- fix: Correct
activeBehaviorfor the cases of multiple CSS classes by @webJose in #100 - feat: Allow
RouterTraceto be styled and include test path in information by @webJose in #101 - fix: Use route params directly from router in children snippet by @webJose in #102
Full Changelog: v0.12.0...v0.13.0
v0.12.0
v0.11.0
What's Changed
- chore: Update packages by @webJose in #88
- fix: Pass style property to anchor element when not active by @webJose in #89
- feat: Add
isRouteActive()function by @webJose in #90 - refactor(Link): Use isRouteActive() and take style calculation to a s… by @webJose in #91
- fix: Make
ActiveState.keya required property by @webJose in #92 - feat(Link)!: Allow any aria- attribute in ActiveState by @webJose in #93
- feat(LinkContext)!: Add
activeStateproperty by @webJose in #94 - docs: Update README files by @webJose in #95
Full Changelog: v0.10.2...v0.11.0
v0.10.2
What's Changed
- fix: Ignore
preserveQueryoption inLocation.goto()for shallow routing by @webJose in #84 - refactor: Implement
preserveQueryInUrl()by calling the privatemergeQueryParams()function by @webJose in #85 - chore(ssr): Only render children if there are no conditions specified by @webJose in #86
Full Changelog: v0.10.1...v0.10.2
v0.10.1
v0.10.0
v0.9.0
What's Changed
- feat: Add library logo by @webJose in #68
- chore: Update packages by @webJose in #69
- fix: Correct default routing options being lost by @webJose in #70
- fix: Remove all uses of the $lib alias in many places by @webJose in #71
- chore: Add license by @webJose in #76
- fix: Use URL instead of SvelteURL for interface definitions by @webJose in #78
- feat: Allow extension packages to disallow routing modes by @webJose in #79
Other Changes
- docs: Add REPL demo link to README by @webJose in #72
- docs: Add architecture diagram by @webJose in #77
- chore(demo): Update packages by @webJose in #80
Full Changelog: v0.8.0...v0.9.0