3325 Commits

Author SHA1 Message Date
Norbert de Langen
faf99cc5fe
FIX ts errors 2020-03-02 14:09:16 +01:00
Michael Shilman
aee887311f
Merge pull request #9914 from storybookjs/refactor-client-api-events
Core: Overhaul start.js and event emitting/listening
2020-03-02 14:10:00 +08:00
Tom Coleman
333ae484b0 Resolve circular dependency issue 2020-03-02 11:33:59 +11:00
Tom Coleman
811684a993 Remove selectedKind/selectedStory API 2020-03-02 11:09:24 +11:00
Michael Shilman
dac6752d47 v6.0.0-alpha.20 2020-02-27 08:26:52 +08:00
Michael Shilman
b5b1bda641 v6.0.0-alpha.19 2020-02-24 22:28:05 +08:00
Michael Shilman
480370557a v6.0.0-alpha.18 2020-02-22 04:31:14 +08:00
Michael Shilman
36327ee08e v6.0.0-alpha.17 2020-02-21 11:58:31 +08:00
Michael Shilman
b2d08977a3 v6.0.0-alpha.16 2020-02-21 11:45:13 +08:00
Gaëtan Maisse
c42b1db400 refactor: regenerator-runtime as dependencies
`regenerator-runtime` is used as polyfill to backport async/await and generator to old browser (like core-js).
Any package that use async/await or generator will require `regenerator-runtime` at runtime without any import in the source (it's added by babel during transpilation).
To avoid any issue in the future `regenerator-runtime` is added to almost all packages, as it has been done for `core-js`

What I did?
- Add it when it was missing
- Move it from peerDep to dep when needed
- Use the same, and latest, version for all packages
2020-02-20 13:52:02 +01:00
Michael Shilman
efd0256348 v6.0.0-alpha.15 2020-02-20 11:54:32 +08:00
Norbert de Langen
e8c41383a1
Merge branch 'next' into refactor-client-api 2020-02-19 15:13:13 +01:00
Michael Shilman
4341bc65f7 v6.0.0-alpha.14 2020-02-19 06:53:15 +08:00
Gaëtan Maisse
7e486a554e
Merge pull request #9902 from storybookjs/add-downlevel-dts
Fix: Add downlevel dts
2020-02-18 22:29:11 +01:00
Lynn Chyi
23b7d9fde9 Add ts3.5 to package.json's "files" attr
(cherry picked from commit f0edad2d0cb5c74d2f03a13e1ca1cb27287f3625)
2020-02-18 20:37:59 +01:00
Lynn Chyi
d0289d919d Update packages w typesVersions for compatibility
(cherry picked from commit 3667fec36991c0315ac54f2c6b5dffcc098371b7)
2020-02-18 20:37:11 +01:00
Tom Coleman
fc21e562dc Update vue decorator to mirror SB one 2020-02-18 21:26:41 +11:00
Gaëtan Maisse
de1b0e3b93 fix(ember): add package, resolved in server src, in peerDependencies 2020-02-16 16:10:41 +01:00
Michael Shilman
5b11df0638 v6.0.0-alpha.13 2020-02-15 20:43:01 +08:00
Michael Shilman
f20e2a5214
Merge pull request #9838 from storybookjs/9690-component-properites
Addon-docs: Snapshot testing and bug reporting for props tables
2020-02-15 17:28:05 +08:00
Michael Shilman
ba5430acb5 v6.0.0-alpha.12 2020-02-14 01:00:02 +08:00
Michael Shilman
f7fdd76e5c
Merge pull request #9820 from storybookjs/core/ui-cleanup
Typescript: Improve @storybook/ui types
2020-02-13 20:48:45 +08:00
Norbert de Langen
32db33302c
FIX deepscan issues 2020-02-13 12:33:09 +01:00
Norbert de Langen
57b7aceed4
Merge branch 'next' into core/ui-cleanup 2020-02-13 11:16:16 +01:00
Michael Shilman
676a5976f8 Merge branch 'next' into 9690-component-properites 2020-02-13 12:25:53 +08:00
Michael Shilman
f46cdcf7f4 v6.0.0-alpha.11 2020-02-13 12:07:31 +08:00
Michael Shilman
8297083011 Merge branch 'next' into 9690-component-properites 2020-02-13 11:06:00 +08:00
Michael Shilman
61545c386e Addon-docs: React properties snapshot testing 2020-02-13 10:58:37 +08:00
Norbert de Langen
6e7c182b5a
Merge branch 'core/ui-cleanup' into core/ui-types-improvements 2020-02-11 17:20:57 +01:00
Norbert de Langen
1a3b4812c5
IMPROVE types 2020-02-11 16:55:15 +01:00
Michael Shilman
558371ae9d v6.0.0-alpha.10 2020-02-11 22:29:59 +08:00
Norbert de Langen
643bc2e332
FIX linting 2020-02-10 17:23:42 +01:00
Michael Shilman
4f0a75c824 v6.0.0-alpha.9 2020-02-09 01:24:54 +08:00
Michael Shilman
582b5c4f43 v6.0.0-alpha.8 2020-02-08 00:22:00 +08:00
Michael Shilman
45c0400457 v6.0.0-alpha.7 2020-02-07 23:46:35 +08:00
Michael Shilman
34bfe84397 v6.0.0-alpha.6 2020-02-05 07:42:41 +08:00
Michael Shilman
d50501eef1 Fix typo 2020-02-04 17:13:08 +08:00
Norbert de Langen
82c0abfce7
Correct the file path for the Button story (#9325)
Correct the file path for the Button story
2020-02-04 10:02:57 +01:00
Michael Shilman
7393fc18ce v6.0.0-alpha.5 2020-02-04 16:51:13 +08:00
Michael Shilman
05e66cb317
Core: Add Yarn 2 compatibility (#9667)
Core: Add Yarn 2 compatibility
2020-02-04 16:42:59 +08:00
Michael Shilman
5ae4dae91c
Addon-a11y: Add preset (#9697)
Addon-a11y: Add preset
2020-02-04 16:27:35 +08:00
Michael Shilman
cfeb47d055
Svelte: Fix Svelte 3 slots for decorators (#9724)
Svelte: Fix Svelte 3 slots for decorators
2020-02-04 15:37:53 +08:00
Michael Shilman
1b8dc9625b Merge branch 'next' into pr/9697 2020-02-04 15:19:26 +08:00
Gaëtan Maisse
a978bd2985 chore: add missing or fix implicit transitive peerDependencies
Yarn 2 introduce an error for this during `yarn install`: YN0002 - MISSING_PEER_DEPENDENCY

For details see https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0

TL;DR: If you write a package that depends on Foo, and if Foo has a peer dependency, then you must provide it in either of the dependencies or peerDependencies fields. You won't "implicitly inherit" the peer dependencies declared in Foo.
2020-02-04 07:45:12 +01:00
Michael Shilman
d12beea104
Update package.json 2020-02-04 13:30:56 +08:00
Tom Coleman
f0c71e09a7 Merge remote-tracking branch 'origin/next' into jonspalmer-storybook_server 2020-02-04 16:23:49 +11:00
Tony CABAYE
447e2354e8 Fix Svelte 3 slots for decorators. 2020-02-03 17:10:02 +01:00
Michael Shilman
d7f493b305 v6.0.0-alpha.4 2020-02-03 23:47:53 +08:00
Michael Shilman
60ae570079
Angular: Emit decorator metadata by default (#9701)
Angular: Emit decorator metadata by default
2020-02-03 23:40:58 +08:00
Kai Röder
6cba51fa3b chore(app/angular): update ts config test to match the new default config 2020-02-03 15:49:24 +01:00