Norbert de Langen
bf5f7831d1
Apply suggestions from code review
...
Co-authored-by: Valentin Palkovic <valentin@chromatic.com>
2022-11-24 13:00:11 +01:00
Michael Shilman
5f3ffc911c
Update git head to 7.0.0-alpha.53, update yarn.lock [ci skip]
2022-11-24 20:04:05 +09:00
Michael Shilman
fd1cf81615
v7.0.0-alpha.53
2022-11-24 19:58:09 +09:00
Michael Shilman
dae1bbab81
Update root, peer deps, version.ts/json to 7.0.0-alpha.53 [ci skip]
2022-11-24 19:54:01 +09:00
Norbert de Langen
adf4799fd4
change usage
2022-11-24 00:02:56 +01:00
Norbert de Langen
80fdba5aa8
use preview-api everywhere
2022-11-23 16:55:12 +01:00
Norbert de Langen
a9d2ae754f
Merge branch 'next' into tech/introduce-preview-api
2022-11-22 16:16:42 +01:00
Norbert de Langen
ec73fa036b
Merge branch 'next' into norbert/sb-798-figure-out-plan-for-package-structure-rework
2022-11-22 14:23:21 +01:00
Valentin Palkovic
ddca95bc56
Merge pull request #19877 from gitstart/addon-controls/fix-controls-count
...
Addon-controls: Exclude `{ table: { disable: true } }` controls while counting controls for panel title
2022-11-22 12:48:57 +01:00
Norbert de Langen
96568264b1
fix types types/node
2022-11-22 11:10:04 +01:00
Michael Shilman
90bc7c03f7
Update git head to 7.0.0-alpha.52, update yarn.lock [ci skip]
2022-11-21 23:38:03 +09:00
Michael Shilman
d2494e3f51
v7.0.0-alpha.52
2022-11-21 23:33:02 +09:00
Michael Shilman
67fb029f6d
Update root, peer deps, version.ts/json to 7.0.0-alpha.52 [ci skip]
2022-11-21 22:16:52 +08:00
Michael Shilman
ef2f3eaf79
Update git head to 7.0.0-alpha.51, update yarn.lock [ci skip]
2022-11-19 20:58:22 +08:00
Michael Shilman
4fec76c3f5
v7.0.0-alpha.51
2022-11-19 20:54:33 +08:00
Michael Shilman
a2981f7081
Update root, peer deps, version.ts/json to 7.0.0-alpha.51 [ci skip]
2022-11-19 20:50:23 +08:00
Michael Shilman
3ab3e21185
Merge branch 'next' into valentin/swc-babel-nextjs
2022-11-19 18:29:46 +08:00
Norbert de Langen
45761d38c4
Merge branch 'norbert/sb-798-figure-out-plan-for-package-structure-rework' into tech/introduce-preview-api
2022-11-18 17:23:10 +01:00
Norbert de Langen
aca780bcc9
Merge branch 'next' into norbert/sb-798-figure-out-plan-for-package-structure-rework
2022-11-18 17:19:23 +01:00
Norbert de Langen
8d627d3079
Merge branch 'norbert/sb-798-figure-out-plan-for-package-structure-rework' into tech/introduce-preview-api
2022-11-18 16:17:40 +01:00
Kasper Peulen
ef1c6861a4
Downgrade @types/node
2022-11-18 15:50:12 +01:00
Norbert de Langen
341d549ca8
Merge branch 'next' into norbert/sb-798-figure-out-plan-for-package-structure-rework
2022-11-18 14:18:00 +01:00
Kasper Peulen
1b151d4f3e
Downgrade jest-mock
2022-11-17 21:36:52 +01:00
Kasper Peulen
2083fd1b00
Update some other jest related deps (@jest/globals, @jest/transform, jest-mock)
2022-11-17 19:07:57 +01:00
Kasper Peulen
8280608a6e
Merge remote-tracking branch 'origin/next' into upgrade-jest-29
2022-11-17 18:51:35 +01:00
gitstart
dfe79a6a92
exclude disabled controls while counting controls for panel title
2022-11-17 16:25:44 +00:00
Kasper Peulen
e8ed15febc
Upgrade to TS 4.9
2022-11-17 16:24:12 +01:00
Norbert de Langen
7743017cd0
Merge branch 'next' into norbert/sb-798-figure-out-plan-for-package-structure-rework
2022-11-17 10:07:52 +01:00
Norbert de Langen
54ab89ce63
Merge branch 'next' into fix/server-require-double-esbuildregister
2022-11-17 10:01:17 +01:00
Norbert de Langen
d018cbf7bd
fixes
2022-11-17 09:57:26 +01:00
Valentin Palkovic
5c09970673
Fix sandbox creation by adjusting package version ranges
2022-11-17 09:03:57 +01:00
Valentin Palkovic
7453a70426
Add proper Next.js framework support
...
NextJS projects should work out-of-the-box when Storybook is initialized.
1. Scenario: .babelrc or project babel.config.(m)js(x) file doesn't exist
In this case Next.js >= 12 uses swc to transpile the code. In Storybook
we will still use babel to transpile the code. We use the preset `next/babel`
and configure it to make the Next.js project work with Storybook. Any SWC/Next compiler
related options are ignored
2. Scenario: .babelrc or project babel.config.(m)js(x) file exist
Storybook will use the project's babel configuration for transpiling. All options, which
are passed to the `next/babel` prest are respected.
2022-11-17 08:58:42 +01:00
Michael Shilman
b5920aaef1
Update git head to 7.0.0-alpha.50, update yarn.lock [ci skip]
2022-11-17 15:10:36 +08:00
Michael Shilman
77184d0390
v7.0.0-alpha.50
2022-11-17 15:06:07 +08:00
Michael Shilman
d90785f3ff
Update root, peer deps, version.ts/json to 7.0.0-alpha.50 [ci skip]
2022-11-17 14:52:31 +08:00
Ian VanSchooten
f79fe43eeb
Upgrade jest to 29
2022-11-16 19:29:31 -05:00
Ian VanSchooten
c1a49c4c6c
Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28
2022-11-16 14:20:48 -05:00
Norbert de Langen
6b9215730c
Merge branch 'next' into norbert/sb-798-figure-out-plan-for-package-structure-rework
2022-11-16 16:20:48 +01:00
Norbert de Langen
5b50e27456
Merge branch 'norbert/sb-798-figure-out-plan-for-package-structure-rework' into tech/introduce-preview-api
2022-11-16 16:19:42 +01:00
Norbert de Langen
c26104d0b9
Merge branch 'next' into tech/introduce-preview-api
2022-11-16 16:16:24 +01:00
Yann Braga
908db037f6
switch from Parameters to StorybookInternalParameters
2022-11-16 15:20:17 +01:00
Jeppe Reinhold
c2b8465b3a
fix typecheck error in jest addon
2022-11-16 14:22:28 +01:00
Ian VanSchooten
c77276b4fc
Upgrade jest-specific-snapshot
2022-11-16 07:54:54 -05:00
Jeppe Reinhold
60cea662db
Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sb-898-blocks-canvas
2022-11-16 13:47:59 +01:00
Norbert de Langen
d37d1a588e
fixes
2022-11-16 11:05:43 +01:00
Kasper Peulen
a972ff2470
Merge pull request #19833 from storybookjs/kasper/expose-more-types
...
Expose more CSF types in all renderers
2022-11-16 10:17:59 +01:00
Ian VanSchooten
80141d90b6
Upgrade jest-specific-snapshot
...
(and force correct jest-snapshot)
2022-11-15 23:19:01 -05:00
Norbert de Langen
a38734c81b
fixes
2022-11-15 20:42:46 +01:00
Jeppe Reinhold
1cb1c2654a
Merge branch 'next' into jeppe/sb-898-blocks-canvas
2022-11-15 10:22:24 +01:00
Norbert de Langen
b105b21001
regen lockfile, sync csf package version
2022-11-15 10:06:58 +01:00