We're excited to announce the release of our latest SvelteKit SDK version, v3.0.0!
This new version uses the latest version of our js-client - which means we are finally removing Axios in favor of native Fetch API (polyfillable via isomorphic-fetch).
Another benefit is, that it uses @svelte/package - producing an optimized bundle which is up to date with the latest Svelte and SvelteKit updates.
Last, but not least, it's fully typed 💪
To make sure you can use older versions if needed, there is now also version v2.5.0 of our SDK, which we will maintain for retro-compatibility and IE support (using js-client 4). You can find an overview here.
Top comments (0)