Michael Shilman
898cee2081
Update git head to 7.0.0-beta.41, update yarn.lock [ci skip]
2023-02-03 21:27:11 +08:00
Michael Shilman
b73df3011f
v7.0.0-beta.41
2023-02-03 21:26:05 +08:00
Michael Shilman
d25c3bebf2
Update root, peer deps, version.ts/json to 7.0.0-beta.41 [ci skip]
2023-02-03 21:11:47 +08:00
Bodo Graumann
593cc81164
Correctly preserve existing vite envPrefix config
2023-02-03 12:53:30 +01:00
Michael Shilman
6fbc1d3184
Merge pull request #20906 from storybookjs/shilman/catch-index-errors
...
Core: Fix index error handling
2023-02-03 16:22:48 +08:00
Michael Shilman
4ab4518270
Core: Fix index error handling
2023-02-03 01:57:30 +08:00
Michael Shilman
bc3ec12416
Merge pull request #20895 from storybookjs/norbert/fix-20884
...
CLI: Remove the deprecated `--no-manager-cache` flag
2023-02-03 00:39:13 +08:00
Michael Shilman
3d4dfa4df6
Merge pull request #20116 from storybookjs/support-customization-of-mdx-plugins
...
Addon-docs: Fix customization of MDX plugins
2023-02-03 00:37:23 +08:00
Norbert de Langen
505a5af06a
Merge pull request #20846 from storybookjs/valentin/add-nunito-sans
...
Add nunito sans font
2023-02-02 15:08:52 +01:00
Norbert de Langen
b4a6a7a067
remove --no-manager-cache
2023-02-02 13:55:16 +01:00
Norbert de Langen
bb7171da17
fix https://github.com/storybookjs/storybook/pull/20802#issuecomment-1413033420
2023-02-02 13:22:18 +01:00
Norbert de Langen
963500c0c3
minor fixes
2023-02-02 13:17:13 +01:00
Norbert de Langen
69dabfa0ee
add font css to preview, minimize number of preloaded fonts for manager
2023-02-02 11:40:07 +01:00
Michael Shilman
15e14b85b9
Update git head to 7.0.0-beta.40, update yarn.lock [ci skip]
2023-02-02 11:40:56 +08:00
Michael Shilman
9c68cc3a66
v7.0.0-beta.40
2023-02-02 11:39:38 +08:00
Michael Shilman
c9ed0395b3
Update root, peer deps, version.ts/json to 7.0.0-beta.40 [ci skip]
2023-02-02 08:08:29 +08:00
Tom Coleman
9c1a1d1137
Merge pull request #20867 from storybookjs/20864-20863-change-attached-mdx-naming
...
Docs: Turn on autodocs for CSF with attached meta.
2023-02-02 10:20:24 +11:00
Tom Coleman
59f2b6dd74
Update snapshots
2023-02-02 09:25:01 +11:00
Norbert de Langen
24bc61930a
Merge pull request #20842 from storybookjs/webpack/builder-options
...
Webpack: Support builder options from framework
2023-02-01 17:44:36 +01:00
Michael Shilman
ed1b8b8b19
Update git head to 7.0.0-beta.39, update yarn.lock [ci skip]
2023-02-01 23:57:11 +08:00
Michael Shilman
96d4845118
v7.0.0-beta.39
2023-02-01 23:55:24 +08:00
Michael Shilman
edca5fcb69
Update root, peer deps, version.ts/json to 7.0.0-beta.39 [ci skip]
2023-02-01 23:52:36 +08:00
Jeppe Reinhold
a3b0e56e8a
Merge branch 'next' into 20864-20863-change-attached-mdx-naming
2023-02-01 15:43:15 +01:00
Valentin Palkovic
595e7a4a88
Merge remote-tracking branch 'origin/next' into valentin/add-nunito-sans
2023-02-01 15:18:09 +01:00
Tobias Diez
d5d0886c3e
Merge branch 'storybookjs:next' into patch-1
2023-02-01 18:03:18 +08:00
Tobias Diez
077a849d05
chore: fix linter
2023-02-01 17:32:07 +08:00
Tom Coleman
80b3a26b44
Use the filename as the default name for MDX files
2023-02-01 16:45:43 +11:00
Tom Coleman
bd51d022cb
Add test to prove #20864 is unneccesary
...
And set things up for #20863
2023-02-01 16:06:43 +11:00
Michael Arestad
c10df2e109
Updated typefaces and removed black typeface in favor of bold
2023-01-31 17:29:20 -07:00
Mauricio Rivera
bb170a3b84
Stable solid cli impl.
2023-01-31 18:00:13 -05:00
Norbert de Langen
22fa110af8
Merge pull request #20834 from storybookjs/norbert/fix-20675
...
fix #20675 by adding an esbuild plugin to inject env variables
2023-01-31 15:04:17 +01:00
Yann Braga
56e446a75e
Merge pull request #20802 from storybookjs/feat/warn-regarding-default-exports-in-main
...
CLI: add warning when main config does not use default exports
2023-01-31 13:19:13 +01:00
Yann Braga
80d9808df5
Merge pull request #20801 from storybookjs/docs/default-exports-in-main
...
Docs: Update main.js format in docs/tutorials/recipes
2023-01-31 13:18:27 +01:00
Norbert de Langen
457c6f7ee1
Merge branch 'next' into feat/warn-regarding-default-exports-in-main
2023-01-31 11:10:16 +01:00
Jeppe Reinhold
0e33781784
Merge pull request #20752 from storybookjs/jeppe/fix-remount-story
...
Change forceReRender story to forceRemount
2023-01-31 11:06:42 +01:00
Norbert de Langen
ca23c8419f
fixes, just use regular define
property. I couldn't make the plugin work.
2023-01-31 11:05:05 +01:00
Yann Braga
55ebe5b594
CLI: replace glob with glob-promise
2023-01-31 10:35:29 +01:00
Yann Braga
4ea443c13e
Warn users to use default export in main.js
...
- involves changes in csf-tools to define a flag that tells us there is (or not) a default export
- involves changes in affected packages now that loadMainConfig is async
2023-01-31 10:23:07 +01:00
Norbert de Langen
883aeaa94e
Merge branch 'next' into norbert/fix-20675
2023-01-31 10:20:29 +01:00
Norbert de Langen
fdcd2b592e
Merge branch 'next' into valentin/add-nunito-sans
2023-01-31 10:13:47 +01:00
Norbert de Langen
ea6dffba23
add the font for the storybook manager UI, add a reference to it in the template
...
Co-authored-by: Valentin Palkovic <valentin@chromatic.com>
2023-01-31 10:13:16 +01:00
Michael Shilman
cb1cb566b7
Update git head to 7.0.0-beta.38, update yarn.lock [ci skip]
2023-01-31 16:58:47 +08:00
Michael Shilman
91302a6818
v7.0.0-beta.38
2023-01-31 16:57:30 +08:00
Michael Shilman
bf2d7b1bc5
Update root, peer deps, version.ts/json to 7.0.0-beta.38 [ci skip]
2023-01-31 16:54:33 +08:00
Michael Shilman
a30b991777
v7.0.0-beta.37
2023-01-31 16:53:10 +08:00
Michael Shilman
832dcb34c3
Update root, peer deps, version.ts/json to 7.0.0-beta.37 [ci skip]
2023-01-31 16:51:03 +08:00
Norbert de Langen
47cbf1d3e6
Merge branch 'next' into norbert/fix-20675
2023-01-31 09:27:38 +01:00
Yann Braga
768d4324f9
Merge pull request #20797 from storybookjs/feat/default-exports-in-main
...
CLI: generate main config with default exports
2023-01-31 08:48:17 +01:00
Ian VanSchooten
a644a33f2f
Webpack: Support builder options from framework
2023-01-30 17:39:54 -05:00
Charles GRUENAIS
66a11919ee
Deps: Upgrade magic-string to 0.27.0
2023-01-30 18:40:41 +01:00