3140 Commits

Author SHA1 Message Date
Ian VanSchooten
5f56af268c Fix yarn.lock 2022-12-07 21:43:15 -05:00
Josh Wooding
9d074e69c6
Add csf-plugin to vite 2022-12-08 01:55:27 +00:00
Ian VanSchooten
d3086b9e7b Update vite
# Conflicts:
#	code/yarn.lock
2022-12-07 20:49:43 -05:00
Ian VanSchooten
fc38bc90db Remove vite dep from frameworks that don't use vite
Not all frameworks use imports from "vite" directly.

# Conflicts:
#	code/frameworks/html-vite/package.json
#	code/frameworks/web-components-vite/package.json
#	code/yarn.lock
2022-12-07 20:47:38 -05:00
Jeppe Reinhold
2d2ea591f5
Merge branch 'next' into jeppe/sveltekit-framework-automigration 2022-12-08 01:20:54 +01:00
Tom Coleman
82ccbd92a8 Get actual chromatic version too 2022-12-08 11:06:32 +11:00
Tom Coleman
8b7db92c49 Switch chromatic to another addon in telemetry metadata 2022-12-08 10:50:31 +11:00
Jeppe Reinhold
9e7ca4d187
Merge pull request #19954 from gitstart/fix/arrow-keydown-events
Controls: Arrow keys don't work on number controls
2022-12-08 00:43:33 +01:00
Jeppe Reinhold
43b56e449f Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sveltekit-framework-automigration 2022-12-07 23:06:19 +01:00
Ian VanSchooten
5c357ca957 Vite: use v4 beta in repros 2022-12-07 15:24:21 -05:00
Michael Shilman
afe021c79b Update git head to 7.0.0-alpha.62, update yarn.lock [ci skip] 2022-12-08 01:41:37 +08:00
Michael Shilman
27a91217b1 v7.0.0-alpha.62 2022-12-08 01:35:26 +08:00
Michael Shilman
e3582011fb Update root, peer deps, version.ts/json to 7.0.0-alpha.62 [ci skip] 2022-12-08 01:32:42 +08:00
Michael Shilman
9275eb95da
Merge pull request #20136 from storybookjs/shilman/preceding-upgrade-event
Telemetry: Add precedingUpgrade data to dev/build/error events
2022-12-08 01:30:25 +08:00
Michael Shilman
e0dda85d66
Merge pull request #20135 from storybookjs/fix/csfexports-type
Add args generic to CSFExports
2022-12-08 01:15:37 +08:00
Michael Shilman
adb737f71c
Merge pull request #20128 from storybookjs/norbert/sb-1049-sb20080-bug-automigrations-for-svelte
Fix new-frameworks automigration failing to read frameworkOptions field.
2022-12-08 01:14:48 +08:00
Michael Shilman
41f49c31ea Merge branch 'next' into shilman/preceding-upgrade-event 2022-12-08 01:08:47 +08:00
Michael Shilman
57a83d4659
Merge pull request #20133 from storybookjs/shilman/add-blocks-dependency
CLI: Replace addon-docs Meta with blocks and add blocks dep
2022-12-08 01:02:42 +08:00
Michael Shilman
a78ef8d9a2 Fix error reporting logic & tests 2022-12-08 00:58:15 +08:00
Michael Shilman
865fa79128 Telemetry: Add precedingUpgrade data to dev/build/error events 2022-12-08 00:26:30 +08:00
Yann Braga
ee8a9906ff Add args generic to CSFExports 2022-12-07 17:23:09 +01:00
Michael Shilman
eb30155853 CLI: Replace addon-docs Meta with blocks and add blocks dep 2022-12-08 00:03:57 +08:00
Norbert de Langen
aa066e8c5b
Merge pull request #20130 from storybookjs/tech/svg-favicon
Modernize favicon
2022-12-07 17:02:04 +01:00
Norbert de Langen
a544086dbf
change the icon 2022-12-07 16:32:17 +01:00
Norbert de Langen
bf32d2b431
change favicon.ico to favicon.svg as modern browsers support this 2022-12-07 16:07:16 +01:00
Valentin Palkovic
78eba23364 Fix Next.js lower than 12.2.0 2022-12-07 15:55:12 +01:00
Norbert de Langen
9cd0f3b3f3
wrap with a try-catch as suggested by shilman
Co-authored-by: Michael Shilman <shilman@lab80.co>
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
2022-12-07 15:07:15 +01:00
Norbert de Langen
2da6dd37dc
seems that passing something into next call is not a good idea, who knew? 2022-12-07 14:25:20 +01:00
Norbert de Langen
cec506ddb3
Merge branch 'next' into norbert/sb-1055-iframehtml-not-found-error-when-starting 2022-12-07 14:22:57 +01:00
Norbert de Langen
48789b18b3
add type 2022-12-07 14:20:07 +01:00
Norbert de Langen
ea26a0031b
fix solution, and cleanup the code 2022-12-07 14:18:15 +01:00
Norbert de Langen
b65c3c57f7
make it use the router, otherwise next() doesn't find the injected middleware 2022-12-07 14:09:07 +01:00
Michael Shilman
de23d5dfb2 CLI: Fix upgrade --prerelease to upgrade to the next tag 2022-12-07 19:48:24 +08:00
Norbert de Langen
dc8016a208
re-order start, only open browser as preview has started (not yet completed) add a handler to keep iframe.html request waiting until preview is completed 2022-12-07 12:12:24 +01:00
Michael Shilman
1df572fe8b Update git head to 7.0.0-alpha.61, update yarn.lock [ci skip] 2022-12-07 19:03:58 +08:00
Michael Shilman
ec1df6fe1b v7.0.0-alpha.61 2022-12-07 18:58:10 +08:00
Michael Shilman
989624874b Update root, peer deps, version.ts/json to 7.0.0-alpha.61 [ci skip] 2022-12-07 18:55:00 +08:00
Norbert de Langen
e1a3a82fee
change the vite mdx plugin to use the mdxCompilerOptions from the preset, similar to how webpack does it now 2022-12-07 10:42:44 +01:00
Norbert de Langen
3e7c1dd6bc
Merge branch 'next' into fix/more-peerdeps 2022-12-07 10:23:00 +01:00
Norbert de Langen
ab763c8c66
remove unused dependencies which actually leak peerDeps up 2022-12-07 10:22:35 +01:00
Valentin Palkovic
81537110e7 Update yarn.lock 2022-12-07 09:26:11 +01:00
Valentin Palkovic
75e57ad1de Update code/frameworks/angular/package.json 2022-12-07 09:22:13 +01:00
Valentin Palkovic
5588331a5d Extend Angular Zone.js peer dependency range 2022-12-07 09:22:13 +01:00
Valentin Palkovic
e456d042be Edit Readme 2022-12-07 08:37:49 +01:00
Valentin Palkovic
ab6a3ffb69 Merge remote-tracking branch 'origin/next' into valentin/support-next-navigation 2022-12-07 08:18:56 +01:00
Valentin Palkovic
56e0fd4244 Edit Readme 2022-12-07 08:18:43 +01:00
Tom Coleman
4cf693c66d Add metadata.hasChromatic 2022-12-07 17:20:14 +11:00
Michael Shilman
606de0f52d Update git head to 7.0.0-alpha.60, update yarn.lock [ci skip] 2022-12-07 12:30:47 +08:00
Michael Shilman
2b38f15a16 v7.0.0-alpha.60 2022-12-07 12:24:15 +08:00
Michael Shilman
0c73183924 Update root, peer deps, version.ts/json to 7.0.0-alpha.60 [ci skip] 2022-12-07 12:15:10 +08:00