30582 Commits

Author SHA1 Message Date
jonniebigodes
57b877ac25
Update docs/workflows/faq.md
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-10-15 17:13:03 +01:00
jonniebigodes
f8fe7a2ae6 update FAQ to mention old documentation location 2020-10-13 18:16:52 +01:00
Michael Shilman
59e41a0dec
Merge pull request #12565 from luisferreira90/next
Angular: Choose project used by Storybook
2020-10-09 20:28:02 +08:00
Michael Shilman
7a86ccd2c9
Merge pull request #12717 from benforeva/patch-4
Make story consistent across the example
2020-10-09 08:12:56 +08:00
Michael Shilman
75a3fb2d3f
Merge pull request #12715 from DaleSeo/fix/docs-ArgsTable
Import ArgsTable instead Props on Docs
2020-10-09 08:03:25 +08:00
Dale Seo
5e80e7bd0a
replace props with ArgsTable 2020-10-08 16:40:20 -04:00
Dale Seo
3e9a9a8838
Replace Props with ArgsTable 2020-10-08 16:38:17 -04:00
Michael Shilman
5e4673c33e 6.1.0-alpha.21 next.json version file 2020-10-08 23:32:30 +08:00
Michael Shilman
1fa6b2b2cb Update git head to 6.1.0-alpha.21 2020-10-08 23:27:41 +08:00
Michael Shilman
0ab71655be v6.1.0-alpha.21 v6.1.0-alpha.21 2020-10-08 23:21:24 +08:00
Michael Shilman
418af7682a Update root, peer deps, version.ts/json to 6.1.0-alpha.21 2020-10-08 23:20:52 +08:00
Michael Shilman
ad372f693c 6.1.0-alpha.21 changelog 2020-10-08 23:10:23 +08:00
Michael Shilman
33707bcd70
Merge pull request #12601 from storybookjs/10757-better-search
Sidebar: Better search, keyboard shortcuts, and "recently viewed"
2020-10-08 22:52:41 +08:00
Gert Hengeveld
b9aa7416fc More contrast, especially for the dark theme. 2020-10-08 11:54:36 +02:00
Gert Hengeveld
5ec02a1954 Fix clear icon color. 2020-10-08 11:33:20 +02:00
Gert Hengeveld
b077fb7a69 Try with the 'attr' method. 2020-10-08 10:24:07 +02:00
Gert Hengeveld
fb81a83a27 Try with the 'attribute' method. 2020-10-08 10:04:36 +02:00
Gert Hengeveld
b566fb8847 Enhance contrast. 2020-10-08 10:01:19 +02:00
Gert Hengeveld
eb88960fba Ensure parent is expanded before trying to click an item. 2020-10-08 09:43:04 +02:00
Gert Hengeveld
ac07320627 Better story layout. 2020-10-08 09:24:01 +02:00
Andre Dickson
d8b43fa47d
Make story consistent across the example 2020-10-08 01:13:49 -04:00
Michael Shilman
52df9e64d7
Merge pull request #12686 from andezzat/fix/exotic-argstable
Addon-docs: Fix Memo React components in ArgsTable
2020-10-08 09:45:19 +08:00
Michael Shilman
e6cee22077 Remove unused import, fix deepscan 2020-10-08 09:44:15 +08:00
Andrew Salib
d9a8253205 fix(addon-docs): TS forwardref issue now produces properties.snapshot 2020-10-08 10:38:35 +11:00
Andrew Salib
958e7ed5a8 fix(addon-docs): only support forwardRef outer propTypes
Attaching propTypes to forwardRef component's inner render fn doesn't make sense, so we are only supporting outer propTypes. Keeping inner proptypes story to show it doesn't work & isn't recommended.
2020-10-08 10:33:41 +11:00
Gert Hengeveld
e9f1ded662 Make sure Cypress can know when a story is selected. 2020-10-08 00:14:40 +02:00
Gert Hengeveld
651ae27b8f Prevent hijacking keyboard event listeners in unrelated sections of the UI. 2020-10-07 23:22:26 +02:00
Gert Hengeveld
008dd29947 Try to fix e2e test. 2020-10-07 22:18:33 +02:00
Gert Hengeveld
8d0651a094 Update e2e test for search. 2020-10-07 21:20:15 +02:00
Gert Hengeveld
f58d941f57 Better logo alignment. 2020-10-07 20:35:03 +02:00
Gert Hengeveld
abfe669001 Rename various props to clarify the distinction between storyId, itemId and the id with refId. 2020-10-07 20:31:42 +02:00
Gert Hengeveld
8a90cb2df6
Fix CSF export collision 2020-10-07 19:46:22 +02:00
Gert Hengeveld
3acf3ed902 Add missing id attributes. 2020-10-07 15:20:57 +02:00
Gert Hengeveld
ce7e5c11e8 Make sure leaf nodes always have args. 2020-10-07 15:02:28 +02:00
Michael Shilman
986f6d64c2
Merge pull request #12690 from mathieudutour/patch-1
Core: Log which CSF file is failing to load
2020-10-07 20:51:48 +08:00
Gert Hengeveld
0609779489 Revert "Update lib/ui/src/components/sidebar/Search.tsx"
This reverts commit ea9a9a84e556749c9c48373d2a1f1c5464079138.
2020-10-07 14:47:22 +02:00
Gert Hengeveld
871fe72376 Merge branch 'next' into 10757-better-search 2020-10-07 14:11:46 +02:00
Gert Hengeveld
fc8e6e226d Respect the enableShortcuts setting for focussing the search input. 2020-10-07 14:11:05 +02:00
Gert Hengeveld
ea9a9a84e5
Update lib/ui/src/components/sidebar/Search.tsx
Co-authored-by: Clément DUNGLER <clementdungler@gmail.com>
2020-10-07 13:54:43 +02:00
Mathieu Dutour
7657568dd7
log which story is failing to load 2020-10-07 13:31:18 +02:00
Gert Hengeveld
6ba2274886 Styling for keyboard shortcuts in menu. 2020-10-07 12:01:00 +02:00
Gert Hengeveld
c3602150c2 Add title attribute to reveal full path. 2020-10-07 11:21:21 +02:00
Gert Hengeveld
485402101f Fix clear button alignment. 2020-10-07 11:00:25 +02:00
Gert Hengeveld
595a812c34 Change path separator to '/'. 2020-10-07 10:55:18 +02:00
Gert Hengeveld
fd14623b4c Show 20 results by default, so the 'show more' button is visible on most desktop displays. 2020-10-07 10:54:55 +02:00
Gert Hengeveld
c55f14b3b0 'Show X more results' instead of 'Show all X results'. 2020-10-07 10:51:18 +02:00
Gert Hengeveld
d7d67476a8 Show 50 search results by default. 2020-10-07 10:51:18 +02:00
Gert Hengeveld
a15aeee579 Change default sidebar width to 230px (visually). 2020-10-07 10:51:18 +02:00
Andrew Salib
e645ae1ce7 Update snapshots 2020-10-07 17:50:40 +11:00
Andrew Salib
aa537af8e2 addon-docs: add destructuring to ForwardRefButton because we can! 2020-10-07 17:08:09 +11:00