Norbert de Langen
c1e3cd730b
update reach router
2020-03-02 13:36:11 +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
3c089a8510
Don't use STORIES_CONFIGURED
to tell if the stories changed now
2020-02-27 15:50:45 +11:00
Michael Shilman
b62e0ab71e
Update version.ts to 6.0.0-alpha.20
2020-02-27 08:36:29 +08:00
Michael Shilman
dac6752d47
v6.0.0-alpha.20
2020-02-27 08:26:52 +08:00
Michael Shilman
d41e1176ab
Update version.ts to 6.0.0-alpha.19
2020-02-24 22:40:25 +08:00
Michael Shilman
b5b1bda641
v6.0.0-alpha.19
2020-02-24 22:28:05 +08:00
Michael Shilman
2276d03ae8
Update version.ts to 6.0.0-alpha.18
2020-02-22 04:41:45 +08:00
Michael Shilman
480370557a
v6.0.0-alpha.18
2020-02-22 04:31:14 +08:00
Michael Shilman
98bd05fb93
Update version.ts to 6.0.0-alpha.17
2020-02-21 12:09:12 +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
f04b027da7
Update version.ts to 6.0.0-alpha.15
2020-02-20 12:04:30 +08:00
Michael Shilman
efd0256348
v6.0.0-alpha.15
2020-02-20 11:54:32 +08:00
Michael Shilman
430cb60570
Update version.ts to 6.0.0-alpha.14
2020-02-19 07:03:02 +08:00
Michael Shilman
4341bc65f7
v6.0.0-alpha.14
2020-02-19 06:53:15 +08: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
Norbert de Langen
b1500abff1
A few TS improvements I found whilst working on inception
2020-02-17 11:16:50 +01:00
Michael Shilman
7ce6cc3a1d
Update version.ts to 6.0.0-alpha.13
2020-02-15 20:50:44 +08:00
Michael Shilman
5b11df0638
v6.0.0-alpha.13
2020-02-15 20:43:01 +08:00
Norbert de Langen
dbfaf3c4d9
Merge pull request #9747 from sakito21/lib/components-remove-PropTypes
...
Remove : prop types in lib/components
2020-02-14 23:27:07 +01:00
Norbert de Langen
1e43b97342
REMOVE prop-types where no longer needed
2020-02-14 22:30:08 +01:00
Norbert de Langen
64cb247db3
RENAME component
2020-02-14 20:29:32 +01:00
Norbert de Langen
79c9c4306c
IMPROVE performance & typing of lib/api Consumer
2020-02-14 20:17:45 +01:00
Norbert de Langen
7b9cd15935
IMPROVE the types & performance of lib/api by making the Consumer component a FunctionComponent that auto-memoizes
2020-02-14 19:51:40 +01:00
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
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