1200 Commits

Author SHA1 Message Date
Michael Shilman
da4bf6eaa7
Merge pull request #19647 from storybookjs/tech/only-copy-mjs-to-manager-outpout
Build-storybook: Only copy .mjs files for manager build
2022-10-27 21:40:35 +08:00
Michael Shilman
bd687f26f1
Merge pull request #19644 from storybookjs/shilman/reduce-ci-usage
Build: Reduce CI usage by 60%
2022-10-27 19:38:49 +08:00
Norbert de Langen
f8dabf5a3c
only copy .mjs files from from storybook/manager/dist in manager-builder 2022-10-27 13:03:27 +02:00
Tom Coleman
cabf72e890
Merge pull request #19625 from storybookjs/tom/sb-829-add-story-tags-to-the-index-index
Add tags to story and index
2022-10-27 20:50:46 +11:00
Tom Coleman
824c6821b9 Replace use of CSF in template stories 2022-10-27 19:30:11 +11:00
Michael Shilman
e6b9cfb40b Build: Reduce CI usage by 60% 2022-10-27 16:15:49 +08:00
Norbert de Langen
c725adf866
Merge branch 'next' into tech/rename-lib-ui 2022-10-27 09:19:05 +02:00
Tom Coleman
40c60621d9 Merge remote-tracking branch 'origin/next' into tom/sb-829-add-story-tags-to-the-index-index 2022-10-27 12:43:09 +11:00
Norbert de Langen
c55f8fa156
Merge pull request #19633 from storybookjs/tech/types-improvments
Tech/types-improvements
2022-10-26 20:48:32 +03:00
Norbert de Langen
13d0a21dd2
fix snapshots 2022-10-26 19:43:29 +02:00
Norbert de Langen
c2aa3d80f9
one more fix 2022-10-26 18:11:36 +02:00
Norbert de Langen
a3ba1f1928
rename storybook/ui to storybook/manager 2022-10-26 18:05:23 +02:00
Norbert de Langen
df0b4fdbac
remove export 2022-10-26 17:38:33 +02:00
Norbert de Langen
1eb2fd5603
fixes 2022-10-26 15:59:38 +02:00
Norbert de Langen
4743b3eb72
fixes & cleanup 2022-10-26 15:01:18 +02:00
Norbert de Langen
7a43b99d4a
change lib/addons tu not use global.window but global directly instead 2022-10-26 14:46:13 +02:00
Tom Coleman
c3c059af53 Merge remote-tracking branch 'origin/next' into tom/sb-829-add-story-tags-to-the-index-index 2022-10-26 21:21:58 +11:00
Tom Coleman
fcb52e1e96 Update snapshots 2022-10-26 21:20:40 +11:00
Tom Coleman
84790b9b89 Don't import from csf package 2022-10-26 21:19:41 +11:00
Tom Coleman
e88e270af6 Fix StoryRender typing issue 2022-10-26 20:24:57 +11:00
Tom Coleman
02a0cb31cd Remove unused import 2022-10-26 20:23:58 +11:00
Norbert de Langen
8bc4b24f3b
fixing linting 2022-10-26 10:02:19 +02:00
Tom Coleman
ad7b1519ea Fix tags stories 2022-10-26 17:57:02 +11:00
Tom Coleman
de302a7707 Generate tags in v7 store 2022-10-26 17:53:34 +11:00
Norbert de Langen
9e60c3428f
Merge branch 'next' into ugrades/eslint 2022-10-26 08:51:41 +02:00
Tom Coleman
5c3ad2d2b5 Merge remote-tracking branch 'origin/next' into tom/sb-829-add-story-tags-to-the-index-index 2022-10-26 17:46:18 +11:00
Tom Coleman
b373ed9486 Ensure story tags *override* component tags 2022-10-26 17:44:47 +11:00
Norbert de Langen
d809d34be2
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes-cleanup 2022-10-26 08:33:29 +02:00
Michael Shilman
44d458dfd6
Merge pull request #19626 from storybookjs/shilman/csf-tools-tags-support
CSF tools: Add tags support
2022-10-26 14:19:46 +08:00
Michael Shilman
1593be6602 CSF tools: Add tags support 2022-10-26 13:55:25 +08:00
Tom Coleman
3a1a90a98e Add story | docs tags to all entries 2022-10-26 16:41:48 +11:00
Tom Coleman
0385965b72 Add tags to manager type 2022-10-26 16:38:19 +11:00
Tom Coleman
2911f55a0b Add tag story 2022-10-26 16:38:05 +11:00
Tom Coleman
15a68c502f Handle tags in prepareStory and add to index generated from facade 2022-10-26 16:24:21 +11:00
Tom Coleman
1c91324a0c
Update code/lib/core-common/src/utils/get-renderer-name.ts 2022-10-26 15:00:34 +11:00
Tom Coleman
ad444a3832 Ensure v6 store works even with no explicit renderer 2022-10-26 13:43:20 +11:00
Michael Shilman
a578aa77ad
Merge pull request #19620 from storybookjs/react-native-cli-template-register
CLI/React native: Fix addons template to import register instead of manager
2022-10-26 10:03:18 +08:00
Norbert de Langen
6bb075260c
cleanup 2022-10-25 19:39:25 +02:00
Norbert de Langen
a6a0452ffd
sorting imports 2022-10-25 19:38:31 +02:00
Norbert de Langen
d32d484b08
fixes 2022-10-25 19:26:53 +02:00
Norbert de Langen
0961a23194
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes-cleanup 2022-10-25 19:01:20 +02:00
Daniel Williams
68cbcb7ba2
fix: register should be used instead of manager
React native's stable version uses 5.3 where register is still the correct import
2022-10-25 16:34:47 +01:00
Norbert de Langen
bc197113d1
Merge branch 'next' into norbert/sb-799-create-a-storybooktypes 2022-10-25 17:06:52 +02:00
Norbert de Langen
019468091d
Merge branch 'deprecate/remaining-lib-cli' into norbert/sb-799-create-a-storybooktypes 2022-10-25 16:31:27 +02:00
Norbert de Langen
ec0f15fbe1
Merge pull request #19553 from storybookjs/deprecate/remaining-lib-cli
final few deprecations removal in a batch
2022-10-25 17:30:37 +03:00
Norbert de Langen
c5c575e126
fix 2022-10-25 15:58:55 +02:00
Norbert de Langen
a3687d592c
remove the throw or the error 2022-10-25 15:26:23 +02:00
Norbert de Langen
876eef5c71
fixes, revert throwing an error after consulting with shilman 2022-10-25 14:56:09 +02:00
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
Michael Shilman
f801c26f7b v7.0.0-alpha.43 2022-10-25 20:10:01 +08:00