749 Commits

Author SHA1 Message Date
Norbert de Langen
ad8a245c85
MOVE event handlers into module init 2020-03-09 21:33:35 +01:00
Michael Shilman
0fdbecbf14 Update version.ts to 6.0.0-alpha.21 2020-03-05 17:36:12 +08:00
Michael Shilman
7970836309 v6.0.0-alpha.21 2020-03-05 17:26:05 +08:00
Norbert de Langen
7691ed32e0
FIX test 2020-03-03 10:39:28 +01:00
Norbert de Langen
49d0ee4e53
CHANGE addon module to use fullAPI.getData 2020-03-03 10:37:07 +01:00
Norbert de Langen
a7693befcb
FIX viewMode in docsMode 2020-03-03 10:35:07 +01:00
Norbert de Langen
f26b02fced
FIX mutation of storieshash 2020-03-03 10:34:53 +01:00
Norbert de Langen
0547e69596
ADD fullAPI to module in lib/api 2020-03-03 10:32:40 +01:00
Norbert de Langen
5caf02e8e1
Merge pull request #9323 from storybookjs/manager-options
Official example: try moving options to `manager.js`
2020-03-03 00:11:56 +01:00
Norbert de Langen
e879b9ec12
Merge pull request #10016 from storybookjs/upgrade/reach-router-9705
Upgrade/reach router 9705
2020-03-02 16:56:32 +01:00
Norbert de Langen
41ab5a45c8
Merge branch 'next' into manager-options 2020-03-02 15:42:01 +01:00
Norbert de Langen
2e90601234
Merge pull request #9965 from storybookjs/add-missing-deps
Misc: Add missing dependencies
2020-03-02 14:49:04 +01:00
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
Gaëtan Maisse
81e8e67805 chore(lib): add some missing dependencies
Used `npx @yarnpkg/doctor .` to have the list of all missing deps.
Added them with version range already used in the workspace to avoid downloading new dep (that's why yarn.lock is not modified)
2020-03-01 21:40:36 +01:00
Norbert de Langen
34784410d9
Merge branch 'next' into manager-options
# Conflicts:
#	lib/api/src/modules/stories.ts
#	package.json
#	yarn.lock
2020-02-28 09:51:54 +01: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