32819 Commits

Author SHA1 Message Date
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
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
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
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
Bodo Graumann
e8ab57c431
Merge branch 'next' into patch-3 2021-02-24 16:55:58 +01:00
Michael Shilman
5a913e4c69
Merge pull request #14018 from phated/phated/vue2-init-install-vue-loader
CLI/Vue 2: install vue-loader upon init of vue 2 storybook
2021-02-24 23:28:01 +08:00
Michael Shilman
dd7da2000f
Merge pull request #14035 from kylegach/patch-1
SyntaxHighlighter: Safely access clipboard on global.navigator
2021-02-24 22:50:50 +08:00
Kyle Gach
2b28aa1378
SyntaxHighlighter: Safely access clipboard
Use optional chaining to safely access `clipboard` on `global.navigator`
2021-02-24 07:20:39 -07:00
Michael Shilman
5c1141db47 6.2.0-beta.2 next.json version file 2021-02-24 13:11:18 +08:00
Michael Shilman
c2291caeaa Update git head to 6.2.0-beta.2 2021-02-24 13:08:04 +08:00
Michael Shilman
6836920db1 v6.2.0-beta.2 v6.2.0-beta.2 2021-02-24 13:01:28 +08:00
Michael Shilman
07ab10c225 Update root, peer deps, version.ts/json to 6.2.0-beta.2 2021-02-24 13:01:01 +08:00
Michael Shilman
924efb98ae 6.2.0-beta.2 changelog 2021-02-24 12:53:35 +08:00
Michael Shilman
a14bd76fe1
6.1.20 changelog 2021-02-24 12:51:35 +08:00
Michael Shilman
dfad509c02
Merge pull request #14032 from storybookjs/13880-fix-browser-open
CLI: Fix opening localhost in browser by default
2021-02-24 12:41:21 +08:00
Michael Shilman
da189cafe0
Merge pull request #14019 from storybookjs/chore_vue3_snippets_and_assorted_adjustments
Chore: (Docs) Vue 3 and assorted snippets changes
2021-02-24 12:11:30 +08:00
Michael Shilman
3308232986
Merge pull request #12824 from hydrosquall/cameron.yick/feature/ui-editable-json-tree-knob
Addon-controls: Add JSON tree editor for Object/Array Type args
2021-02-24 12:08:02 +08:00
Michael Shilman
7ef4e0e7c0 Fix typo 2021-02-24 12:07:33 +08:00
Michael Shilman
a82fd5dae2 Core: Fix browser open logic from #13812 2021-02-24 12:01:39 +08:00
Michael Shilman
74f68a05c9
Merge pull request #14002 from storybookjs/pocka/feat/dynamic-source-rendering-use-render-tree
Addon-Docs: Do not create extra Vue instance for Dynamic source rendering
2021-02-24 11:55:30 +08:00
Shota Fuji
85f2a43a71
fix(addon-docs): Do not create additional Vue tree
This commit changes how the decorator grab Vue.js' VNode tree.
Previously it creates a new Vue instance and traverse the tree.
But this causes a lot of problems such as unexpected mount call and
DOM-detached instance. I removed the instruction then added a decorator
that do the instruction from inside of an existing VNode tree.
2021-02-24 01:30:50 +00:00
jonniebigodes
cd1d8c978d table story fixed 2021-02-23 19:13:55 +00:00
jonniebigodes
736aa16c46 fixes for the list and table examples 2021-02-23 19:10:28 +00:00
jonniebigodes
c810dc3128 Merge branch 'chore_vue3_snippets_and_assorted_adjustments' of https://github.com/storybookjs/storybook into chore_vue3_snippets_and_assorted_adjustments 2021-02-23 15:53:03 +00:00
jonniebigodes
173f12f2f8 adjustments per feedback 2021-02-23 15:52:37 +00:00
Gert Hengeveld
7a1601ae1a Fix textarea height 2021-02-23 16:06:12 +01:00
Gert Hengeveld
5c20661190 Merge remote-tracking branch 'origin/next' into cameron.yick/feature/ui-editable-json-tree-knob 2021-02-23 15:49:21 +01:00
Gert Hengeveld
9ef5b3aaca Fix dark style 2021-02-23 15:47:54 +01:00
Gert Hengeveld
6a400ffb7f Don't show RAW toggle when there's no data 2021-02-23 15:32:28 +01:00
Gert Hengeveld
e13c905ae5 Fix null handling 2021-02-23 12:01:08 +01:00
Gert Hengeveld
c3e79d4c0a Style tweaks 2021-02-23 12:01:08 +01:00
Gert Hengeveld
3d7f7a768d Add RAW toggle and fix menu icon hover style 2021-02-23 12:01:07 +01:00
Gert Hengeveld
10dc235f9b Support removing the root node 2021-02-23 12:01:07 +01:00
Michael Shilman
b63388d5c6 6.2.0-beta.1 next.json version file 2021-02-23 11:57:11 +08:00