30427 Commits

Author SHA1 Message Date
Michael Shilman
750f5424f3 6.1.0-alpha.19 next.json version file 2020-10-03 21:57:33 +08:00
Michael Shilman
ab314fe928 Update git head to 6.1.0-alpha.19 2020-10-03 21:53:39 +08:00
Michael Shilman
6a3203004a v6.1.0-alpha.19 v6.1.0-alpha.19 2020-10-03 21:47:45 +08:00
Michael Shilman
1c7718d644 Update root, peer deps, version.ts/json to 6.1.0-alpha.19 2020-10-03 21:47:31 +08:00
Michael Shilman
3a7e198013 6.1.0-alpha.19 changelog 2020-10-03 21:36:39 +08:00
Michael Shilman
9e6fdc4467
Merge pull request #12587 from phated/remove-argValue-simple
ArgsTable: Remove the "simple" detection for enum types
2020-10-03 21:28:58 +08:00
Michael Shilman
e98574cd9f
Merge pull request #12588 from phated/guard-duplicate-in-createSummaryValue
Addon-docs: Move summary & detail equality check to createSummaryValue
2020-10-03 21:21:28 +08:00
Michael Shilman
5aab5b207d
Merge pull request #12652 from storybookjs/12640-controls-first-in-essentials
Essentials: Make controls tab show first
2020-10-03 17:59:21 +08:00
Michael Shilman
950c50396e
Merge pull request #12653 from storybookjs/tech/clean-deps
Misc: Clean usage and place in the monorepo of some dependencies
2020-10-03 17:58:42 +08:00
Gaëtan Maisse
d3004e4b66
chore: set a "fixed" version of Aurelia
`dev` tag was used for `aurelia` dep in both:
 - `@storybook/aurelia`
 - `aurelia-kitchen-sink`

A new version is published with this tag multiples a week.
But there is no real benefit for us to use a non "stable" version.
So I set the version to the 0.7.0 (latest stable as of today).

If we need/want to test against `dev` version of aurelia when can setup a specific E2E test.
2020-10-03 09:17:58 +02:00
Michael Shilman
0c4393312b Essentials: Make controls tab show first 2020-10-03 15:04:50 +08:00
Gaëtan Maisse
4fc862ae1b
chore: add missing peer deps in root package.json 2020-10-03 09:01:00 +02:00
Gaëtan Maisse
2b8ea8b1a0
chore: remove codelyzer from root package.json as it looks unused for a while 2020-10-03 09:00:22 +02:00
Gaëtan Maisse
13c1db9b87
chore: move some dependencies from workspace root to @storybook/addon-storyshots 2020-10-03 08:59:03 +02:00
Gaëtan Maisse
e37db1beb3
chore: add, in root package.json, the missing dependencies to run e2e 2020-10-03 08:57:04 +02:00
Gaëtan Maisse
8629d08df2
chore: remove angular deps from root package.json and add missing peerDeps 2020-10-03 08:55:05 +02:00
Michael Shilman
4dc4cd0575
Merge pull request #12645 from storybookjs/fix_for_issue_12388
Chore: update documentation to address issue #12388
2020-10-03 13:42:29 +08:00
Michael Shilman
d77f932267
Merge pull request #12650 from hoop71/contributing-typo
patch: typo
2020-10-03 13:39:09 +08:00
hoop71
fb592ec442 patch: typo 2020-10-02 15:09:42 -06:00
jonniebigodes
09621d48c6
Update docs/workflows/faq.md
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-10-02 18:58:11 +01:00
jonniebigodes
39610808e6 Initial content for issue 2020-10-01 20:51:56 +01: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
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
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
Josh Soref
7fe8e014bf spelling: store
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:31 -04:00