31122 Commits

Author SHA1 Message Date
Michael Shilman
47f16a9312
Merge pull request #13037 from ThibaudAV/fix-angular-storydata
Angular: Fix storyData handling on module update
2020-11-09 18:29:47 +08:00
Michael Shilman
fabdd1b09b
Merge pull request #13051 from storybookjs/12732-default-object-type
Args: Default to type 'object' when there is a null arg
2020-11-09 17:00:21 +08:00
Michael Shilman
0562fa0f60
Merge pull request #13050 from storybookjs/13030-fix-argtype-enahncers-hmr
Core: Fix duplicate argTypeEnhancers on HMR
2020-11-09 16:46:47 +08:00
Michael Shilman
d04a2ec075 Args: Default to type 'object' when there is a null arg 2020-11-09 14:40:05 +08:00
Michael Shilman
4bb89f81fb Don't add extra argTypeEnhancers on HMR 2020-11-09 14:27:12 +08:00
Michael Shilman
c485675b15
Merge pull request #12941 from storybookjs/chore_writing_docs_updates
Chore: Updates for the Writing docs section
2020-11-09 00:45:09 +08:00
Michael Shilman
de5090e246
Merge pull request #12897 from profanis/stories_for_multiple_components
docs: explain how to create stories for multiple components
2020-11-09 00:43:45 +08:00
jonniebigodes
c6bd077b78 removed comments and fixed vue snippet 2020-11-08 14:58:29 +00:00
Michael Shilman
40bed011a2
Merge pull request #13042 from storybookjs/imgbot
[ImgBot] Optimize images
2020-11-08 20:47:42 +08:00
Michael Shilman
4fd9e4ff75
Merge pull request #13036 from storybookjs/search-styling-tweaks
Search styling tweaks
2020-11-08 20:45:22 +08:00
domyen
1020cdd2cb minor adjustment for multiline sidebar roots 2020-11-07 14:36:01 -05:00
domyen
8021a677dc adjustments for compactness and button size 2020-11-07 14:18:27 -05:00
Michael Shilman
8a7ba17d1d 6.1.0-beta.5 next.json version file 2020-11-08 00:42:13 +08:00
Michael Shilman
0e1afcd97d Update git head to 6.1.0-beta.5 2020-11-08 00:38:20 +08:00
ImgBotApp
75441a0542
[ImgBot] Optimize images
/docs/writing-stories/naming-hierarchy-single-story-hoisting.png -- 23.64kb -> 8.99kb (61.97%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-11-07 16:34:19 +00:00
Michael Shilman
7bd2ae0482 v6.1.0-beta.5 v6.1.0-beta.5 2020-11-08 00:28:46 +08:00
Michael Shilman
5ee725af2b Update root, peer deps, version.ts/json to 6.1.0-beta.5 2020-11-08 00:27:46 +08:00
Michael Shilman
8b2a7bf86d 6.1.0-beta.5 changelog 2020-11-08 00:22:00 +08:00
Michael Shilman
ce309e49df
Merge pull request #13039 from storybookjs/8255-collapse-single-story-components
UI: Single story hoisting in sidebar
2020-11-08 00:19:30 +08:00
Gert Hengeveld
c1a86522c1 Add docs for single story hoisting. 2020-11-07 16:53:39 +01:00
domyen
2986446ce9 add space above back button in recently opened 2020-11-07 10:38:15 -05:00
Gert Hengeveld
5f3f065f9b Add explanation in MIGRATION.md 2020-11-07 16:24:27 +01:00
Gert Hengeveld
e4d1c5a94f Collapse single story components if their names match. 2020-11-07 11:23:02 +01:00
ThibaudAv
93402817dd fix(angular): do not send the storyData in the old module
As the ReplaySubject did not refresh when changing the component
storyData.next has a side effect on the old component before it was
destroyed. So, it received the storyData of the new component

Now storyData is unique to each module
2020-11-06 23:16:10 +01:00
domyen
a5e84d46fc make keyboard shortcut all caps 2020-11-06 10:42:56 -05:00
domyen
0060fa104e more obvious ui copy 2020-11-06 10:36:44 -05:00
domyen
e9663174ba change root spacing 2020-11-06 10:35:54 -05:00
Michael Shilman
f2e0e42bcb 6.1.0-beta.4 next.json version file 2020-11-06 21:45:13 +08:00
Michael Shilman
078e802d5a Update git head to 6.1.0-beta.4 2020-11-06 21:42:40 +08:00
Michael Shilman
7caa9a5724 v6.1.0-beta.4 v6.1.0-beta.4 2020-11-06 21:36:16 +08:00
Michael Shilman
d8dbe96ea8 Update root, peer deps, version.ts/json to 6.1.0-beta.4 2020-11-06 21:35:12 +08:00
Michael Shilman
f7e57aea86 6.1.0-beta.4 changelog 2020-11-06 21:29:49 +08:00
Michael Shilman
9d5071bb81
Merge pull request #13027 from storybookjs/13000-sidebar-rfcs
UI: Fixes for Sidebar and Search
2020-11-06 21:28:38 +08:00
Michael Shilman
eac05feba8
Merge pull request #13012 from ho1234c/prevent-cache-error
Core: Make sure cache is available before trying to use it
2020-11-06 21:26:17 +08:00
Michael Shilman
9d234979b9
Merge pull request #13007 from matheuspiment/fix/hot-reload
Core: Fix possible "write after end" exception for response stream
2020-11-06 21:24:06 +08:00
Michael Shilman
59b61d3196 Merge branch 'next' into 13000-sidebar-rfcs 2020-11-06 21:10:08 +08:00
Michael Shilman
f9c52438a9 Merge branch 'next' into pr/13012 2020-11-06 20:58:32 +08:00
Michael Shilman
c7369c16ac Merge branch 'next' into pr/13007 2020-11-06 20:52:56 +08:00
Michael Shilman
fc41ad50ea Fix failing unit tests 2020-11-06 20:42:04 +08:00
JongHo
ab1e9ebbec retore logic to optional chaining 2020-11-06 19:40:05 +09:00
JongHo
c88ae1ac14 Fix init prebuilt manager logic when cache is missing 2020-11-06 19:20:08 +09:00
Gert Hengeveld
793ca8064b Add missing prop. 2020-11-06 11:03:13 +01:00
Gert Hengeveld
c406dfa4ca
Rather than not closing, ensure we don't write after closing 2020-11-06 10:47:27 +01:00
JongHo
2537292ba9 Change optional chaining to if statement 2020-11-06 18:46:59 +09:00
Gert Hengeveld
bb5a215f55 Add missing property. 2020-11-06 09:58:56 +01:00
Michael Shilman
60be6a2c1c 6.1.0-beta.3 next.json version file 2020-11-06 09:16:05 +08:00
Michael Shilman
2993379841 Update git head to 6.1.0-beta.3 2020-11-06 09:11:04 +08:00
Michael Shilman
2e11de3045 v6.1.0-beta.3 v6.1.0-beta.3 2020-11-06 09:05:18 +08:00
Michael Shilman
8b9b533160 Update root, peer deps, version.ts/json to 6.1.0-beta.3 2020-11-06 09:05:01 +08:00
Michael Shilman
86535fc8c2 6.1.0-beta.3 changelog 2020-11-06 08:58:11 +08:00