766 Commits

Author SHA1 Message Date
Norbert de Langen
bbd2b50c18
CHANGE organisation of lib/api/modules/stories 2020-03-10 13:42:45 +01:00
Norbert de Langen
7a40c5982b
FIX test 2020-03-10 12:38:00 +01:00
Norbert de Langen
f2243c7d87
Merge branch 'next' into tech/improvements-3 2020-03-10 12:18:43 +01:00
Norbert de Langen
d3dbcc4629 FIX test 2020-03-10 12:18:27 +01:00
Michael Shilman
6cb32b3d98 v6.0.0-alpha.22 2020-03-10 18:44:26 +08:00
Michael Shilman
31fb72996e
Merge pull request #10014 from storybookjs/feature/args
Core: Add args feature
2020-03-10 14:08:40 +08:00
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
Tom Coleman
16cbd5cf45 Change event name to use UPDATE too 2020-03-04 17:25:36 +11:00
Tom Coleman
533b1fc2e4
Change story update functions to be updateX
Thanks @shilman!

Co-Authored-By: Michael Shilman <shilman@users.noreply.github.com>
2020-03-04 17:23:04 +11: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
Tom Coleman
3aaba64e1e Fix tests that got lost in translation 2020-03-03 18:08:04 +11:00
Tom Coleman
0f0d8983ec Merge remote-tracking branch 'origin/next' into feature/args 2020-03-03 18:01:46 +11: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
Tom Coleman
c12cf36232 Fix tests 2020-03-03 00:09:11 +11:00
Tom Coleman
ebc2069734 Fix bug with stories.js 2020-03-02 23:52:01 +11:00
Norbert de Langen
c1e3cd730b
update reach router 2020-03-02 13:36:11 +01:00
Tom Coleman
a104c3367d Fix issue with types 2020-03-02 23:12:18 +11:00
Tom Coleman
6c5b216be9 Merge remote-tracking branch 'origin/next' into feature/args 2020-03-02 17:42:51 +11: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
43cbb08b32 Args: Fix circular package dependency 2020-03-02 16:56:21 +11:00
Tom Coleman
2fd2dc908a Add useArgs API on manager side 2020-03-02 16:52:43 +11:00
Tom Coleman
3f9223f38a Added manager side support for args 2020-03-02 12:32:23 +11: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