Gert Hengeveld
|
737745d4ad
|
Fix callback memoization.
|
2020-10-02 12:17:55 +02:00 |
|
Gert Hengeveld
|
b69e4df144
|
Fix util tests.
|
2020-10-02 12:15:00 +02:00 |
|
Gert Hengeveld
|
1ee049ade1
|
Fix various warnings.
|
2020-10-02 12:10:15 +02:00 |
|
Gert Hengeveld
|
5f8412418b
|
Selected storyId can be null. Pull out lastViewed logic to a custom hook.
|
2020-10-02 11:42:33 +02:00 |
|
jonniebigodes
|
39610808e6
|
Initial content for issue
|
2020-10-01 20:51:56 +01:00 |
|
Norbert de Langen
|
5414c8be19
|
fix snapshot
|
2020-10-01 16:53:17 +02:00 |
|
Norbert de Langen
|
1b3e3f4f60
|
fix versions
|
2020-10-01 16:53:02 +02:00 |
|
Andrew
|
f48d5e5c97
|
Delete .vscode settings (woops!)
|
2020-10-01 19:41:10 +10:00 |
|
Gert Hengeveld
|
bdf5dc4f91
|
Move stuff into utils and clean up some old stuff.
|
2020-10-01 10:00:24 +02:00 |
|
Andrew Salib
|
77ec4c6844
|
fix(addon-docs): add any types to props so it builds
|
2020-10-01 17:07:56 +10:00 |
|
Robert Lange
|
7b834b97e9
|
feat: add apng support
|
2020-10-01 08:37:48 +02:00 |
|
Andrew Salib
|
73369c2d0e
|
fix(react/jsxDecorator): make rendered component's displayName work w/ memo & forwardRef exotic components
Prev. would just do as <[object Object]>.. because it didn't know where to lookup the inner render function's name.
|
2020-10-01 16:16:12 +10:00 |
|
Michael Shilman
|
cdd97a8bfb
|
Merge pull request #12629 from whoisryosuke/patch-5
Relative link to docs broken
|
2020-10-01 03:49:27 +08:00 |
|
Michael Shilman
|
6e3c686d69
|
Merge pull request #12631 from storybookjs/fix_issue_12611
Fix for issue 12611
|
2020-10-01 03:47:44 +08:00 |
|
jonniebigodes
|
abe4af52ae
|
fixes issue 12611
|
2020-09-30 19:58:27 +01:00 |
|
Ryosuke
|
16c7a63057
|
Relative link to docs broken
The link to Storybook docs was relative, which on [the production site](https://storybook.js.org/docs/react/writing-docs/docs-page) links to the **next** branch, instead of the **master**.
Old link using relative:
`https://github.com/storybookjs/storybook/blob/next/addons/docs/README`
New link:
`https://github.com/storybookjs/storybook/blob/master/addons/docs/README.md`
Not sure if there's a way to use the relative link and have it point to master instead of next? But for now, hard-coded link will definitely work.
|
2020-09-30 11:04:40 -07:00 |
|
Gert Hengeveld
|
5e2ec32b63
|
Favor name over path matches when searching.
|
2020-09-30 17:08:18 +02:00 |
|
Gert Hengeveld
|
4d8c2b6178
|
Match on story path as well.
|
2020-09-30 17:04:20 +02:00 |
|
Gert Hengeveld
|
dd803d9df3
|
Color tweaks.
|
2020-09-30 15:31:12 +02:00 |
|
Gert Hengeveld
|
792ef78585
|
Change icon color based on theme.
|
2020-09-30 15:20:52 +02:00 |
|
Gert Hengeveld
|
61846fc6e9
|
Using current path to determine new paths is unreliable.
|
2020-09-30 15:00:10 +02:00 |
|
Gert Hengeveld
|
0be2c09d99
|
Select the first story when clicking a collapsed component node.
|
2020-09-30 14:47:59 +02:00 |
|
Gert Hengeveld
|
3ab7648848
|
Omit RESULTS heading.
|
2020-09-30 14:43:19 +02:00 |
|
Gert Hengeveld
|
3b3f05d25f
|
Refactor to custom hooks. Fix docs mode. Cleanup some old stuff.
|
2020-09-30 14:39:26 +02:00 |
|
Michael Shilman
|
2c6e654ecb
|
6.1.0-alpha.18 next.json version file
|
2020-09-30 19:09:44 +08:00 |
|
Michael Shilman
|
22f978940c
|
Update git head to 6.1.0-alpha.18
|
2020-09-30 19:05:24 +08:00 |
|
Michael Shilman
|
7bd08008b5
|
v6.1.0-alpha.18
v6.1.0-alpha.18
|
2020-09-30 18:57:46 +08:00 |
|
Michael Shilman
|
9054688394
|
Update root, peer deps, version.ts/json to 6.1.0-alpha.18
|
2020-09-30 18:57:33 +08:00 |
|
Michael Shilman
|
2dee98f955
|
Merge pull request #12590 from jsoref/spelling
Fix spelling errors
|
2020-09-30 18:23:06 +08:00 |
|
Michael Shilman
|
4f5ab9fe9e
|
Merge pull request #12603 from g1eny0ung/fix/doc-disbale-refs
Composition: Rename `disabled` parameter => `disable`
|
2020-09-30 18:10:05 +08:00 |
|
Yue Yang
|
d03f3dddda
|
chore: deprecated package-composition disabled
|
2020-09-30 11:24:18 +08:00 |
|
Gert Hengeveld
|
eaff61c536
|
Move some stuff around.
|
2020-09-29 23:49:22 +02:00 |
|
Gert Hengeveld
|
782cd2ed96
|
Fix selecting search result and keyboard navigation.
|
2020-09-29 22:29:33 +02:00 |
|
Josh Soref
|
b4cded5966
|
Updating snapshot
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
d77a3c03a5
|
spelling: without
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
0dfcbd10aa
|
spelling: webpage
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
be662d65c0
|
spelling: utility
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
7a7e02f5a2
|
spelling: upgrade
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
c86a4e994c
|
spelling: update
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
21871e542e
|
spelling: truthy
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
54191710a8
|
spelling: triggered
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
68968a9ae6
|
spelling: trigger
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
fc181f7fe4
|
spelling: transform
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
b1794a743c
|
spelling: things
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
9f0c40374b
|
spelling: syntaxhighlighter
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
f4a2fec60c
|
spelling: synchronized
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
f6340d7c60
|
spelling: successful
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
7fec04a20a
|
spelling: storyshots
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:32 -04:00 |
|
Josh Soref
|
c3acaf86e1
|
spelling: storybook
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:31 -04:00 |
|
Josh Soref
|
50a221c590
|
spelling: stories
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-09-29 09:42:31 -04:00 |
|