@storybook/svelte-webpack5 8.0.0 → 8.0.1

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.
Files changed (2) hide show
  1. package/README.md +2 -31
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,32 +1,3 @@
1
- # Storybook for Svelte
1
+ # Storybook for Svelte & Webpack
2
2
 
3
- Storybook for Svelte is a UI development environment for your Svelte components.
4
- With it, you can visualize different states of your UI components and develop them interactively.
5
-
6
- ![Storybook Screenshot](https://github.com/storybookjs/storybook/blob/main/media/storybook-intro.gif)
7
-
8
- Storybook runs outside of your app.
9
- So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
10
-
11
- ## Getting Started
12
-
13
- ```sh
14
- cd my-svelte-app
15
- npx storybook@latest init
16
- ```
17
-
18
- For more information visit: [storybook.js.org](https://storybook.js.org)
19
-
20
- ---
21
-
22
- Storybook also comes with a lot of [addons](https://storybook.js.org/addons) and a great API to customize as you wish.
23
- You can also build a [static version](https://storybook.js.org/docs/svelte/sharing/publish-storybook) of your Storybook and deploy it anywhere you want.
24
-
25
- ## TODOs
26
-
27
- - Support `addon-info`
28
- - Support Svelte markup directly in stories
29
- - Add Svelte storybook generator
30
- - Provide stories that show advanced Svelte use cases
31
- - Hydratable
32
- - Advanced mount options
3
+ See [documentation](https://storybook.js.org/docs/8.0/get-started/svelte-webpack5?renderer=svelte) for installation instructions, usage examples, APIs, and more.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/svelte-webpack5",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Storybook for Svelte: Develop Svelte Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,10 +47,10 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "8.0.0",
51
- "@storybook/core-common": "8.0.0",
52
- "@storybook/preset-svelte-webpack": "8.0.0",
53
- "@storybook/svelte": "8.0.0"
50
+ "@storybook/builder-webpack5": "8.0.1",
51
+ "@storybook/core-common": "8.0.1",
52
+ "@storybook/preset-svelte-webpack": "8.0.1",
53
+ "@storybook/svelte": "8.0.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "svelte": "^4.0.0",