Michael Shilman
5dd10519db
Update version.ts to 6.0.0-alpha.12
2020-02-14 01:09:34 +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
bd37f1cf2a
CLEANUP
2020-02-13 11:53:01 +01:00
Norbert de Langen
de5e8a955b
ADD exports to lib/api for StoriesHash & Item types & typecheck-functions
2020-02-13 11:32:46 +01:00
Norbert de Langen
f1da8aa265
CLEANUP
2020-02-13 11:30:52 +01:00
Norbert de Langen
5ddd46ee6b
CLEANUP
2020-02-13 11:29:00 +01:00
Norbert de Langen
57b7aceed4
Merge branch 'next' into core/ui-cleanup
2020-02-13 11:16:16 +01:00
Michael Shilman
987c45268b
Update version.ts to 6.0.0-alpha.11
2020-02-13 12:15:29 +08:00
Michael Shilman
f46cdcf7f4
v6.0.0-alpha.11
2020-02-13 12:07:31 +08:00
Norbert de Langen
26b5640294
FIX tests && CLEANUP
2020-02-12 14:10:21 +01:00
Norbert de Langen
9b0d2a1f08
Merge branch 'next' into manager-options
...
# Conflicts:
# examples/official-storybook/manager.js
2020-02-11 17:26:02 +01:00
Norbert de Langen
e02eb48b89
CLEANUP
2020-02-11 17:25:12 +01: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
bd560a13f6
Merge branch 'next' into core/ui-cleanup
2020-02-11 17:20:41 +01:00
Norbert de Langen
6b5ff27acd
IMPROVE types
2020-02-11 17:19:52 +01:00
Norbert de Langen
1a3b4812c5
IMPROVE types
2020-02-11 16:55:15 +01:00
Michael Shilman
38b4fda4c2
Update version.ts to 6.0.0-alpha.10
2020-02-11 22:38:32 +08:00
Michael Shilman
558371ae9d
v6.0.0-alpha.10
2020-02-11 22:29:59 +08:00
Norbert de Langen
5bfcbf2a0a
REFACTOR preview
2020-02-10 20:51:08 +01:00
Norbert de Langen
d69bac1917
complete the MIGRATION of lib/ui to TS
2020-02-10 15:43:12 +01:00
Norbert de Langen
14300d0208
MIGRATE preview
2020-02-10 14:32:07 +01:00
Norbert de Langen
da53d636c5
Merge branch 'next' into ts/ui-slow
...
# Conflicts:
# lib/ui/package.json
# lib/ui/src/components/layout/mobile.tsx
2020-02-10 11:38:30 +01:00
Norbert de Langen
0b40c8c7ad
MIGRATE preview some more
2020-02-09 09:25:18 +01:00
Michael Shilman
dbe8abbb32
Update version.ts to 6.0.0-alpha.9
2020-02-09 01:32:54 +08:00
Michael Shilman
4f0a75c824
v6.0.0-alpha.9
2020-02-09 01:24:54 +08:00
Norbert de Langen
1f940ff62c
MIGRATE more of lib/ui
2020-02-07 23:13:12 +01:00
Norbert de Langen
ed8380f801
Merge branch 'next' into ts/ui-slow
...
# Conflicts:
# lib/ui/package.json
2020-02-07 19:00:19 +01:00
Norbert de Langen
b84f45847f
Merge branch 'next' into feat/initial_active_tab_option
2020-02-07 17:59:38 +01:00
Michael Shilman
d43448e798
Update version.ts to 6.0.0-alpha.8
2020-02-08 00:31:14 +08:00
Michael Shilman
582b5c4f43
v6.0.0-alpha.8
2020-02-08 00:22:00 +08:00
Norbert de Langen
c918a3fbc4
FIX
2020-02-07 17:17:15 +01:00
Norbert de Langen
83e6a569c8
Merge branch 'next' into pr/alexandre-lelain/9141
2020-02-07 17:00:44 +01:00
Michael Shilman
66cd4e795b
Update version.ts to 6.0.0-alpha.7
2020-02-07 23:54:40 +08:00
Michael Shilman
45c0400457
v6.0.0-alpha.7
2020-02-07 23:46:35 +08:00
Norbert de Langen
b2f3940c42
Merge branch 'next' into pr/alexandre-lelain/9141
2020-02-07 13:55:29 +01:00
Norbert de Langen
9c176c618d
FIX a problem in router && FIX a problem in api/version && MIGRATE lib/ui further
2020-02-06 20:34:18 +01:00
Michael Shilman
c1582cb302
Update version.ts to 6.0.0-alpha.6
2020-02-05 07:52:03 +08:00
Michael Shilman
34bfe84397
v6.0.0-alpha.6
2020-02-05 07:42:41 +08:00
Michael Shilman
6d99a52485
Update version.ts to 6.0.0-alpha.5
2020-02-04 16:59:56 +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
1e9ecaba33
Update version.ts to 6.0.0-alpha.4
2020-02-03 23:56:54 +08:00
Michael Shilman
d7f493b305
v6.0.0-alpha.4
2020-02-03 23:47:53 +08:00
Norbert de Langen
746b2a4f11
Merge branch 'next' into upgrades
...
# Conflicts:
# addons/essentials/package.json
# addons/notes/package.json
# addons/storyshots/storyshots-core/package.json
# app/angular/package.json
# app/html/package.json
# app/marko/package.json
# app/preact/package.json
# app/react/package.json
# app/vue/package.json
# app/web-components/package.json
# examples/riot-kitchen-sink/package.json
# examples/vue-kitchen-sink/package.json
# lib/cli/package.json
# lib/core/package.json
# yarn.lock
2020-02-03 13:40:26 +01:00
Michael Shilman
1f0ea05b26
Update version.ts to 6.0.0-alpha.3
2020-02-02 13:55:03 +08:00
Michael Shilman
7f11ee2d76
v6.0.0-alpha.3
2020-02-02 13:47:43 +08:00
Norbert de Langen
d78582f3d1
Merge branch 'next' into feat/initial_active_tab_option
2020-01-31 12:04:26 +01:00
Norbert de Langen
250067f5aa
UPGRADE fast-deep-equal
2020-01-30 19:36:42 +01:00