5205 Commits

Author SHA1 Message Date
Michael Shilman
3497f7aba7 Update git head to 7.0.0-beta.61, update yarn.lock [ci skip] 2023-03-04 00:41:13 +08:00
Michael Shilman
c4707c66fa v7.0.0-beta.61 2023-03-04 00:40:01 +08:00
Michael Shilman
4fc5180396 Update root, peer deps, version.ts/json to 7.0.0-beta.61 [ci skip] 2023-03-04 00:37:39 +08:00
Michael Shilman
94c39840cd
Merge pull request #21380 from storybookjs/shilman/upgrade-react-docgen-typescript
Upgrade react-docgen-typescript-plugin for TS4.8
2023-03-04 00:35:24 +08:00
Michael Shilman
2e64fa40ad
Merge pull request #21367 from storybookjs/20728-fix-state-warnings
Core: Remove state deprecation warnings by default
2023-03-04 00:33:54 +08:00
Michael Shilman
4e58b0178c
Merge pull request #21369 from storybookjs/20841-show-docs-errors
Docs: Show MDX errors using our error overlay
2023-03-04 00:29:19 +08:00
Michael Shilman
43558bafae Core: Fix default export storySort handling 2023-03-03 23:58:32 +08:00
Michael Shilman
a7ac939487 Upgrade react-docgen-typescript-plugin for TS4.8 2023-03-03 21:42:12 +08:00
Valentin Palkovic
ebb8cf2a50
Merge pull request #21377 from storybookjs/revert-21248-valentin/fix-providers-declared-twice
Revert "Fix Angular bug where forRoot() is called twice"
2023-03-03 13:53:53 +01:00
Chakir QATAB
df9fbd4462
Merge pull request #21359 from storybookjs/kasper/vue-slot-types
Vue3: Add slot TS types
2023-03-03 16:42:18 +04:00
Valentin Palkovic
6fb2114b8a
Revert "Fix Angular bug where forRoot() is called twice" 2023-03-03 13:22:58 +01:00
Kasper Peulen
12e96a3938 Fix type tests 2023-03-03 12:56:43 +01:00
Valentin Palkovic
80a3cba00d Fix Angular bug where forRoot() is called twice 2023-03-03 12:15:45 +01:00
Kasper Peulen
cd150c0109 Allow both functions and values as type for slots 2023-03-03 12:10:10 +01:00
Tom Coleman
11ee42ef96 Fix tests 2023-03-03 15:16:12 +11:00
Michael Shilman
8c8974884f
Merge pull request #21365 from storybookjs/20841-tweak-error
Docs: Update invalid `<Meta of={}>` error to be more helpful.
2023-03-03 11:58:14 +08:00
Michael Shilman
916873b924
Merge pull request #21348 from storybookjs/20958-fix-indexing-errors-referencing-non-stories
Docs:  Fix issue with referencing non-story files with names similar or equal to docs files
2023-03-03 11:56:34 +08:00
Tom Coleman
976b7ef404 Remove unneeded deletions 2023-03-03 13:28:37 +11:00
Tom Coleman
4f29a6d4ef Fix types 2023-03-03 13:09:22 +11:00
Tom Coleman
7bbc0e644f Add an intentionally failing MDX file
This reverts commit e7558619dd0121af19fc79ade7cf860cc054993c.
2023-03-03 13:03:06 +11:00
Tom Coleman
5628ed13ba Show errors using our error display when docs error
This reverts commit f77cdd1c2fe07636dcc8a19380aa1d946b4c5cea.
2023-03-03 13:02:49 +11:00
Tom Coleman
f77cdd1c2f Revert "Show errors using our error display when docs error"
This reverts commit fca188cb289e20d5a226d586a51d81fca28def44.
2023-03-03 13:01:54 +11:00
Tom Coleman
e7558619dd Revert "Add an intentionally failing MDX file"
This reverts commit 018ea7a304780d53955c4488e22a8171e5eeec72.
2023-03-03 13:01:36 +11:00
Tom Coleman
018ea7a304 Add an intentionally failing MDX file 2023-03-03 13:01:16 +11:00
Tom Coleman
fca188cb28 Show errors using our error display when docs error 2023-03-03 13:00:19 +11:00
Tom Coleman
9663f911a2 Move deprecation warnings for old state fields so they don't always trigger. 2023-03-03 12:27:20 +11:00
Tom Coleman
3bec5189c0 Update error to be more helpful.
See https://github.com/storybookjs/storybook/issues/20841#issuecomment-1452631764
2023-03-03 10:39:43 +11:00
Tom Coleman
71aee82a65 You can reference files by full path if you want 2023-03-03 10:36:46 +11:00
Michael Shilman
d60e3ffbe0 Update git head to 7.0.0-beta.60, update yarn.lock [ci skip] 2023-03-03 01:39:20 +08:00
Michael Shilman
325e0406b4 v7.0.0-beta.60 2023-03-03 01:37:47 +08:00
Michael Shilman
6416a0a631 Update root, peer deps, version.ts/json to 7.0.0-beta.60 [ci skip] 2023-03-03 01:10:51 +08:00
Michael Shilman
45d707f3f8
Merge pull request #21342 from storybookjs/restore-storiesOf.md
Restore storiesOf.md
2023-03-03 01:07:39 +08:00
Michael Shilman
990c9a64a4
Merge pull request #21353 from storybookjs/shilman/21322-previewjs-default-storysort
Core: Fix storySort parsing in preview.js with default export
2023-03-03 01:04:12 +08:00
Kasper Peulen
0b91e977ad Add slot args to Vue3 types 2023-03-02 17:31:56 +01:00
Michael Shilman
3aa4113601
Merge pull request #21356 from storybookjs/norbert/fix-21345-yarn-workspace-root-flag-removed
CLI: remove the workspace root flag from the install command for yarn2
2023-03-02 23:57:39 +08:00
Norbert de Langen
2b1b3c4d5f
Merge pull request #21355 from storybookjs/norbert/bump-get-tarball
Bump version of get-tarball
2023-03-02 16:09:15 +01:00
Michael Shilman
12e85cbae9
Merge pull request #21339 from JustinEloffBBD/patch-1
Svelte/Vite: Prevent crash when no svelte.config file
2023-03-02 23:07:28 +08:00
Norbert de Langen
07edf97879
fix tests 2023-03-02 16:03:08 +01:00
Norbert de Langen
c89d93cb1c
remove the workspace root flag from the install command for yarn2 2023-03-02 15:56:44 +01:00
Norbert de Langen
85e1f3e9bf
bump version of get-tarball 2023-03-02 15:40:32 +01:00
justin.eloff
5f214d0b0b Move the default value into the svelte-docgen plugin. 2023-03-02 14:53:13 +01:00
Michael Shilman
f8ca896b0d Core: Fix storySort parsing in preview.js with default export 2023-03-02 20:58:31 +08:00
Valentin Palkovic
0ee533a876 Remove unnecessary next babel plugins 2023-03-02 11:01:40 +01:00
Valentin Palkovic
80bb59bc26 Revert syntax change 2023-03-02 10:56:34 +01:00
Valentin Palkovic
94debd30bf Use next/font with @next/font fallback 2023-03-02 10:52:21 +01:00
Alex Ahumada
6b8909ec96 Merge branch 'next' into migrate-next-font 2023-03-02 09:29:39 +01:00
Tom Coleman
c1239410a0 Refactor loops to be a bit more simple to understand 2023-03-02 16:26:47 +11:00
Tom Coleman
c383d16253 Update snapshots 2023-03-02 16:12:40 +11:00
Tom Coleman
a94d82c35b Add comments to test file 2023-03-02 16:03:59 +11:00
Tom Coleman
b0590a1f88 Make sure we don't confuse substring imports 2023-03-02 16:00:43 +11:00