689 Commits

Author SHA1 Message Date
Tom Coleman
646077fccb Implement form in vue+svelte 2022-09-12 16:47:38 +10:00
Tom Coleman
cbb26cfa6b Simplify form greatly, split out a/sync waitFor stories 2022-09-12 16:10:00 +10:00
Tom Coleman
9feae1dd9d Added some basic interactions stories and a (crappy) React implemenation of a form 2022-09-09 16:58:20 +10:00
Norbert de Langen
9823ef0352
Merge pull request #19054 from storybookjs/upgrade-emotion-deps-again
Upgrade emotion deps again
2022-09-08 17:28:00 +02:00
Norbert de Langen
f6fab68b0d
Merge branch 'next' into fix-staticDirs-file-already-exists-16732 2022-09-08 16:37:54 +02:00
Norbert de Langen
f11a6ed40d
Merge branch 'next' into upgrade-emotion-deps-again
# Conflicts:
#	code/addons/storyshots/storyshots-core/package.json
#	code/lib/theming/package.json
#	code/yarn.lock
#	scripts/yarn.lock
2022-09-08 16:10:20 +02:00
Norbert de Langen
0b15ba39ed
Merge pull request #19140 from hayawata3626/add-build-setting-router
Build libs/router with ts-up
2022-09-08 15:55:50 +02:00
Norbert de Langen
38d6177ef4
Merge pull request #19139 from storybookjs/tsup/addon-interactions
Build: Bundle addon-interactions with tsup
2022-09-08 15:37:29 +02:00
Norbert de Langen
3f6780e9b7
add utils 2022-09-08 15:25:44 +02:00
Norbert de Langen
30fc543d7f
Merge branch 'next' into add-build-setting-router 2022-09-08 15:18:41 +02:00
Norbert de Langen
546c589ec1
oops, this gradient was malformed 2022-09-08 13:24:32 +02:00
Norbert de Langen
42731754ac
FIX addon background agnostic stories 2022-09-08 12:59:01 +02:00
Michael Shilman
42833839df Merge branch 'next' into react-18-followup 2022-09-08 11:03:09 +08:00
Michael Shilman
64dd6b1a6f
Merge pull request #19118 from storybookjs/tom/sb-586-remaining-core-features
Generic stories for remaining core features
2022-09-08 11:01:39 +08:00
Tom Coleman
68bfdcaa76 Remove no longer used glob 2022-09-08 11:47:16 +10:00
Tom Coleman
b721a0b2d2 Fix import 2022-09-08 11:18:50 +10:00
wataru
4c43da6e4a Add platform field 2022-09-08 09:58:57 +09:00
wataru
dfde87e5fe Fix path of utils.js 2022-09-08 09:39:57 +09:00
Ian VanSchooten
ed44aff06c Remove core-js 2022-09-07 20:24:10 -04:00
Ian VanSchooten
d79311a179 Build: Bundle addon-interactions with tsup 2022-09-07 20:24:01 -04:00
wataru
1a33b3aa48 Build libs/router with ts-up 2022-09-08 09:17:22 +09:00
Michael Shilman
4122627988
Merge pull request #19105 from storybookjs/tom/sb-586-core-features-loaders-parameters
Add parameter, loader and decorator stories to `lib/store`
2022-09-08 07:54:50 +08:00
Michael Shilman
7b09aaad68 Merge branch 'tom/sb-586-core-features-loaders-parameters' into tom/sb-586-remaining-core-features 2022-09-08 07:38:50 +08:00
Tom Coleman
43030371d3 Merge branch 'tom/sb-586-remaining-core-features' into react-18-followup 2022-09-08 09:36:51 +10:00
Michael Shilman
8701748ddf Merge branch 'next' into tom/sb-586-core-features-loaders-parameters 2022-09-08 07:07:18 +08:00
Michael Shilman
31d0db99dd Merge branch 'next' into pr/19019 2022-09-07 23:08:49 +08:00
Michael Shilman
ea70649db9
Merge pull request #19122 from storybookjs/ts-expect-error
Convert @ts-ignore to @ts-expect-error
2022-09-07 22:56:33 +08:00
Michael Shilman
410cf57d06
Merge pull request #19127 from storybookjs/tom/sb-728-docs-broken-in-v6-store-vite
Vite: Ensure we set `DOCS_OPTIONS` in the vite builder
2022-09-07 22:48:46 +08:00
Norbert de Langen
6966241afe
lockfile bump 2022-09-07 15:16:56 +02:00
Michael Shilman
bdf0a82b05
Update code/renderers/react/src/render.tsx 2022-09-07 20:14:59 +08:00
Tom Coleman
0095606634 Merge branch 'tom/sb-586-core-features-loaders-parameters' into tom/sb-586-remaining-core-features 2022-09-07 21:46:39 +10:00
Tom Coleman
0460b94c9f Ensure we set DOCS_OPTIONS in the vite builder 2022-09-07 21:36:17 +10:00
Tom Coleman
62872ceba5 Fix deepscan 2022-09-07 20:47:06 +10:00
Tom Coleman
0ad2ef76f6 Fix issue with react 18 implementation 2022-09-07 20:41:55 +10:00
Tom Coleman
8393f1fd20 Comment out rendering story for now (react PR coming) 2022-09-07 20:41:09 +10:00
Tom Coleman
d5ff90d416 Make loader sync (!) and remove timeouts 2022-09-07 19:06:55 +10:00
Tom Coleman
1ed3a7dda3 Make loader sync (!) and remove timeouts 2022-09-07 16:28:13 +10:00
Michael Shilman
573e6f3340 Update git head to 7.0.0-alpha.31, update yarn.lock [ci skip] 2022-09-07 11:20:25 +08:00
Michael Shilman
02c013c331 v7.0.0-alpha.31 2022-09-07 11:16:32 +08:00
Ian VanSchooten
ae6b1a6c95 Remove more unused disable directives 2022-09-06 23:14:42 -04:00
Michael Shilman
1b13feedcd Update root, peer deps, version.ts/json to 7.0.0-alpha.31 [ci skip] 2022-09-07 11:11:11 +08:00
Ian VanSchooten
6bdfcfad14 Convert @ts-ignore to @ts-expect-error
And remove unused directives
2022-09-06 22:40:59 -04:00
Michael Shilman
109551bf95
Merge pull request #19052 from storybookjs/update-controls-reset-button
Doc blocks: Update ArgTable Reset button to use IconButton
2022-09-07 08:54:55 +08:00
Michael Shilman
9f68b06102
Merge pull request #19084 from storybookjs/update-some-icons
UI: Update a handful of icons
2022-09-07 08:23:27 +08:00
Michael Shilman
367c98c95e Merge branch 'next' into update-controls-reset-button 2022-09-07 08:22:28 +08:00
Michael Shilman
9454d56200 Merge branch 'next' into chore/update-nx-latest 2022-09-07 07:47:22 +08:00
Ian VanSchooten
e20573899c Keep vite versions aligned across builder/frameworks 2022-09-06 14:17:15 -04:00
Ian VanSchooten
0829166865 Merge remote-tracking branch 'origin/next' into vite/plugin-types
# Conflicts:
#	code/yarn.lock
2022-09-06 14:00:04 -04:00
Tom Coleman
1cb2f9dfd8 Absolutize both config and previewEntries
cc @IanVS
2022-09-06 15:12:06 +10:00
Tom Coleman
2a223ce5e6 Add some exports stories 2022-09-06 14:57:46 +10:00