523 Commits

Author SHA1 Message Date
Ian VanSchooten
af941fd365 Add typesVersions to addons 2022-11-03 16:09:47 -04:00
Ian VanSchooten
1f6b189d66 Remove typescript import resolver for now 2022-11-03 08:04:27 -04:00
Michael Shilman
3c9e345187 Upgrade to mdx2-csf canary with clean entry points 2022-11-03 19:47:53 +08:00
Ian VanSchooten
0add1a99b4 Fix TS 4.8 errors 2022-11-02 22:41:03 -04:00
Ian VanSchooten
4560a33187 Limit Node16 to only where it's needed, for now
Turns out it's kind of a bit PITA
2022-11-02 22:40:12 -04:00
Ian VanSchooten
edb90d6b7c Remove /dist from exports & imports 2022-11-02 19:43:21 -04:00
Ian VanSchooten
9fe7fdc20b Upgrade to TS 4.8 2022-11-02 19:33:16 -04:00
Ian VanSchooten
ede95622a1 Merge remote-tracking branch 'origin/next' into nested-addons
# Conflicts:
#	code/addons/outline/package.json
2022-11-02 19:07:41 -04:00
Ian VanSchooten
a61403ae0b Use /dist/preview in addons 2022-11-02 16:02:17 -04:00
Ian VanSchooten
cec66540e3 Standardize addon preview location / export 2022-11-02 15:55:19 -04:00
Ian VanSchooten
87582dc9e8 Vite: Re-export essentials sub-addon preview annotations for pnpm 2022-11-02 15:46:22 -04:00
Shane Moore
590022dfbb
Storyshots - Support .cjs and .mjs file extensions
In a native ESM project, the standard Storybook `main.js` file
might need to be written as a CommonJS file, and therefore named
with a .cjs extension.
2022-11-02 12:46:02 -04:00
Ian VanSchooten
aa16f23dcf Point to correct .d.ts files from export maps 2022-11-02 12:14:30 -04:00
Tom Coleman
04cc734201 WIP use tags rather than addDocsTemplate in indexer 2022-11-02 15:46:31 +11:00
Tom Coleman
a7f29b71de Add rootElement to Framework and add Framework 2022-11-02 12:48:26 +11:00
Ian VanSchooten
1dab163ce7
Merge pull request #19670 from storybookjs/eslint-unignores
Cleanup: Un-ignore some files from eslint
2022-11-01 11:39:28 -04:00
Michael Shilman
93e154bc4d Update git head to 7.0.0-alpha.47, update yarn.lock [ci skip] 2022-11-01 12:18:02 +08:00
Michael Shilman
1c706a4a77 v7.0.0-alpha.47 2022-11-01 12:14:02 +08:00
Michael Shilman
aba7964cc4 Update root, peer deps, version.ts/json to 7.0.0-alpha.47 [ci skip] 2022-11-01 12:10:52 +08:00
Michael Shilman
498aa5f415 Fix deepscan [ci skip] 2022-11-01 11:33:34 +08:00
Michael Shilman
75f1cb6bf6
Merge pull request #19684 from storybookjs/shilman/csf-plugin-docgen-description
CSF-tools: Turn story comments into docs descriptions
2022-11-01 11:30:00 +08:00
Michael Shilman
7d740f9e6b Provide migration instructions for source-loader 2022-10-30 21:08:34 +08:00
Michael Shilman
a7cb5c20e3 Merge branch 'next' into shilman/csf-plugin 2022-10-30 20:34:45 +08:00
Michael Shilman
2c4c25d692 Added some testcases 2022-10-29 21:31:51 +08:00
Michael Shilman
4161e57020 Addo-docs: Remove mdx-compiler-plugin 2022-10-29 11:53:19 +08:00
Michael Shilman
52fab185a9 Merge branch 'next' into shilman/csf-plugin 2022-10-29 11:15:45 +08:00
Michael Shilman
f7edd49250 Add csf-plugin to replace source-loader 2022-10-29 11:00:44 +08:00
Michael Shilman
a2174e328c Update git head to 7.0.0-alpha.46, update yarn.lock [ci skip] 2022-10-28 21:32:45 +08:00
Michael Shilman
c64b5be851 v7.0.0-alpha.46 2022-10-28 21:28:37 +08:00
Michael Shilman
02608b753f Update root, peer deps, version.ts/json to 7.0.0-alpha.46 [ci skip] 2022-10-28 21:25:40 +08:00
Ian VanSchooten
419e83b000 Un-ignore .d.ts files from eslint 2022-10-28 09:18:02 -04:00
Tom Coleman
3da2d94c76 Add e2e spec for autoplay 2022-10-28 16:00:41 +11:00
Tom Coleman
a30ddf0b65 Update autoplay stories to not rely on the console 2022-10-28 15:47:25 +11:00
Tom Coleman
e6c9cf3ed0 Don't run play functions in docs unless parameters.docs.autoplay is set. 2022-10-28 11:29:40 +11:00
Ian VanSchooten
393a12aac3 Use explicit type imports 2022-10-27 19:33:39 -04:00
Tom Coleman
06907e106e Merge remote-tracking branch 'origin/next' into tom/sb-831-only-generate-docs-page-for-tagged 2022-10-28 09:42:16 +11:00
Michael Shilman
b60bd552fe Update git head to 7.0.0-alpha.45, update yarn.lock [ci skip] 2022-10-28 05:58:51 +08:00
Michael Shilman
3ef1436611 v7.0.0-alpha.45 2022-10-28 05:55:09 +08:00
Michael Shilman
7f49c3d2a6 Update root, peer deps, version.ts/json to 7.0.0-alpha.45 [ci skip] 2022-10-28 05:50:39 +08:00
Norbert de Langen
75f09725d1
Merge pull request #19650 from storybookjs/norbert/sb-803-resolve-addon-actions-deprecations
move the actions decorator into it's own entrypoint
2022-10-27 20:22:54 +03:00
Norbert de Langen
2353040163
fixes 2022-10-27 17:00:20 +02:00
Norbert de Langen
0d261cc381
Merge branch 'next' into norbert/sb-803-resolve-addon-actions-deprecations 2022-10-27 16:18:02 +02:00
Norbert de Langen
a9590e1e88
move the actions decorator into it's own entrypoint 2022-10-27 16:05:09 +02:00
Michael Shilman
323d1271e5 Update git head to 7.0.0-alpha.44, update yarn.lock [ci skip] 2022-10-27 21:57:47 +08:00
Michael Shilman
d4965bd328 v7.0.0-alpha.44 2022-10-27 21:52:14 +08:00
Michael Shilman
bdb25bc5ff Update root, peer deps, version.ts/json to 7.0.0-alpha.44 [ci skip] 2022-10-27 21:47:04 +08:00
Tom Coleman
38c57baf55 Merge remote-tracking branch 'origin/next' into tom/sb-831-only-generate-docs-page-for-tagged 2022-10-27 20:51:18 +11:00
Tom Coleman
824c6821b9 Replace use of CSF in template stories 2022-10-27 19:30:11 +11:00
Tom Coleman
ed39244a41 Merge branch 'tom/sb-829-add-story-tags-to-the-index-index' into tom/sb-831-only-generate-docs-page-for-tagged 2022-10-27 14:21:11 +11:00
Norbert de Langen
8bc4b24f3b
fixing linting 2022-10-26 10:02:19 +02:00