Tom Coleman
8e0a57c854
Update docs + preact presets to not clobber each other.
2022-10-12 12:56:27 +11:00
Norbert de Langen
f798003dbc
Revert "upgrade to use node 16 everywhere"
...
This reverts commit 1fad1723dfebdbf481448b8219a8c30c5074960f.
2022-10-11 18:48:56 +02:00
Norbert de Langen
1fad1723df
upgrade to use node 16 everywhere
2022-10-11 18:47:37 +02:00
Michael Shilman
19a6e89dc1
Merge pull request #19343 from storybookjs/norbert/sb-702-migrate-stories-and-delete-official
...
Examples: Remove official-storybook
2022-10-11 22:07:36 +08:00
Kasper Peulen
cb2cd99017
Merge pull request #19238 from storybookjs/future/sound-arg-types
...
React: Sound arg types for CSF3
2022-10-11 13:28:30 +02:00
Kasper Peulen
1cf8658a9e
make args sound for CSF3 react types
2022-10-11 10:31:23 +02:00
Norbert de Langen
830ffca350
cleanup
2022-10-11 10:17:44 +02:00
Norbert de Langen
71904dbd30
Merge branch 'next' into norbert/sb-702-migrate-stories-and-delete-official
2022-10-11 10:04:07 +02:00
Yann Braga
b344a5f742
Merge branch 'next' into fix/small-improvements
2022-10-11 08:16:27 +02:00
Michael Shilman
7c6a1d76ec
Try to fix storyshots
2022-10-11 11:51:56 +08:00
Yann Braga
bfbd1b7eea
update snapshots
2022-10-10 10:58:21 +02:00
Yann Braga
90ef1e1378
fix eslint issues
2022-10-10 10:58:21 +02:00
Yann Braga
d11de13915
set default viewport in addon-viewport template story
2022-10-10 10:58:21 +02:00
Yann Braga
74b1afe801
improve addon-links template stories
2022-10-10 10:58:20 +02:00
Yann Braga
e33d2c3244
improve names used in step function
2022-10-10 10:58:20 +02:00
Michael Shilman
48d1bcee21
Merge branch 'next' into shilman/add-web-components-vite-framework-and-template
2022-10-10 12:50:32 +08:00
Michael Shilman
156d366f91
Don't run interactions stories in web-components projects
2022-10-10 08:03:30 +08:00
Michael Shilman
70f21ae05b
Merge branch 'next' into shilman/generic-mdx-stories
2022-10-09 18:19:06 +08:00
Michael Shilman
2d5e2cfe86
Merge branch 'next' into shilman/add-web-components-vite-framework-and-template
2022-10-06 20:32:42 +08:00
Michael Shilman
a2cdd73b48
Merge pull request #19023 from storybookjs/update-colors
...
UI: Update colors for 7.0
2022-10-06 18:09:16 +08:00
Kai Röder
17bd9211ab
refactor(angular): drop support for angular < 13
...
According to the Angular LTS plan, Angular 12
support ends in Nov 2022. A lot of code exists
to support Angular < 13 which increases the
maintenance effort and decreases the
contribution DX of framework/angular.
BREAKING CHANGE: Dropped support for Angular 12
2022-10-05 22:56:44 +02:00
Michael Shilman
6db971cb28
Merge branch 'next' into update-colors
2022-10-06 00:32:26 +08:00
Michael Shilman
d5bc809ae3
Update git head to 7.0.0-alpha.35, update yarn.lock [ci skip]
2022-10-06 00:24:15 +08:00
Michael Shilman
d8972df8c6
v7.0.0-alpha.35
2022-10-06 00:18:55 +08:00
Michael Shilman
dcfaa38873
Update root, peer deps, version.ts/json to 7.0.0-alpha.35 [ci skip]
2022-10-06 00:15:15 +08:00
Norbert de Langen
17a3e2c6fd
Merge branch 'next' into shilman/generic-mdx-stories
2022-10-05 16:13:54 +02:00
Norbert de Langen
6ba8ad35ea
cleanup
2022-10-05 14:27:06 +02:00
Michael Shilman
66354a3308
Merge branch 'next' into shilman/add-web-components-vite-framework-and-template
2022-10-05 18:39:29 +08:00
Norbert de Langen
3481c12f48
Merge branch 'norbert/sb-625-remove-cypress-from-the-monorepo' into norbert/sb-702-migrate-stories-and-delete-official
2022-10-05 09:41:03 +02:00
Ian VanSchooten
e37191110f
Merge remote-tracking branch 'origin/next' into fix/addon-interactions-build
2022-10-04 13:30:05 -04:00
Ian VanSchooten
f49fb78a81
Merge remote-tracking branch 'origin/next' into fix/addon-interactions-build
2022-10-04 09:41:29 -04:00
Norbert de Langen
bd0a420209
improve the tsconfig
...
So we do not get the warning:
ESM You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
...anymore
2022-10-04 15:14:41 +02:00
Norbert de Langen
bbd4a3a86c
remove official example
2022-10-04 12:35:11 +02:00
Norbert de Langen
16dccf7d54
Merge branch 'next' into jean-storybook
2022-10-04 08:54:57 +02:00
Michael Shilman
4d78b7e3be
Merge branch 'next' into shilman/add-web-components-vite-framework-and-template
2022-10-04 10:19:38 +08:00
Ian VanSchooten
9de0c03c0c
Add checkAnnotationsLoaded
entrypoint
2022-10-03 12:53:30 -04:00
Ian VanSchooten
d174006333
Fix path to checkActionsLoaded
2022-10-03 12:53:30 -04:00
Norbert de Langen
78352c1def
Merge branch 'next' of github.com:storybookjs/storybook into next
2022-10-03 17:11:12 +02:00
Norbert de Langen
ac4622d57b
Merge branch 'tech/tsup-lib-api' of github.com:storybookjs/storybook into next
2022-10-03 17:11:05 +02:00
Norbert de Langen
a017d1e344
this preset doesn't actually have any of these files
2022-10-03 15:54:33 +02:00
Norbert de Langen
561a5ad99e
make it platform-node
2022-10-03 15:45:27 +02:00
Michael Shilman
b936e56c3d
Fix ignoredException bug when no interactions addon
2022-10-03 11:28:32 +08:00
Jean
6d6b26d3dc
Modified the package for essentials
2022-10-02 22:23:59 -04:00
Michael Shilman
b8dc360d1e
Add FIXME for interactions tests [skip ci]
2022-10-02 23:58:59 +08:00
Michael Shilman
e03ecbe6bf
Sandbox: Attempt to fix interactions stories for web-components
2022-10-02 20:31:10 +08:00
Michael Shilman
bcb4722860
Refactor MDX examples to sandboxes
2022-09-30 11:45:16 +08:00
Ian VanSchooten
cf7db51915
Remove STORYBOOK_REACT_CLASSES and global/globals.ts
2022-09-29 21:33:02 -04:00
Norbert de Langen
54673a4002
fix build issues after bundling lib/api
2022-09-27 15:41:01 +02:00
Norbert de Langen
40aadb951e
Merge branch 'next' into feat/addons-actions-tsup
...
# Conflicts:
# code/addons/actions/package.json
2022-09-27 12:31:10 +02:00
Norbert de Langen
ff19520be7
Merge branch 'next' into evad1n/next
2022-09-27 09:41:37 +02:00