36187 Commits

Author SHA1 Message Date
Michael Shilman
dc32703bf9
Update MIGRATION.md
Co-authored-by: Tom Coleman <tom@thesnail.org>
2021-09-21 19:52:50 +08:00
Michael Shilman
feec51e4eb
Merge pull request #16114 from storybookjs/fetch-correct-stories-json
Core: Fix `./stories.json` requests in manager for relative paths
2021-09-21 19:26:56 +08:00
Michael Shilman
92f85541a9 Don't build stories.json in official-storybook 2021-09-21 18:14:12 +08:00
Michael Shilman
666ad2a839 Fix v6 story sorting 2021-09-21 17:51:55 +08:00
Michael Shilman
c6e20d9800 Clean up sortStoriesV6 2021-09-21 16:25:15 +08:00
Michael Shilman
4315691506 Upgrade story sorting for V7 2021-09-21 16:02:30 +08:00
Tom Coleman
444bf9933a Request ./stories.json in manager 2021-09-21 17:22:10 +10:00
Michael Shilman
f552d6c850
Merge pull request #16105 from storybookjs/16067-fix-dotenv-resolution
Core: Fix dotenv handling
2021-09-21 10:41:54 +08:00
Tom Coleman
52ea16ac1d
Merge pull request #16111 from storybookjs/16053-angular-component-parameter
MIgration docs for Angular component parameter
2021-09-21 11:32:08 +10:00
Michael Shilman
8b36526710
Merge pull request #15915 from quickgiant/canvas-source-current-selection
Addon-docs: Fix embedding selected story in canvas block
2021-09-21 00:51:53 +08:00
Clark Jacobsohn
5d5154fa97 Resolve target IDs to story IDs before passing to useStories 2021-09-20 10:35:40 -04:00
Clark Jacobsohn
2b5350c07e Merge remote-tracking branch 'upstream/next' into canvas-source-current-selection 2021-09-20 10:32:55 -04:00
Michael Shilman
bf23cf9f98 MIgration docs for Angular component parameter 2021-09-20 21:25:14 +08:00
Michael Shilman
4d2acca6b4 6.4.0-alpha.40 next.json version file 2021-09-20 21:15:16 +08:00
Michael Shilman
d72b2b5cb0 Update git head to 6.4.0-alpha.40, update yarn.lock 2021-09-20 20:13:57 +08:00
Michael Shilman
6b767d7c8f v6.4.0-alpha.40 v6.4.0-alpha.40 2021-09-20 20:10:56 +08:00
Michael Shilman
001be4a496 Update root, peer deps, version.ts/json to 6.4.0-alpha.40 [ci skip] 2021-09-20 19:59:44 +08:00
Michael Shilman
886ef4102b 6.4.0-alpha.40 changelog 2021-09-20 19:59:35 +08:00
Michael Shilman
64122cb520
Merge pull request #16074 from kherock/fix-output-paths
Webpack5: Fix output paths
2021-09-20 19:58:56 +08:00
Michael Shilman
c418258573 Support process.env destructuring 2021-09-20 19:54:04 +08:00
Michael Shilman
46efd2111e
Merge pull request #16101 from storybookjs/infer-docs-only
Core: Infer docs only stories
2021-09-20 19:44:05 +08:00
Michael Shilman
05acee7f53
Merge pull request #16106 from storybookjs/16047-add-hmr-to-story-index
Refactor `stories-json` to use a caching class
2021-09-20 19:42:39 +08:00
Michael Shilman
a384035d78 Merge branch '16052-index-server-story-sort' into 16047-add-hmr-to-story-index 2021-09-20 19:41:12 +08:00
Michael Shilman
86a34fac51
Merge pull request #16107 from storybookjs/16077-fix-story-type-back-compat
CSF3: Fix story type back-compat
2021-09-20 19:32:05 +08:00
Michael Shilman
0913687268 Sort by title not kind for array sorts 2021-09-20 19:31:05 +08:00
Michael Shilman
7d704c8fc3 Fix broken test 2021-09-20 17:34:48 +08:00
Michael Shilman
45981ff71a Update AccountForm.stories to CSF3 types 2021-09-20 17:28:28 +08:00
Tom Coleman
5808c979a9 Update types for remaining frameworks 2021-09-20 17:26:41 +10:00
Tom Coleman
f3df96e4f9 Back compatible React types as well as preview 7-0 types 2021-09-20 17:13:57 +10:00
Tom Coleman
bf38b8ace6 Update CSF to add a couple of exports 2021-09-20 17:00:39 +10:00
Michael Shilman
a57e6944f8 Fix broken test 2021-09-20 14:42:55 +08:00
Michael Shilman
284a591b0c Add explicitly unsupported syntaxes for preview.js storySort extraction 2021-09-20 14:09:45 +08:00
Tom Coleman
bf92728143 Refactor stories-json to use generator 2021-09-20 15:37:40 +10:00
Michael Shilman
74710f1cd0 Fix deepscan 2021-09-20 10:52:43 +08:00
Michael Shilman
c48b52ef35 Update snapshots 2021-09-20 10:46:57 +08:00
Tom Coleman
52953f3c87 Add a sketch of a StoryIndexGenerator class 2021-09-20 10:46:58 +10:00
Michael Shilman
255bc81180 Remove dotenv-webpack 2021-09-19 19:11:47 +08:00
Michael Shilman
015345aea4 Update yarn.lock 2021-09-19 17:56:00 +08:00
Michael Shilman
204c26be7c Demo story sorting in examples/react-ts 2021-09-19 17:30:03 +08:00
Michael Shilman
38e5179b38 Update story index server to sort stories 2021-09-19 17:29:43 +08:00
Michael Shilman
7323404fa3 Move sortStories logic to @storybook/store 2021-09-19 17:29:18 +08:00
Michael Shilman
d6d3fdd767 Utilities for parsing storySort parameter from preview.js 2021-09-19 17:27:42 +08:00
Tom Coleman
9553c585dd Emit STORY_PREPARED in docs mode 2021-09-19 15:07:12 +10:00
Tom Coleman
2c6b069187 Infer docsOnly from component stories shape 2021-09-19 15:05:27 +10:00
Michael Shilman
ea3af92a3a 6.4.0-alpha.39 next.json version file 2021-09-18 17:36:05 +08:00
Michael Shilman
d6cba15f17 Update git head to 6.4.0-alpha.39, update yarn.lock 2021-09-18 17:30:06 +08:00
Michael Shilman
b1d5f20b2f v6.4.0-alpha.39 v6.4.0-alpha.39 2021-09-18 17:26:54 +08:00
Michael Shilman
14597f906f Update root, peer deps, version.ts/json to 6.4.0-alpha.39 [ci skip] 2021-09-18 16:31:01 +08:00
Michael Shilman
1edee40481 6.4.0-alpha.39 changelog 2021-09-18 16:30:48 +08:00
Michael Shilman
53eb56d87a
Merge pull request #16098 from storybookjs/15714-16053-auto-title
CSF3: Add auto-title support to on-demand V7/V6 refactor
2021-09-18 16:27:11 +08:00