675 Commits

Author SHA1 Message Date
Bryan Thomas
0f5e6c1eb6 Move @rollup/pluginutils to devDependencies 2023-09-19 07:33:14 -05:00
Bryan Thomas
7758e8f5ff Keep the previous providerImportSource value 2023-09-18 07:49:38 -05:00
Bryan Thomas
fc7fc7f1a4 Replace types in viteFinal to fix error 2023-09-14 15:06:15 -05:00
Bryan Thomas
aabf48e5a8 Move mdxPlugin import 2023-09-14 13:26:13 -05:00
Bryan Thomas
ab089d4e8a Replace parameter for mdxPlugin 2023-09-14 13:07:51 -05:00
Bryan Thomas
39fa071194 Use StorybookConfig type from @storybook/builder-vite 2023-09-14 12:45:46 -05:00
Bryan Thomas
3acfceb6d3 Replace createFilter import from vite with @rollup/pluginutils 2023-09-14 12:29:51 -05:00
Bryan Thomas
d8a0049bba Await mdxPlugin 2023-09-14 12:16:16 -05:00
Bryan Thomas
fe6f5d7ac5 Move mdx plugin from builder-vite to addon-docs 2023-09-14 12:09:17 -05:00
Jeppe Reinhold
0600f1f5d3
Merge branch 'next' into rename-index-fn 2023-09-12 08:55:57 +02:00
storybook-bot
70e6750729 Bump version from "7.5.0-alpha.1" to "7.5.0-alpha.2" [skip ci] 2023-09-11 10:36:35 +00:00
Jeppe Reinhold
49ef8fa68f indexFn -> createIndex 2023-09-05 14:29:37 +02:00
Jeppe Reinhold
aa1834458e rename index to indexFn 2023-09-05 10:32:07 +02:00
storybook-bot
b8b95d7a08 Bump version from "7.5.0-alpha.0" to "7.5.0-alpha.1" [skip ci] 2023-09-04 02:05:46 +00:00
storybook-bot
b3b3ba9be5 Bump version from "7.4.0" to "7.5.0-alpha.0" [skip ci] 2023-09-01 21:24:51 +00:00
storybook-bot
e38d1ab6c3 Bump version from "7.4.0-alpha.2" to "7.4.0" [skip ci] 2023-08-29 09:10:43 +00:00
storybook-bot
d5ca2f4283 Bump version from "7.4.0-alpha.1" to "7.4.0-alpha.2" [skip ci] 2023-08-25 15:52:37 +00:00
Norbert de Langen
8f1ed07901
allow mjs files & externalize @storybook/global 2023-08-25 13:35:59 +02:00
Norbert de Langen
06c554e49f
add a require.resolve 2023-08-24 13:47:19 +02:00
storybook-bot
cac080cdd6 Bump version from "7.4.0-alpha.0" to "7.4.0-alpha.1" [skip ci] 2023-08-23 09:48:07 +00:00
Michael Shilman
ee86c58c3e
Merge branch 'next' into shilman/reduce-publish-size 2023-08-17 10:12:12 +08:00
storybook-bot
d6105ce4dc Bump version from "7.3.0" to "7.4.0-alpha.0" [skip ci] 2023-08-16 10:45:21 +00:00
Michael Shilman
93b33e0681 Don't distribute src files or unnecessary template files 2023-08-16 16:41:03 +08:00
storybook-bot
31ad20f4e2 Bump version from "7.3.0-alpha.0" to "7.3.0" [skip ci] 2023-08-15 12:17:09 +00:00
storybook-bot
60219fe149 Bump version from "7.2.2-alpha.1" to "7.3.0-alpha.0" [skip ci] 2023-08-11 15:34:36 +00:00
storybook-bot
6ffb2c3e89 Bump version from "7.2.2-alpha.0" to "7.2.2-alpha.1" [skip ci] 2023-08-10 10:43:29 +00:00
storybook-bot
5deef0e532 Bump version from "7.2.1" to "7.2.2-alpha.0" [skip ci] 2023-08-03 14:08:07 +00:00
Jeppe Reinhold
31d28ab8a3
Merge pull request #23691 from storybookjs/indexer-api
Indexing: Introduce new experimental `indexer` API - NESTED PR!
2023-08-03 15:06:11 +02:00
storybook-bot
54904549a3 Bump version from "7.2.0" to "7.2.1" [skip ci] 2023-08-03 12:39:32 +00:00
Jeppe Reinhold
a528725afc
Merge branch 'next' into indexer-api 2023-08-03 13:37:13 +02:00
Jeppe Reinhold
8f3fbd86b7
Merge pull request #23676 from storybookjs/new-indexer-experimental
Indexers: Mark `indexers` as experimental
2023-08-03 00:08:29 +02:00
Yann Braga
2d5a757a17 add safe check in addon docs webpack preset 2023-08-02 16:30:55 +02:00
Jeppe Reinhold
f5a249f507 move indexInput generation to CsfFile, remove duplicate tags 2023-08-02 14:00:28 +02:00
Jeppe Reinhold
98282d3718 mark new indexers as experimental 2023-08-01 23:15:30 +02:00
Jeppe Reinhold
a292fbaf30 Merge branch 'indexer-api' of github.com:storybookjs/storybook into replace-indexers 2023-08-01 22:58:22 +02:00
Jeppe Reinhold
afc9fab6f5 Merge branch 'next' of github.com:storybookjs/storybook into indexer-api 2023-08-01 22:47:52 +02:00
Jeppe Reinhold
7e94681b13 concatenate meta+story tags instead of overwriting meta tags 2023-08-01 21:45:38 +02:00
Jeppe Reinhold
d4538d13c2 ensure 'stories-mdx' tag 2023-08-01 14:24:08 +02:00
storybook-bot
d61d7c0a7b Bump version from "7.2.0-rc.0" to "7.2.0" [skip ci] 2023-08-01 10:51:04 +00:00
Jeppe Reinhold
730be27613 rename docsOnly tag to stories-mdx-docsOnly 2023-08-01 09:48:03 +02:00
Jeppe Reinhold
e58c240c3e use actual indexers in StoryIndexGenerator tests 2023-08-01 09:46:28 +02:00
Jeppe Reinhold
a1e1dd7e05 handle docsOnly from stories.mdx files 2023-07-30 23:03:46 +02:00
Jeppe Reinhold
d437d74b4e Merge branch 'next' of github.com:storybookjs/storybook into indexer-api 2023-07-27 10:12:08 +02:00
Valentin Palkovic
65f366c89b Merge remote-tracking branch 'origin/next' into valentin/migrate-version-to-use-workspace-syntax 2023-07-26 12:55:10 +02:00
storybook-bot
cc225b0818 Bump version from "7.2.0-alpha.0" to "7.2.0-rc.0" [skip ci] 2023-07-26 10:10:35 +00:00
Jeppe Reinhold
ba63c5f651 revert back to storyIndexers 2023-07-24 22:23:05 +02:00
Jeppe Reinhold
239d89d2ea add types for new indexer 2023-07-24 16:21:48 +02:00
Jeppe Reinhold
380ee68b5c add indexers config, deprecate storyIndexers 2023-07-24 11:59:32 +02:00
Valentin Palkovic
2fb2cfa226 Use workspace syntax for package versions 2023-07-24 10:01:50 +02:00
storybook-bot
daf87963a2 Bump version from "7.1.0" to "7.2.0-alpha.0" [skip ci] 2023-07-21 14:13:55 +00:00