Michael Shilman
70f21ae05b
Merge branch 'next' into shilman/generic-mdx-stories
2022-10-09 18:19:06 +08:00
Kai Röder
17bd9211ab
refactor(angular): drop support for angular < 13
...
According to the Angular LTS plan, Angular 12
support ends in Nov 2022. A lot of code exists
to support Angular < 13 which increases the
maintenance effort and decreases the
contribution DX of framework/angular.
BREAKING CHANGE: Dropped support for Angular 12
2022-10-05 22:56:44 +02:00
Norbert de Langen
01064b7b4b
Merge pull request #19270 from storybookjs/install-scripts-bootstrap
...
Build: Add installScripts step in bootstrap command
2022-10-05 21:12:53 +03:00
Michael Shilman
d5bc809ae3
Update git head to 7.0.0-alpha.35, update yarn.lock [ci skip]
2022-10-06 00:24:15 +08:00
Michael Shilman
d8972df8c6
v7.0.0-alpha.35
2022-10-06 00:18:55 +08:00
Norbert de Langen
9d2abf79d0
Merge branch 'next' into install-scripts-bootstrap
2022-10-05 16:16:02 +02:00
Norbert de Langen
17a3e2c6fd
Merge branch 'next' into shilman/generic-mdx-stories
2022-10-05 16:13:54 +02:00
Ian VanSchooten
63f6386b9e
Merge remote-tracking branch 'origin/next' into vite/svelte-docgen-options
...
# Conflicts:
# code/frameworks/svelte-vite/src/preset.ts
2022-10-04 14:57:57 -04:00
Ian VanSchooten
2674cc1baa
Merge pull request #19259 from storybookjs/vite/framework-plugins
...
Issue: https://github.com/storybookjs/builder-vite/issues/498
Closes https://github.com/storybookjs/storybook/pull/19245
## What I did
When we made the change in 7.0 to start using the user's `vite.config.js`, I made the (faulty) assumption that users would already have vite framework plugins (e.g. `@vitejs/plugin-react`) installed. But this isn't always true, for example, a project might just be a collection of components being exported, and there may not be an actual app.
So, this PR checks to see if the required framework plugin is already in the config, and if not, adds it. I created a utility function to check for the plugin, but ideally this would live in a `vite-core` instead of duplicated across each framework. This, combined with the duplication in https://github.com/storybookjs/storybook/pull/19216 , makes me lean towards creating such a package. But, it can be done any time and these duplications cleaned up at that point, so I don't think it's a blocker.
## How to test
Create a sandbox, delete `vite.config.js`, and start storybook. Without this change there would be a crash, but it should work just fine now.
2022-10-04 13:47:33 -04:00
Ian VanSchooten
313b1eeef6
Merge remote-tracking branch 'origin/next' into vite/framework-plugins
2022-10-04 09:52:13 -04:00
Ian VanSchooten
bc9d33b9cc
Merge remote-tracking branch 'origin/next' into vite/svelte-docgen-options
2022-10-04 09:42:45 -04:00
Norbert de Langen
bd0a420209
improve the tsconfig
...
So we do not get the warning:
ESM You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
...anymore
2022-10-04 15:14:41 +02:00
Norbert de Langen
448f5f48c5
Merge pull request #19307 from bovandersteene/bovds/disable-ngcc
...
feat(angular): disable ngcc when not needed
2022-10-04 10:02:32 +03:00
Ian VanSchooten
77d28f8e7d
Add svelte csf addon for svelte-native stories
2022-10-03 22:21:40 -04:00
Ian VanSchooten
aefbc7e77b
Pass svelte options to docgen plugin
2022-10-03 22:09:30 -04:00
Bo Vandersteene
dfd38af1df
make options optional
2022-10-03 21:55:24 +02:00
Ian VanSchooten
c4c4f68549
Merge remote-tracking branch 'origin/next' into vite/framework-plugins
...
# Conflicts:
# code/frameworks/react-vite/src/preset.ts
2022-10-03 12:35:07 -04:00
Norbert de Langen
8adcd1e2e8
add required dependency
2022-10-03 17:45:43 +02:00
Norbert de Langen
edf0cc8201
Merge branch 'next' into tech/tsup-lib-client-api
2022-10-03 17:42:15 +02:00
Norbert de Langen
bba5c8c321
Merge branch 'next' into remove-react-classes-global
2022-10-03 17:46:26 +03:00
Ian VanSchooten
3bfce91637
Add missing dependency on "@storybook/addons"
2022-10-02 20:54:11 -04:00
Michael Shilman
ed07861e50
Add vue-vite exports for builder-vite
2022-10-03 01:02:22 +08:00
Michael Shilman
6ebcb25459
Update version
2022-10-02 20:27:54 +08:00
Michael Shilman
5d175ed378
Merge branch 'next' into vite/vue2
2022-10-02 20:27:36 +08:00
Bo Vandersteene
687e2776c0
feat(angular): disable ngcc when not needed
2022-09-30 14:16:57 +02:00
Bo Vandersteene
e5c88d168f
feat(angular): disable ngcc when not needed
2022-09-30 14:16:34 +02:00
Bo Vandersteene
e43a1f6295
feat(angular): disable ngcc when not needed
2022-09-30 14:06:18 +02:00
Michael Shilman
bcb4722860
Refactor MDX examples to sandboxes
2022-09-30 11:45:16 +08:00
Ian VanSchooten
cf7db51915
Remove STORYBOOK_REACT_CLASSES and global/globals.ts
2022-09-29 21:33:02 -04:00
Michael Shilman
58aa1c2fd0
Add partial pnpm support per vite frameworks
2022-09-30 01:26:57 +08:00
Norbert de Langen
d3eab19d5b
fixes
2022-09-28 09:39:04 +02:00
Ian VanSchooten
104123625d
Merge remote-tracking branch 'origin/next' into vite/framework-plugins
...
# Conflicts:
# code/frameworks/react-vite/package.json
# code/frameworks/vue3-vite/package.json
2022-09-27 15:43:18 -04:00
Michael Shilman
7fd8f4acf3
Merge branch 'next' into shilman/add-web-components-vite-framework-and-template
2022-09-27 11:59:23 +08:00
Michael Shilman
d9bc2a868a
Update git head to 7.0.0-alpha.34, update yarn.lock [ci skip]
2022-09-27 11:29:29 +08:00
Michael Shilman
fc90fc8754
v7.0.0-alpha.34
2022-09-27 11:25:43 +08:00
Michael Shilman
584e2f0676
Merge branch 'next' into shilman/add-web-components-vite-framework-and-template
2022-09-27 10:48:10 +08:00
Ian VanSchooten
0c89dd98e3
Merge remote-tracking branch 'origin/next' into vite/pnpm-support
2022-09-26 09:36:09 -04:00
Ian VanSchooten
1b16274e36
Add svelte vite plugin if not found
2022-09-26 09:13:01 -04:00
Ian VanSchooten
b81a5b1261
Add vue vite plugin if not found
2022-09-26 09:09:05 -04:00
Ian VanSchooten
2fd0161d4f
Add react vite plugin if not found
2022-09-26 09:08:41 -04:00
Ian VanSchooten
8f5ba9d091
Fix docgen info location
...
ref a0ddf85bd3/packages/builder-vite/plugins/vue-docgen.ts (L14)
2022-09-23 09:09:40 -04:00
Ian VanSchooten
8366da7a93
Clean up unused imports
2022-09-21 23:24:55 -04:00
Ian VanSchooten
55131bba8c
Remove console.log
2022-09-21 23:15:50 -04:00
Ian VanSchooten
d46a5c4dac
Cleanup readPackageJson functions
...
It's only used in the react framework, and doesn't need to be exported
2022-09-21 23:15:34 -04:00
Ian VanSchooten
ea1bc4e51a
Synchronize vite versions
...
Otherwise we end up with type problems between different versions.
2022-09-21 23:13:48 -04:00
Ian VanSchooten
765423f3af
Add vue-vite framework
2022-09-21 23:12:14 -04:00
Jeppe Reinhold
600f71fd0c
Merge remote-tracking branch 'origin/next' into jeppe/sb-734-add-eslint-rule-to-enforce-ts-expect
2022-09-20 11:47:59 -04:00
Ian VanSchooten
d632146a85
Merge remote-tracking branch 'origin/next' into vite/pnpm-support
...
# Conflicts:
# code/frameworks/react-vite/package.json
# code/frameworks/svelte-vite/package.json
# code/frameworks/vue3-vite/package.json
# code/lib/builder-vite/package.json
# code/yarn.lock
2022-09-19 16:35:51 -04:00
Ian VanSchooten
e5054c27e9
Export storybook utilities for builder from frameworks
2022-09-19 16:11:25 -04:00
Michael Shilman
62b77cc7d4
Merge branch 'next' into shilman/add-web-components-vite-framework-and-template
2022-09-18 18:58:58 +08:00