30063 Commits

Author SHA1 Message Date
Michael Shilman
d486297ef8 Update automention.yml 2020-08-27 00:39:55 +08:00
Michael Shilman
85053979fc Document reordering Docs tab 2020-08-27 00:27:36 +08:00
Michael Shilman
5a7b898f2b
Merge pull request #12257 from zkuzmic/patch-1
Fixed a docs typo
2020-08-26 23:37:22 +08:00
Zach Kuzmic
c08480e3dc
Fixed a docs typo 2020-08-26 09:49:06 -05:00
jonniebigodes
7b43690422
Merge pull request #12170 from Taimoormk/taimoor/add-react-pakistan
♻️ added react pakistan docs example
2020-08-26 15:20:02 +01:00
jonniebigodes
48f728115a
Merge branch 'next' into taimoor/add-react-pakistan 2020-08-26 15:18:21 +01:00
jonniebigodes
e3329d25ca
Merge pull request #12160 from RNachmanyAnyVision/patch-1
Update examples.md
2020-08-26 14:40:55 +01:00
Patrick Way
5e7b27c0b7 Fix import of named Button const 2020-08-26 06:26:55 -04:00
Michael Shilman
4fcf339e5c
Merge pull request #12233 from storybookjs/fix/12162-correct-baseUrl-copy-eject
UI: Fix eject and copy URLs for composition
2020-08-26 10:40:41 +08:00
Kory Schneider
16d1642454
Fix broken link to jest addon docs 2020-08-25 10:03:42 -07:00
Michael Shilman
7506c1ef72 6.0.18 latest.json version file 2020-08-26 00:47:37 +08:00
Michael Shilman
881db5ccde update git head to 6.0.18 2020-08-26 00:45:51 +08:00
Michael Shilman
7d93439c47 v6.0.18 v6.0.18 2020-08-26 00:37:24 +08:00
Michael Shilman
7cd1908420 Update root, peer deps, version.ts/json to 6.0.18 2020-08-26 00:35:35 +08:00
Michael Shilman
34b1151f52 6.0.18 changelog 2020-08-26 00:29:47 +08:00
Michael Shilman
0bf34e0ecc
Merge pull request #12171 from storybookjs/fix/addons-parameter-disable
UI: Fix `disable` parameter to hide addon panel
2020-08-25 19:45:02 +08:00
Michael Shilman
d36b62cdbf
Merge pull request #12230 from storybookjs/12153-fix-controls-from-args
Addon-controls: Fix controls from args
2020-08-25 19:44:01 +08:00
Michael Shilman
0af0f4d5e4 Fix typo 2020-08-25 17:59:08 +08:00
Michael Shilman
19e4111605 Restore controls in react-argtypes stories 2020-08-25 17:37:29 +08:00
Norbert de Langen
b7f082c711
FIX #12162 by setting the baseUrl correctly 2020-08-25 10:18:46 +02:00
Michael Shilman
2b148eea08 Update snapshots 2020-08-25 16:00:49 +08:00
Nicolas Froidure
a8c56c28fa
feat: add static dir path mappings 2020-08-25 09:41:04 +02:00
Michael Shilman
82af1d8572 Controls: Run control inference at the end 2020-08-25 13:12:26 +08:00
Michael Shilman
1b399dbd5a Add repro for #12153 2020-08-25 13:11:12 +08:00
Michael Shilman
6319946c5a Don't use templates with default args 2020-08-25 13:10:38 +08:00
Michael Shilman
d4c145d43f
Merge pull request #12229 from josephspurrier/patch-1
Mithril: Add Mithril v2.0.0 to peer dependencies
2020-08-25 11:00:18 +08:00
Michael Shilman
8e347b442c Merge branch 'next' into tech/benchmark 2020-08-25 10:55:03 +08:00
Joseph Spurrier
88fc0721e4
Add v2.0.0 of Mithril for peer dependencies
This will prevent the error when doing an npm install: `npm WARN @storybook/mithril@6.0.16 requires a peer of mithril@^1.1.6 but none is installed. You must install peer dependencies yourself.` #11742
2020-08-24 21:45:09 -04:00
Blaine Bublitz
0407776c20 Utilize extractSource in enhanceSource 2020-08-24 18:38:03 -07:00
Blaine Bublitz
f1fe9dae38 Split extractSource into own module & export 2020-08-24 18:38:03 -07:00
Michael Shilman
458e345c7e Update git head 2020-08-25 08:14:01 +08:00
Michael Shilman
90bd0c8bee 6.0.17 latest.json version file 2020-08-25 08:11:46 +08:00
Michael Shilman
cfe34ef012 v6.0.17 v6.0.17 2020-08-25 08:03:07 +08:00
Michael Shilman
32ad91760f Update root, peer deps, version.ts/json to 6.0.17 2020-08-25 08:02:23 +08:00
Michael Shilman
296b61a8ea 6.0.17 changelog 2020-08-25 07:54:16 +08:00
Michael Shilman
4fc11ed228
Merge pull request #12226 from Guria/prettier-fix
Source-loader: Pin prettier to 2.0.x version
2020-08-25 07:52:43 +08:00
Michael Shilman
b1f328c554
Merge pull request #12227 from storybookjs/chore_add_story_layout_image
Chore: add image to Story layout page
2020-08-25 07:30:53 +08:00
jonniebigodes
3992bfaf82 add missing image to story layout 2020-08-25 00:10:28 +01:00
Michael Shilman
59c7eae912
Merge pull request #12216 from Masa-Shin/next
Fix typo
2020-08-25 07:03:26 +08:00
Aleksei Gurianov
010e83212d fix(deps): pin prettier to 2.0.x version
fixes #12217 fixes #12218
`prettier@2.1.0` introduced some breaking changes in its parsers. So we have to pin our dependency.
2020-08-25 00:17:22 +04:00
Masa-Shin
2839a17f66
fix typo 2020-08-24 23:16:40 +09:00
Prateek Saxena
7f9d1fb794
fix(docs): use html codes for triangle brackets 2020-08-24 18:28:44 +05:30
Michael Shilman
8851ac1a32
Merge pull request #12211 from storybookjs/12169-essentials-info-on-override
Addon-essentials: Log info on config override
2020-08-24 20:08:33 +08:00
Michael Shilman
e0abeab40d Addon-essentials: Log info on config override 2020-08-24 19:04:19 +08:00
Michael Shilman
da2b404692 Install benchmark from npm 2020-08-24 18:54:47 +08:00
Michael Shilman
03535882da Build: Add CRA benchmark 2020-08-24 17:36:56 +08:00
Michael Shilman
6046ce2483 Merge branch 'next' of github.com:storybookjs/storybook into next 2020-08-24 08:35:46 +08:00
Michael Shilman
ff987defb5 Add sb-bench to exclude list 2020-08-24 08:35:35 +08:00
Michael Shilman
0210015012
Merge pull request #12203 from rtivital/patch-1
Correct globs in documentation
2020-08-24 07:14:46 +08:00
Michael Shilman
9cd3ba60f4
Merge pull request #12207 from storybookjs/tech/clean-tests
Build: Remove outdated CLI tests
2020-08-24 07:14:02 +08:00