Michael Shilman
55cd2ab63d
v7.0.0-alpha.55
2022-12-01 01:29:52 +08:00
Michael Shilman
d76bba935d
Update root, peer deps, version.ts/json to 7.0.0-alpha.55 [ci skip]
2022-12-01 01:21:44 +08:00
Ian VanSchooten
0cb44a3f7c
Unify typescript to ~4.9.3
2022-11-30 09:36:04 -05:00
Norbert de Langen
98262c5619
Merge pull request #20025 from storybookjs/tech/upgrade-yarn
...
upgrade yarn
2022-11-30 13:37:45 +01:00
Kasper Peulen
52f7825eea
Add explicit types to storyshots
2022-11-30 13:06:33 +01:00
Kasper Peulen
1db0da7337
Only use jest global types by default
2022-11-30 12:40:10 +01:00
Valentin Palkovic
96eb4730fd
Merge pull request #19996 from storybookjs/jest-specific-snapshot-for-29
...
Build: Upgrade jest-specific-snapshot
2022-11-30 11:51:45 +01:00
Jeppe Reinhold
b0fa9d707f
migrate all custom component styles to global styles
2022-11-29 21:19:45 +01:00
Kasper Peulen
09dd5d7f73
Update CLI templates to TS 4.9
2022-11-29 17:03:55 +01:00
Kasper Peulen
fac2465219
No unused locals in tsconfig to disable deepscan
...
Deep scan is not compatible with TS 4.9 yet. And the only issues it seems to find that are not covered yet by TS or ESLint are unused imports. TSC can catch those by enabling noUnusedLocals in tsconfig.
2022-11-29 16:28:00 +01:00
Ian VanSchooten
e8292de9a3
Build: Upgrade jest-specific-snapshot
2022-11-28 20:51:09 -05:00
gitstart
98e000e102
fix: measure on disabled elements
2022-11-28 15:38:43 +00:00
Norbert de Langen
33006b0867
bump
2022-11-28 16:29:00 +01:00
Norbert de Langen
2cb706a9b1
bump
2022-11-28 16:07:39 +01:00
Norbert de Langen
a312038a7f
bump
2022-11-28 15:46:47 +01:00
Norbert de Langen
1f8990c3e4
upgrade telejson
2022-11-28 15:36:11 +01:00
Tom Coleman
0889eeeff9
Merge remote-tracking branch 'origin/next' into tom/sb-878-cleanup-de-duplicate-storybooktypes
2022-11-28 10:37:07 +11:00
Michael Shilman
6c451134fa
Update git head to 7.0.0-alpha.54, update yarn.lock [ci skip]
2022-11-25 23:27:25 +09:00
Michael Shilman
91177d4e27
v7.0.0-alpha.54
2022-11-25 23:22:24 +09:00
Michael Shilman
c711b0ad85
Update root, peer deps, version.ts/json to 7.0.0-alpha.54 [ci skip]
2022-11-25 23:19:23 +09:00
Norbert de Langen
a2e5f9b992
Merge pull request #19952 from storybookjs/tech/split-addons
...
Build: split `lib/addons` into manager & preview part, move code to `manager-api`
2022-11-25 13:26:53 +01:00
Norbert de Langen
d30b1a083c
Update code/addons/docs/docs/multiframework.md
2022-11-25 12:29:09 +01:00
Tom Coleman
3fdaf809b0
Fix
2022-11-25 15:45:27 +11:00
Tom Coleman
bf5cd8d49f
Consolidate various index related types
2022-11-25 15:32:27 +11:00
Tom Coleman
6fea833174
Remove duplicate API_
arg related types
...
And clean up some code that used them
2022-11-25 15:28:21 +11:00
Norbert de Langen
bd6f4010ae
cleanup
2022-11-24 21:26:59 +01:00
Norbert de Langen
66c273e778
cleanup of deps
2022-11-24 19:44:14 +01:00
Valentin Palkovic
46e2b922c0
Fix type issues related to Angular sandbox usage
2022-11-24 17:15:45 +01:00
Norbert de Langen
94fe6d4240
move code from lib/addons to manager-api, reference manager-api or preview-api instead of lib/addons
2022-11-24 17:12:13 +01:00
Norbert de Langen
70e28a98c8
oops, manager should continue to import from addons for now
2022-11-24 15:00:09 +01:00
Norbert de Langen
095d3222ca
Merge branch 'tech/introduce-preview-api' into tech/rename-api
2022-11-24 13:30:21 +01:00
Norbert de Langen
7327efd089
Merge branch 'next' into tech/introduce-preview-api
2022-11-24 13:09:17 +01:00
Norbert de Langen
95bf5c1565
fixes
2022-11-24 13:01:31 +01:00
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