Releases: WJSoftware/svelte-router-kit
v1.0.0-beta.0
@svelte-router/kit
This is the first release with its new name.
What's Changed
- chore(demo): Improve demo by @webJose in #10
- chore(demo): Fix package.json's @wjfe/n-savant-sk source by @webJose in #11
- fix: Use full URL when standardizing state by @webJose in #12
- feat: Rename package to @svelte-core/kit by @webJose in #13
Full Changelog: v0.1.1...v1.0.0-beta.0
v0.1.2
Deprecation Notice
This is the last release of this package under this name (@wjfe/n-savant-sk). As announced in the repository of the main package, its new name will be @svelte-router/kit.
What's Changed
- chore(demo): Improve demo by @webJose in #10
- chore(demo): Fix package.json's @wjfe/n-savant-sk source by @webJose in #11
- fix: Use full URL when standardizing state by @webJose in #12
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
Initial Release
Welcome! @wjfe/n-savant-sk is an NPM library extension of the @wjfe/n-savant router library that enables the ability to do hash routing in Sveltekit projects. The result: Your Sveltekit project has simultaneous path (powered by Sveltekit) and hash routing!
Not only that, you can also do multi-hash routing. Multi-hash routing partitions the hash fragment in the URL in any number of named paths, and you can assign those paths to any number of components, and they will all route independently.
If you want to test-drive this, go to the online demo (not yet published), or clone this repository and run the project in the demo/ folder.
What's Changed
- feat: Add initial working code by @webJose in #2
- fix: Actually disallow path routing by @webJose in #3
- feat: Add the
SkFallbackSvelte component by @webJose in #4 - feat: Add the
calculateSkHref()function by @webJose in #5 - feat: Use noScroll for all navigation by @webJose in #6
- chore: Miscellaneous changes by @webJose in #7
Other Changes
New Contributors
Full Changelog: https://github.com/WJSoftware/wjfe-n-savant-sk/commits/v0.1.0