2841 Commits

Author SHA1 Message Date
Michael Shilman
1e14da3e23 Source-loader: Support CSF3 object exports 2023-01-27 00:16:31 +08:00
Charles GRUENAIS
e9592b247e Pass globals definition through plugin's arguments 2023-01-26 16:15:37 +01:00
Charles GRUENAIS
f86ff03826 Fixed default imports, added support for import namespace specifiers, added more tests 2023-01-26 14:22:32 +01:00
Yann Braga
8bbcca3cb3
Merge pull request #20788 from storybookjs/fix/new-frameworks-automigration-in-angular
CLI: Fix new-frameworks automigration in angular projects
2023-01-26 13:53:57 +01:00
Jeppe Reinhold
5344bd1742 fix untargeted args causing telejson to miss cyclical structures 2023-01-26 12:10:41 +01:00
Josh Wooding
a9f388e6b8
Support customization of MDX plugins 2023-01-26 10:59:34 +00:00
Jeppe Reinhold
021818a795
Merge branch 'next' into disable-markdown-transclusion 2023-01-26 02:17:30 +01:00
Jeppe Reinhold
2187b31479 add support for ?raw imports in webpack5 builder 2023-01-26 01:36:40 +01:00
Jeppe Reinhold
bece362f88 remove transcludeMarkdown option 2023-01-26 01:36:40 +01:00
Jeppe Reinhold
34d1defd83 disable MDX loader for MD in Vite 2023-01-26 01:36:40 +01:00
Ian VanSchooten
4d2f2264d7 Use logger, fix test 2023-01-25 19:14:33 -05:00
Ian VanSchooten
62a3dea944 Rename ts and ts-legacy 2023-01-25 17:55:50 -05:00
Ian VanSchooten
a530dcd17f Merge remote-tracking branch 'origin/next' into typescript-assets 2023-01-25 16:00:27 -05:00
Jeppe Reinhold
d10328f253 Merge branch 'next' of github.com:storybookjs/storybook into pr/webblocksapp/20755 2023-01-25 21:05:46 +01:00
Yann Braga
9b56a368c6 new-frameworks: account for angular 2023-01-25 20:42:52 +01:00
Ian VanSchooten
ab1508e28d Merge remote-tracking branch 'origin/next' into fix-hmr-vite 2023-01-25 13:26:22 -05:00
Charles GRUENAIS
71c3cc2c68 Cleaned up pointless types 2023-01-25 18:59:13 +01:00
Charles GRUENAIS
007b5bb6fd Merge branch 'next' into fix-hmr-vite 2023-01-25 18:45:11 +01:00
Michael Shilman
af85902b01 Update git head to 7.0.0-beta.34, update yarn.lock [ci skip] 2023-01-26 01:39:11 +08:00
Michael Shilman
b8c17b23e9 v7.0.0-beta.34 2023-01-26 01:37:57 +08:00
Michael Shilman
572a0caf79 Update root, peer deps, version.ts/json to 7.0.0-beta.34 [ci skip] 2023-01-26 01:33:50 +08:00
Mauricio Rivera
980f2ef1ff Updated integration tests with mapped args. 2023-01-25 12:18:32 -05:00
Michael Shilman
1dc6152240
Merge pull request #20776 from storybookjs/shilman/fix-cli-options
CLI: Fix global flag corner case
2023-01-26 01:14:06 +08:00
Michael Shilman
4de2478676
Merge pull request #20747 from storybookjs/shilman/20145-legacy-mdx1
Addon-docs: Add legacy transitional support for MDX1
2023-01-26 01:12:34 +08:00
Yann Braga
c3a7637697
Merge pull request #20785 from storybookjs/fix/csf-tools-name-from-path
CSF-tools: Fix ConfigFile string literal property handling
2023-01-25 17:09:13 +01:00
Michael Shilman
7a495e03d2 Merge branch 'next' into shilman/20145-legacy-mdx1 2023-01-25 23:54:45 +08:00
Michael Shilman
cf3ab50342
Merge pull request #20781 from storybookjs/test-sandbox-storybook-id
Verify consistency of anonymous id
2023-01-25 23:49:48 +08:00
Yann Braga
4691ac0f76 csf-tools: fix getNameFromPaths in string literal obj property 2023-01-25 15:23:28 +01:00
Norbert de Langen
bdf56cd566
Merge pull request #20711 from alexandertrefz/fix-angular-docs-mode
Ensure Angular docsMode flag has effect
2023-01-25 14:25:29 +01:00
Alexander Trefz
b814ecad04
fix: Ensure Angular docsMode flag has effect & rename it to docs 2023-01-25 13:19:09 +01:00
Tom Coleman
e4921c45d3 Trim whitespace in anon id 2023-01-25 22:02:34 +11:00
Michael Shilman
214c6ae3ac Add extra error sanitization handling 2023-01-25 18:48:18 +08:00
Michael Shilman
4efae5ad71 Improve CLI options types 2023-01-25 11:31:06 +08:00
Michael Shilman
3f7451d2b2 CLI: Fix global flag handling 2023-01-25 11:23:29 +08:00
Jeppe Reinhold
a1c0b602b0
pass storyId to FORCE_REMOUNT event 2023-01-25 01:10:01 +01:00
Ian VanSchooten
8d595b81e6 Fix utf-8 encoding flag 2023-01-24 15:54:10 -05:00
Ian VanSchooten
50ac037342 Deps: Upgrade fs-extra to 11.1.0 2023-01-24 15:32:13 -05:00
Jeppe Reinhold
e31209956d
Merge branch 'next' into jeppe/fix-remount-story 2023-01-24 21:20:07 +01:00
Michael Shilman
deab4d860f Update git head to 7.0.0-beta.33, update yarn.lock [ci skip] 2023-01-24 23:37:11 +08:00
Michael Shilman
7b662c4448 v7.0.0-beta.33 2023-01-24 23:35:44 +08:00
Michael Shilman
ef86cd23e6 Update root, peer deps, version.ts/json to 7.0.0-beta.33 [ci skip] 2023-01-24 22:45:12 +08:00
Mauricio Rivera
274373550f Impl. prepareContext at getCurrentContext and composedStory. 2023-01-24 09:18:59 -05:00
Jeppe Reinhold
052c0ef25d
Merge branch 'next' into jeppe/fix-remount-story 2023-01-24 13:19:00 +01:00
Tom Coleman
7cc2a41c67 Merge branch 'next' into tom/sb-1156-write-migration-docs-and-reference-in 2023-01-24 21:54:36 +11:00
Tom Coleman
bcca0cc704
Merge pull request #20705 from storybookjs/>20626-fix-inconsistent-order
Core: Fix issue with inconsistent CSF ordering in sandboxes
2023-01-24 21:30:31 +11:00
Tom Coleman
0542214140 Merge branch 'next' into tom/sb-1156-write-migration-docs-and-reference-in 2023-01-24 21:25:11 +11:00
Jeppe Reinhold
a44c9ab68c
Merge branch 'next' into jeppe/fix-remount-story 2023-01-24 10:33:00 +01:00
Jeppe Reinhold
6f7a603a31
Merge branch 'next' into jeppe/sb-1145-update-api-of-canvas-block 2023-01-24 10:09:18 +01:00
Tom Coleman
4eabf7ea12 Merge branch 'next' into >20626-fix-inconsistent-order 2023-01-24 17:33:34 +11:00
Michael Shilman
92436c8e0f Update git head to 7.0.0-beta.32, update yarn.lock [ci skip] 2023-01-24 11:39:46 +08:00