@storyblok/svelte 5.0.4-rc.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -9
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
</p>
|
|
16
16
|
|
|
17
17
|
<p align="center">
|
|
18
|
-
<a href="https://
|
|
18
|
+
<a href="https://storyblok.com/join-discord"><img src="https://img.shields.io/discord/700316478792138842?label=Join%20Our%20Discord%20Community&style=appveyor&logo=discord&color=8d60ff"></a>
|
|
19
19
|
<a href="https://twitter.com/intent/follow?screen_name=storyblok">
|
|
20
|
-
<img src="https://img.shields.io/badge/Follow-%40storyblok-
|
|
20
|
+
<img src="https://img.shields.io/badge/Follow-%40storyblok-8d60ff?style=appveyor&logo=twitter" alt="Follow @Storyblok" />
|
|
21
21
|
</a>
|
|
22
22
|
</p>
|
|
23
23
|
<p align="center">
|
|
24
24
|
<a href="https://app.storyblok.com/#!/signup?utm_source=github.com&utm_medium=readme&utm_campaign=storyblok-svelte">
|
|
25
|
-
<img src="https://img.shields.io/badge/Try%20Storyblok-Free-
|
|
25
|
+
<img src="https://img.shields.io/badge/Try%20Storyblok-Free-8d60ff?style=appveyor&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAHqADAAQAAAABAAAAHgAAAADpiRU/AAACRElEQVRIDWNgGGmAEd3D3Js3LPrP8D8WXZwSPiMjw6qvPoHhyGYwIXNAbGpbCjbzP0MYuj0YFqMroBV/wCxmIeSju64eDNzMBJUxvP/9i2Hnq5cM1devMnz984eQsQwETeRhYWHgIcJiXqC6VHlFBjUeXgav40cIWkz1oLYXFmGwFBImaDFBHyObcOzdW4aSq5eRhRiE2dgYlpuYoYSKJi8vw3GgWnyAJIs/AuPu4scPGObd/fqVQZ+PHy7+6udPOBsXgySLDfn5GRYYmaKYJcXBgWLpsx8/GPa8foWiBhuHJIsl2DkYQqWksZkDFgP5PObcKYYff//iVAOTIDlx/QPqRMb/YSYBaWlOToZIaVkGZmAZSQiQ5OPtwHwacuo4iplMQEu6tXUZMhSUGDiYmBjylFQYvv/7x9B04xqKOnQOyT5GN+Df//8M59ASXKyMHLoyDD5JPtbj42OYrm+EYgg70JfuYuIoYmLs7AwMjIzA+uY/zjAnyWJpDk6GOFnCvrn86SOwmsNtKciVFAc1ileBHFDC67lzG10Yg0+SjzF0ownsf/OaofvOLYaDQJoQIGix94ljv1gIZI8Pv38zPvj2lQWYf3HGKbpDCFp85v07NnRN1OBTPY6JdRSGxcCw2k6sZuLVMZ5AV4s1TozPnGGFKbz+/PE7IJsHmC//MDMyhXBw8e6FyRFLv3Z0/IKuFqvFyIqAzd1PwBzJw8jAGPfVx38JshwlbIygxmYY43/GQmpais0ODDHuzevLMARHBcgIAQAbOJHZW0/EyQAAAABJRU5ErkJggg==" alt="Try @Storyblok" />
|
|
26
26
|
</a>
|
|
27
27
|
</p>
|
|
28
28
|
|
|
@@ -34,11 +34,11 @@ Are you looking for a hands-on, step-by-step tutorial? The **[SvelteKit Ultimate
|
|
|
34
34
|
|
|
35
35
|
## Compatibility
|
|
36
36
|
|
|
37
|
-
| Version to install | Support
|
|
38
|
-
| --------------------------------------------------------------------------------------------------------------------------------------- |
|
|
39
|
-
| Latest (from v3) `@storyblok/svelte` | Modern browsers + Node 18+ (Compatible with Svelte 5)|
|
|
40
|
-
| Latest (from v3) `@storyblok/svelte` <br> + Fetch polyfill like [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) | Browsers and Node versions with no Fetch API support
|
|
41
|
-
| [Version 2](https://github.com/storyblok/@storyblok/svelte/tree/v2.5.0) `@storyblok/svelte@2` | Internet Explorer support
|
|
37
|
+
| Version to install | Support |
|
|
38
|
+
| --------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
|
|
39
|
+
| Latest (from v3) `@storyblok/svelte` | Modern browsers + Node 18+ (Compatible with Svelte 5) |
|
|
40
|
+
| Latest (from v3) `@storyblok/svelte` <br> + Fetch polyfill like [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) | Browsers and Node versions with no Fetch API support |
|
|
41
|
+
| [Version 2](https://github.com/storyblok/@storyblok/svelte/tree/v2.5.0) `@storyblok/svelte@2` | Internet Explorer support |
|
|
42
42
|
|
|
43
43
|
### Upgrading to Svelte 5
|
|
44
44
|
|
|
@@ -380,7 +380,7 @@ Another option might also be using npm / yarn workspaces.
|
|
|
380
380
|
## Support
|
|
381
381
|
|
|
382
382
|
- Bugs or Feature Requests? [Submit an issue](/../../issues/new).
|
|
383
|
-
- Do you have questions about Storyblok or do you need help? [Join our Discord Community](https://
|
|
383
|
+
- Do you have questions about Storyblok or do you need help? [Join our Discord Community](https://storyblok.com/join-discord).
|
|
384
384
|
|
|
385
385
|
## Contributing
|
|
386
386
|
|
package/package.json
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storyblok/svelte",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.1.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "SDK to integrate Storyblok into your project using Svelte.",
|
|
7
7
|
"author": "Storyblok",
|
|
8
8
|
"license": "MIT",
|
|
9
|
+
"homepage": "https://github.com/storyblok/monoblok/tree/main/packages/svelte#readme",
|
|
9
10
|
"repository": {
|
|
10
11
|
"type": "git",
|
|
11
|
-
"url": "
|
|
12
|
+
"url": "https://github.com/storyblok/monoblok.git",
|
|
13
|
+
"directory": "packages/svelte"
|
|
12
14
|
},
|
|
13
15
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/storyblok/
|
|
16
|
+
"url": "https://github.com/storyblok/monoblok/issues"
|
|
15
17
|
},
|
|
16
18
|
"sideEffects": [
|
|
17
19
|
"**/*.css"
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
"svelte": "^5.0.0"
|
|
38
40
|
},
|
|
39
41
|
"dependencies": {
|
|
40
|
-
"@storyblok/js": "4.
|
|
42
|
+
"@storyblok/js": "4.1.0"
|
|
41
43
|
},
|
|
42
44
|
"devDependencies": {
|
|
43
45
|
"@cypress/svelte": "^3.0.0",
|