36 Commits

Author SHA1 Message Date
Michael Shilman
6cb32b3d98 v6.0.0-alpha.22 2020-03-10 18:44:26 +08:00
Michael Shilman
7970836309 v6.0.0-alpha.21 2020-03-05 17:26:05 +08: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
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
Michael Shilman
4341bc65f7 v6.0.0-alpha.14 2020-02-19 06:53:15 +08:00
Michael Shilman
5b11df0638 v6.0.0-alpha.13 2020-02-15 20:43:01 +08:00
Michael Shilman
ba5430acb5 v6.0.0-alpha.12 2020-02-14 01:00:02 +08:00
Michael Shilman
f46cdcf7f4 v6.0.0-alpha.11 2020-02-13 12:07:31 +08:00
Michael Shilman
558371ae9d v6.0.0-alpha.10 2020-02-11 22:29:59 +08: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
7393fc18ce v6.0.0-alpha.5 2020-02-04 16:51:13 +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
d7f493b305 v6.0.0-alpha.4 2020-02-03 23:47:53 +08:00
Michael Shilman
7f11ee2d76 v6.0.0-alpha.3 2020-02-02 13:47:43 +08:00
Michael Shilman
779ef4791d v6.0.0-alpha.2 2020-01-30 21:36:20 +08:00
Michael Shilman
81cb58e2f0 v6.0.0-alpha.1 2020-01-23 20:19:16 +08:00
Michael Shilman
0cccdabb53 v6.0.0-alpha.0 2020-01-21 22:18:48 +08:00
Michael Shilman
1cdbf1f528
Revert "Revert "Add BBC to list of examples"" 2020-01-21 10:51:22 +08:00
Norbert de Langen
bf9506e120
Merge branch 'next' into pr/avasuro/7981
# Conflicts:
#	lib/cli/package.json
2020-01-20 11:58:12 +01:00
Norbert de Langen
85db0e2d70
no message 2019-12-21 15:16:47 +01:00
Norbert de Langen
3a9d2f8e95 Merge branch 'next' into pr/avasuro/7981
# Conflicts:
#	lib/cli/package.json
#	yarn.lock
2019-10-17 20:10:57 +02:00
Norbert de Langen
5b568b198f FIX version 2019-09-25 12:12:45 +02:00
Michael Shilman
f858968459
Update package.json 2019-09-24 20:51:37 -04:00
Alex Vasiuro
dd28d26baa Merge branch 'next' of https://github.com/storybookjs/storybook into add/app_marionette-js 2019-09-03 18:15:52 +03:00
Alex Vasiuro
d7fe54c8cc removed: unused code 2019-09-03 18:00:08 +03:00
Alex Vasiuro
155317dae7 app/marionette: added support of Marionette.js 2019-07-08 11:23:21 +03:00