Tom Coleman
84c4ec5e8c
Fix tests
2020-03-03 00:08:58 +11:00
Tom Coleman
ebc2069734
Fix bug with stories.js
2020-03-02 23:52:01 +11:00
Tom Coleman
abd45eac45
Fix bug with stories.js
2020-03-02 23:51:11 +11:00
Norbert de Langen
c1e3cd730b
update reach router
2020-03-02 13:36:11 +01:00
Michael Shilman
df17130995
Args: Fix circular package dependency
2020-03-02 23:31:37 +11:00
Tom Coleman
72ce6b62d3
Added tests for globalArgs
module
2020-03-02 23:28:53 +11:00
Tom Coleman
363e0b88e8
Add useGlobalArgs
hook for addons
2020-03-02 23:28:53 +11:00
Tom Coleman
1054df9316
Add global args module
2020-03-02 23:28:34 +11:00
Tom Coleman
a104c3367d
Fix issue with types
2020-03-02 23:12:18 +11:00
wKich
250adc78e2
Fix StoryInput parameters typings
2020-03-02 17:01:57 +05: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
Norbert de Langen
1d75e93133
Merge branch 'next' into core/no-persist-theme
2020-02-18 18:17:08 +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