32849 Commits

Author SHA1 Message Date
Gert Hengeveld
c263d1d1b9 Deprecate 'showRoots' in favor of 'sidebar.showRoots', and remove sidebarAnimations altogether 2021-02-26 16:52:50 +01:00
Michael Shilman
9e4a6d6d17 6.2.0-beta.4 next.json version file 2021-02-26 21:15:25 +08:00
Michael Shilman
3573a822c3 Update git head to 6.2.0-beta.4 2021-02-26 21:12:18 +08:00
Michael Shilman
09707a9b03 v6.2.0-beta.4 v6.2.0-beta.4 2021-02-26 21:02:43 +08:00
Michael Shilman
60ab1b5385 Update root, peer deps, version.ts/json to 6.2.0-beta.4 2021-02-26 21:02:09 +08:00
Michael Shilman
0a8162a02f 6.2.0-beta.4 changelog 2021-02-26 20:55:01 +08:00
Michael Shilman
0c68ffe182
Merge pull request #14062 from storybookjs/search-stories
UI: Enable search for stories and fix `/` event listener
2021-02-26 20:33:35 +08:00
Michael Shilman
056a04a43a Search results: Use set instead of array 2021-02-26 20:32:47 +08:00
Gert Hengeveld
8395e545d0
Update args.md 2021-02-26 13:19:13 +01:00
Gert Hengeveld
7d08dda475 Support shift key when pressing / 2021-02-26 12:23:56 +01:00
Michael Shilman
90dc07219f Add click action to react-ts example 2021-02-26 19:10:17 +08:00
Gert Hengeveld
535da3a9a6 Allow searching by story name 2021-02-26 10:45:04 +01:00
Gert Hengeveld
5b1661d28a Remove duplicate event listener 2021-02-26 10:44:42 +01:00
Michael Shilman
1a73e7463e
Merge pull request #14049 from storybookjs/fix-qs-encoding
Core: Support null and undefined in URL args
2021-02-26 17:41:27 +08:00
Gert Hengeveld
38687d93ce Don't bother with unknown if you're casting to any anyway 2021-02-26 09:54:55 +01:00
Gert Hengeveld
a4f6dd4e8e No need for double negation 2021-02-26 09:53:08 +01:00
Gert Hengeveld
ea0bda5646 Add missing condition 2021-02-26 09:44:05 +01:00
Gert Hengeveld
ee7aaa2663 Simplify a bit of logic 2021-02-26 09:43:48 +01:00
Gert Hengeveld
37ecf8c1ad No need to export 2021-02-26 09:43:16 +01:00
Michael Shilman
a1e5c11f9d
Merge pull request #14047 from storybookjs/pocka/fix/transpile-prettier
IE11: Transpile prettier down to ES5
2021-02-26 07:25:05 +08:00
Michael Shilman
fe97d1186b
Merge pull request #13685 from storybookjs/feature/collapseRoot
UI: Add collapse roots to sidebar navigation
2021-02-26 07:23:39 +08:00
Gert Hengeveld
15577cccbf Always show arrow on roots 2021-02-25 22:53:03 +01:00
Gert Hengeveld
ddfdc9ce8c Fix encoding booleans 2021-02-25 21:01:39 +01:00
Gert Hengeveld
df766e2805
Merge pull request #14054 from storybookjs/fix-chromatic-flake
Fix flaky color rendering
2021-02-25 17:15:08 +01:00
Gert Hengeveld
35a6900965 Fix keyboard navigation 2021-02-25 17:01:11 +01:00
Gert Hengeveld
010ec117b7 Fix flaky color rendering 2021-02-25 16:03:23 +01:00
Gert Hengeveld
b9611f52df Fix alignment 2021-02-25 15:51:10 +01:00
Gert Hengeveld
fd5ef22adb Simplify and clean up 2021-02-25 15:46:30 +01:00
Gert Hengeveld
e5746e0979 Fix styling 2021-02-25 14:39:53 +01:00
Gert Hengeveld
8912b40585 Merge branch 'next' into feature/collapseRoot 2021-02-25 12:08:49 +01:00
Gert Hengeveld
c2b87e314d Add support for null and undefined 2021-02-25 11:12:22 +01:00
Michael Shilman
094d76a49b
Merge pull request #13699 from micahgodbolt/13373-highcontrast-focus
UI: Fix shortcut button focus border to support high contrast
2021-02-25 17:33:02 +08:00
Michael Shilman
7e326050c0 fix linting 2021-02-25 17:06:58 +08:00
Michael Shilman
78d24eaa0c Merge branch 'next' into pr/13699 2021-02-25 16:19:42 +08:00
Michael Shilman
570ff501ff
Merge pull request #13560 from emclaug2/feature/add-pxblue-to-examples-list
Add PX Blue to examples list
2021-02-25 16:05:58 +08:00
Michael Shilman
2f23b4aaf8
Merge branch 'next' into feature/add-pxblue-to-examples-list 2021-02-25 16:05:45 +08:00
Shota Fuji
896c46f43e
fix: Transpile prettier for ES5 compat
https://github.com/storybookjs/storybook/issues/13562

In a Pull Request that adds dynamic source rendering feature for Vue.js
[0], prettier was added as regular dependency. It broke IE11 (ES5)
compatibility because prettier is published in ES2015 or later.

This commit make Storybook's webpack config to transpile prettier down
to ES5.

[0] ... https://github.com/storybookjs/storybook/pull/12812
2021-02-25 07:44:10 +00:00
Michael Shilman
c9b90bf937
Merge pull request #14040 from storybookjs/fix_message_addons
Chore: Updates link for addons
2021-02-25 13:22:14 +08:00
Michael Shilman
35f79a8e9a 6.2.0-beta.3 next.json version file 2021-02-25 11:34:40 +08:00
Michael Shilman
2695e3d90c Update git head to 6.2.0-beta.3 2021-02-25 11:31:49 +08:00
Michael Shilman
b215c5d360 v6.2.0-beta.3 v6.2.0-beta.3 2021-02-25 11:25:31 +08:00
Michael Shilman
bf4e5757f8 Update root, peer deps, version.ts/json to 6.2.0-beta.3 2021-02-25 11:22:47 +08:00
Michael Shilman
25cb208267
Merge pull request #14041 from storybookjs/cli/addBuilderOption
CLI: Add builder option
2021-02-25 08:40:37 +08:00
jonniebigodes
52584452b6
Merge pull request #14039 from storybookjs/chore_update_vue_file_names
Chore: (Docs) Renames the vue snippets file names
2021-02-24 22:38:16 +00:00
Clément DUNGLER
0d48366678 CLI: Add builder option 2021-02-24 21:14:18 +01:00
jonniebigodes
37c9e4f791
Merge pull request #14010 from bodograumann/patch-3
FAQ: Make link to symbols more apparent
2021-02-24 19:43:24 +00:00
jonniebigodes
68c14ce799 Updates link for addons 2021-02-24 18:07:53 +00:00
jonniebigodes
fe745ba2d0 Renames the vue snippets for clarity 2021-02-24 17:56:50 +00:00
Gert Hengeveld
90f42a8e9f Fix encoding of space character 2021-02-24 17:03:46 +01:00
Bodo Graumann
42c4fda4a7
Grammar correction in docs/workflows/faq.md
Co-authored-by: Steve Schwarz <steve@agilitynerd.com>
2021-02-24 16:58:23 +01:00