225 Commits

Author SHA1 Message Date
Michael Shilman
3a991b4b85 Add vue3-vite framework and repro template 2022-08-18 01:41:17 +08:00
Michael Shilman
5e7299d739 Fix react-vite preset 2022-08-18 00:59:09 +08:00
Michael Shilman
1859ad6e08 CLI: Fix vite preview-head hack for SB7 2022-08-18 00:23:11 +08:00
Michael Shilman
60819ff7d2 Fix exports map for ESM 2022-08-18 00:20:08 +08:00
Michael Shilman
7389a3890d Add react-vite repros 2022-08-18 00:19:56 +08:00
Michael Shilman
fd0de665a3 Merge branch 'next' into vite-frameworks 2022-08-17 23:53:12 +08:00
Michael Shilman
441a5c1a68 Add vite packages to CLI versions 2022-08-15 20:48:31 +08:00
Michael Shilman
2a9f89a01a Fix react-vite builder dependency 2022-08-15 20:35:00 +08:00
Michael Shilman
da507a2154 Merge branch 'next' into vite-frameworks 2022-08-15 14:07:45 +08:00
Michael Shilman
2daff5d391
Merge pull request #18932 from storybookjs/shilman/e2e-playwright-tests
Convert cypress e2e tests to playwright
2022-08-15 13:34:56 +08:00
Michael Shilman
40746a328f CI: Disable Angular repro template 2022-08-15 13:12:55 +08:00
Michael Shilman
d93be78b98
Merge pull request #18934 from storybookjs/shilman/add-angular-repro-template
Angular: Add renderer components / stories
2022-08-15 12:03:28 +08:00
Michael Shilman
03aebc9fdb Merge branch 'next' into shilman/add-angular-repro-template 2022-08-15 11:40:12 +08:00
Michael Shilman
dd7db82cab Angular: Add renderer components / stories 2022-08-15 11:39:55 +08:00
Ian VanSchooten
49a3f877c8 Disable docs
Not working yet
2022-08-14 23:03:20 -04:00
Ian VanSchooten
c4f456d945 Disable source loader plugin
It seems to have broken, maybe after 631795b23e
2022-08-14 23:02:42 -04:00
Ian VanSchooten
099771b98b [hack] remove exports from package.json
It's causing the cjs file to always be chosen, which breaks in the browser.
2022-08-14 23:00:14 -04:00
Ian VanSchooten
b6908f7bfe Remove @vitejs/plugin-react, it's added in every framework 2022-08-14 22:57:29 -04:00
Ian VanSchooten
aaedc2a615 Remove plugins that moved to react-vite 2022-08-14 22:57:03 -04:00
Ian VanSchooten
67456fd3fb Fix linting / typescript errors 2022-08-14 22:53:27 -04:00
Ian VanSchooten
1f3c1f8cf1 Move input files out of src
They need to be accessible from dist, as well
2022-08-14 22:52:09 -04:00
Ian VanSchooten
aef0330cb0 Use monorepo version of builder-vite in example 2022-08-14 22:49:04 -04:00
Michael Shilman
045cb12811 Merge branch 'next' into add-task-script 2022-08-15 09:23:57 +08:00
Michael Shilman
8cac09d01c Try to fix merge conflicts, framework updates 2022-08-15 08:45:28 +08:00
Michael Shilman
8e373f4b54 E2E: Conditionally skip vue3 docs snippet tests 2022-08-15 08:29:52 +08:00
Michael Shilman
74f5836fa9 E2E: Addon-viewport playwright test 2022-08-14 20:02:38 +08:00
Michael Shilman
23badb7d8d E2E: Addon-interactions playwright test 2022-08-14 19:57:43 +08:00
Michael Shilman
cb20988f4e E2E: Addon-docs playwright test 2022-08-14 19:41:42 +08:00
Michael Shilman
ba8561804b E2E: Addon-controls playwright test 2022-08-14 19:20:33 +08:00
Michael Shilman
41c1e359a4 Fix deepscan 2022-08-14 17:58:27 +08:00
Michael Shilman
58fc426cfd E2E: Addon-backgrounds playwright test 2022-08-14 17:48:35 +08:00
Michael Shilman
03f4e415df E2E: Addon-actions playwright test 2022-08-14 17:48:13 +08:00
Michael Shilman
4cb06bd1a8 Examples: Add angular repro template and refactor 2022-08-14 17:11:47 +08:00
Michael Shilman
01e3663b76 Vite core, react, and example app (WIP) 2022-08-14 11:50:22 +08:00
Ian VanSchooten
fe4c852783 Add builder-vite to nx and workspace 2022-08-13 00:39:28 -04:00
Ian VanSchooten
ecfc44417b Fix (most) linting errors 2022-08-13 00:39:05 -04:00
Ian VanSchooten
bc4828ac98 Update package.json 2022-08-13 00:38:29 -04:00
Ian VanSchooten
f80ef5f40a Add storybook dependencies
These were all implicit dependencies before, which caused problems for pnpm
2022-08-12 23:41:54 -04:00
Ian VanSchooten
b3c1f81785 Move builder-vite files into monorepo
They're copied mostly straight, as-is from their old versions.  Adjustments will
be made in subsequent commits.
2022-08-12 23:25:36 -04:00
Norbert de Langen
b9aff1ec0b
Merge pull request #18918 from storybookjs/norbert/sb-501-the-order-of-addon-panels-is-not-the
UI: Fix the order of addons appearing in prebuilt manager
2022-08-12 17:48:26 +02:00
Michael Shilman
2b256d3bed
Apply suggestions from code review 2022-08-12 20:44:12 +08:00
Norbert de Langen
592e2fd4dd
cleanup 2022-08-12 14:15:05 +02:00
Norbert de Langen
112a11a6e6
extract common code into a function 2022-08-12 14:06:10 +02:00
Norbert de Langen
e471ba8a47
Merge branch 'next' into norbert/sb-501-the-order-of-addon-panels-is-not-the 2022-08-12 13:57:46 +02:00
Michael Shilman
950e8cf900 Merge branch 'next' into chore_docs_updates_docs_urls_for_code 2022-08-12 19:54:30 +08:00
Tom Coleman
754d7b81b7 Remove old -sandboxes commands 2022-08-12 15:34:32 +10:00
Tom Coleman
54cc024de9 Add create task to circle 2022-08-12 14:20:35 +10:00
Michael Shilman
d7689cdd8d Update git head to 7.0.0-alpha.19, update yarn.lock [ci skip] 2022-08-12 12:15:36 +08:00
Michael Shilman
74bdb53f67 v7.0.0-alpha.19 2022-08-12 12:11:08 +08:00
Michael Shilman
6293850a72 Update root, peer deps, version.ts/json to 7.0.0-alpha.19 [ci skip] 2022-08-12 11:58:21 +08:00