Michael Shilman
|
90bd0961ce
|
Update git head to 7.0.0-alpha.43, update yarn.lock [ci skip]
|
2022-10-25 20:15:11 +08:00 |
|
Kasper Peulen
|
c9aa816b23
|
use prettier on vue files
|
2022-10-25 14:10:56 +02:00 |
|
Michael Shilman
|
f801c26f7b
|
v7.0.0-alpha.43
|
2022-10-25 20:10:01 +08:00 |
|
Norbert de Langen
|
b9ae97c8ed
|
fixes
|
2022-10-25 14:08:03 +02:00 |
|
Michael Shilman
|
c1ce5ade90
|
Update root, peer deps, version.ts/json to 7.0.0-alpha.43 [ci skip]
|
2022-10-25 19:56:58 +08:00 |
|
Norbert de Langen
|
554be961f1
|
fixes
|
2022-10-25 13:54:59 +02:00 |
|
Michael Shilman
|
ff056d0929
|
Tweak repro templates
|
2022-10-25 19:52:16 +08:00 |
|
Norbert de Langen
|
8e3e508af4
|
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create-a-storybooktypes
|
2022-10-25 13:49:02 +02:00 |
|
Norbert de Langen
|
90b39777cb
|
Merge branch 'next' into deprecate/remaining-lib-cli
|
2022-10-25 13:15:35 +02:00 |
|
Norbert de Langen
|
b82ff4057c
|
throw an error when something is filtered out
|
2022-10-25 13:13:43 +02:00 |
|
Norbert de Langen
|
5218459e0a
|
cleanup
|
2022-10-25 12:51:27 +02:00 |
|
Kasper Peulen
|
401a5a39a4
|
update yarn.lock
|
2022-10-25 10:45:34 +02:00 |
|
Kasper Peulen
|
863cadfb0b
|
Merge remote-tracking branch 'origin/next' into future/CSF3-vue2
# Conflicts:
# code/yarn.lock
|
2022-10-25 10:45:00 +02:00 |
|
Kasper Peulen
|
dbbf7e4db9
|
update yarn.lock
|
2022-10-25 10:43:35 +02:00 |
|
Kasper Peulen
|
94599372e3
|
fix more tests
|
2022-10-25 10:41:34 +02:00 |
|
Kasper Peulen
|
ac328e2cad
|
Merge remote-tracking branch 'origin/next' into future/CSF3-vue3
# Conflicts:
# code/yarn.lock
|
2022-10-25 10:27:04 +02:00 |
|
Jeppe Reinhold
|
f5abe33c4a
|
replace fake slash with dash
|
2022-10-25 10:19:26 +02:00 |
|
Jeppe Reinhold
|
16cb2c50f5
|
add Chromatic script, CircleCI job
|
2022-10-25 10:17:49 +02:00 |
|
Kasper Peulen
|
37c92c647c
|
fix tests
|
2022-10-25 09:52:39 +02:00 |
|
Jeppe Reinhold
|
d0c36cd333
|
startCase in sidebar labels
|
2022-10-25 08:12:49 +02:00 |
|
Jeppe Reinhold
|
27fe0f8123
|
Merge branch 'jeppe/sb-604-create-a-standalone-storybook-for-our-phase-2' of github.com:storybookjs/storybook into jeppe/sb-604-doc-blocks-in-sb-for-sb
|
2022-10-25 07:42:37 +02:00 |
|
Jeppe Reinhold
|
120f5f8b08
|
Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sb-604-create-a-standalone-storybook-for-our-phase-2
|
2022-10-25 07:40:16 +02:00 |
|
Jeppe Reinhold
|
b99827e6ea
|
cleanup main.ts
|
2022-10-25 07:39:18 +02:00 |
|
Tom Coleman
|
03551d1194
|
Merge pull request #19599 from storybookjs/tom/sb-813-move-remaining-examples-to-old-examples
Move examples -> test-storybooks
|
2022-10-25 16:38:23 +11:00 |
|
Tom Coleman
|
39662b1419
|
Merge pull request #19595 from storybookjs/tom/sb-849-cant-run-the-v6-store-in-sandboxes-2
Add `renderer` field to frameworks, and use to drive v6 store entrypoints
|
2022-10-25 16:18:53 +11:00 |
|
Tom Coleman
|
9a92922326
|
Misc cleanup
|
2022-10-25 16:01:35 +11:00 |
|
Tom Coleman
|
b2900c47a3
|
Line up version numbers
|
2022-10-25 16:01:35 +11:00 |
|
Tom Coleman
|
aea7d9391e
|
Add missing dev dep
|
2022-10-25 16:01:35 +11:00 |
|
Tom Coleman
|
8885d83045
|
Drop a whole lot of stuff from scripts
|
2022-10-25 16:01:18 +11:00 |
|
Tom Coleman
|
ddb1a5f3c5
|
Merge pull request #19590 from storybookjs/tom/sb-732-docs2-support-docs-only-stories-in-v6
Add new SET_INDEX event
|
2022-10-25 15:51:16 +11:00 |
|
Tom Coleman
|
c6d5fffc4e
|
Rename framework ->renderer in virtual module
|
2022-10-25 15:50:24 +11:00 |
|
Michael Shilman
|
7171c2d8e4
|
Merge pull request #19611 from storybookjs/shilman/fix-mdx2-migration
Don't run MDX2 automigration on node_modules
|
2022-10-25 12:47:50 +08:00 |
|
Tom Coleman
|
01448bcb36
|
Merge pull request #19594 from storybookjs/tom/sb-849-cant-run-the-v6-store-in-sandboxes
Ensure preview annotations are resolved relative to the cwd
|
2022-10-25 15:46:07 +11:00 |
|
Tom Coleman
|
aad3ca1eb3
|
Merge remote-tracking branch 'origin/next' into tom/sb-813-move-remaining-examples-to-old-examples
|
2022-10-25 15:24:12 +11:00 |
|
Tom Coleman
|
40cb75250b
|
Merge branch 'tom/sb-849-cant-run-the-v6-store-in-sandboxes-2' into tom/sb-732-docs2-support-docs-only-stories-in-v6
|
2022-10-25 14:40:54 +11:00 |
|
Tom Coleman
|
a5db220da4
|
Missed typec hanges
|
2022-10-25 14:40:35 +11:00 |
|
Tom Coleman
|
f5d160e477
|
Deepscan
|
2022-10-25 14:39:58 +11:00 |
|
Tom Coleman
|
b4314468a7
|
Update code/lib/builder-webpack5/src/preview/iframe-webpack.config.ts
|
2022-10-25 14:39:14 +11:00 |
|
Tom Coleman
|
b602e3393e
|
Merge branch 'tom/sb-849-cant-run-the-v6-store-in-sandboxes-2' into tom/sb-732-docs2-support-docs-only-stories-in-v6
|
2022-10-25 13:11:23 +11:00 |
|
Tom Coleman
|
031a39f8fc
|
Resolve renderer as an addon
|
2022-10-25 13:05:33 +11:00 |
|
Michael Shilman
|
c4092a87a8
|
Don't run MDX2 automigration on node_modules
|
2022-10-25 08:59:23 +08:00 |
|
Ian VanSchooten
|
26973f232d
|
Merge pull request #19563 from joshwooding/tidy-up-vite-mdx-plugin
Tidy up vite mdx-plugin
|
2022-10-24 17:19:25 -04:00 |
|
Michael Shilman
|
01e1e349c8
|
Merge pull request #19583 from sterashima78/remove-unused-dependencies
remove unused dependencies from @storybook/web-components-vite
|
2022-10-24 23:16:37 +08:00 |
|
Kasper Peulen
|
6f1e8b7bd1
|
fix deepscan
|
2022-10-24 16:53:08 +02:00 |
|
Kasper Peulen
|
3cae418347
|
fix jest tests
|
2022-10-24 16:51:54 +02:00 |
|
Kasper Peulen
|
2ac1d70d6b
|
fix jest tests
|
2022-10-24 16:51:20 +02:00 |
|
Michael Shilman
|
73c3e3e034
|
Merge branch 'next' into pr/19583
|
2022-10-24 22:20:29 +08:00 |
|
Kasper Peulen
|
65e9534a93
|
implement sound CSF3 types for Vue2
|
2022-10-24 16:14:58 +02:00 |
|
Norbert de Langen
|
3fbbcca706
|
Merge branch 'next' into fix-addon-paths-on-windows
|
2022-10-24 16:13:30 +02:00 |
|
Norbert de Langen
|
6534b72c8f
|
fix snapshot
|
2022-10-24 15:47:52 +02:00 |
|