Michael Shilman
b2d08977a3
v6.0.0-alpha.16
v6.0.0-alpha.16
2020-02-21 11:45:13 +08:00
Michael Shilman
210b94ba07
Update peer dependencies to 6.0.0-alpha.16
2020-02-21 11:40:09 +08:00
Michael Shilman
376a8d0440
6.0.0-alpha.16 changelog
2020-02-21 11:39:56 +08:00
Gaëtan Maisse
518607cd4e
Merge pull request #9916 from storybookjs/fix-deps
...
Add missing dependencies or peerDependencies
2020-02-20 19:59:42 +01:00
Norbert de Langen
23508f5ea9
Merge pull request #9906 from SoloJiang/chore-supplement-rax
...
chore: change rax link
2020-02-20 18:41:12 +01:00
Michael Shilman
3aa12e9a57
Merge pull request #9873 from storybookjs/9827-ts-default-values
...
Props: Fix typescript unspecified default value
2020-02-21 01:20:43 +08:00
Norbert de Langen
e04d5da4e6
Merge pull request #9907 from storybookjs/fix-ts-export-for-addon-centered
...
Centered: remove `typesVersions` attribute
2020-02-20 17:19:37 +01:00
Gaëtan Maisse
f69396b3e3
Add missing peer dependencies required by react-ga
in addons/google-analytics
...
https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0
2020-02-20 17:11:00 +01:00
Gaëtan Maisse
f4fd55ff1b
Add missing dependencies or devDeps in some addon packages
2020-02-20 17:10:59 +01: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
Tom Coleman
606ce21950
A RenderStoryFunction
takes a RenderContext
2020-02-20 21:51:41 +11:00
Tom Coleman
c4a8c869a0
First part of refactor -- pull StoryRenderer
out of start.js
2020-02-20 21:41:03 +11:00
Tom Coleman
f9d88daba5
Brought changes lib/core/src/client/preview in #9870 over
...
Thanks @kroeder!
2020-02-20 20:20:28 +11:00
Tom Coleman
da9576ca18
Move decorator test to TS
2020-02-20 20:18:01 +11:00
Michael Shilman
4b10388a87
6.0.0-alpha.15 next.json version file
2020-02-20 12:37:59 +08: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
v6.0.0-alpha.15
2020-02-20 11:54:32 +08:00
Michael Shilman
c74f2378b2
Update peer dependencies to 6.0.0-alpha.15
2020-02-20 11:49:56 +08:00
Michael Shilman
e05c40d70f
6.0.0-alpha.15 changelog
2020-02-20 11:49:46 +08:00
Tom Coleman
a7dc544b41
Merge pull request #9877 from storybookjs/refactor-client-api
...
Refactor Client API: pull metadata handling code into the store.
2020-02-20 13:34:54 +11:00
Tom Coleman
5b56f443ee
Merge branch 'next' into refactor-client-api
2020-02-20 11:53:20 +11:00
Tom Coleman
f9f0b82594
Merge pull request #9868 from storybookjs/client-api-hot-refresh
...
Core: Add skip dispose option to ClientApi
2020-02-20 09:20:38 +11:00
Norbert de Langen
49d456dea4
UPGRADE cypress
2020-02-19 16:07:26 +01:00
Norbert de Langen
e8c41383a1
Merge branch 'next' into refactor-client-api
2020-02-19 15:13:13 +01:00
Gytis Vinclovas
fe1d45830f
Update types.ts
2020-02-19 13:04:47 +02:00
Gytis Vinclovas
e9218958cf
Merge branch 'client-api-hot-refresh' of github.com:storybooks/storybook into client-api-hot-refresh
2020-02-19 12:58:17 +02:00
Tom Coleman
0a2d972673
Ensure our generated entry loads *after* polyfills
2020-02-19 21:43:26 +11:00
Gytis Vinclovas
83ec145b73
yarn.lock
2020-02-19 12:42:28 +02:00
Tom Coleman
b8b8454dbc
Remove multiple decorator from background stories
2020-02-19 21:38:26 +11:00
Tom Coleman
48ae35591e
Update custom decorator story snapshot
2020-02-19 20:47:13 +11:00
Tom Coleman
dd103ad87c
Extract the framework to an initial entry to ensure it *always* runs first.
...
cc @shilman
2020-02-19 20:40:13 +11:00
Lynn Chyi
5acd6cb3fc
add dir cleanup and gitignore ts3.5
2020-02-19 01:07:18 -08:00
Gaëtan Maisse
cc421d44cc
fix(centered): remove typesVersions
attribute because this addon exports hand written types from base dir
...
Hand written types are inside addon base dir and so we can not use `typesVersions`
⚠️ Be careful when writing types by hand, they should be compatible with TS3.5
2020-02-19 08:55:23 +01:00
fushen
06526a1c3e
chore: change rax link
2020-02-19 15:28:52 +08:00
Michael Shilman
d5d2e7972a
6.0.0-alpha.14 next.json version file
2020-02-19 07:06:21 +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
v6.0.0-alpha.14
2020-02-19 06:53:15 +08:00
Norbert de Langen
8697740c8f
FIX
2020-02-18 23:52:54 +01:00
Michael Shilman
845c76aaa3
Update peer dependencies to 6.0.0-alpha.14
2020-02-19 06:49:03 +08:00
Norbert de Langen
807c7d61a2
Merge branch 'next' into pr/lmaze/9790
2020-02-18 23:49:02 +01:00
Michael Shilman
1f0adc6aa7
6.0.0-alpha.14 changelog
2020-02-19 06:48:24 +08:00
Gaëtan Maisse
7e486a554e
Merge pull request #9902 from storybookjs/add-downlevel-dts
...
Fix: Add downlevel dts
2020-02-18 22:29:11 +01:00
Gaëtan Maisse
781a472562
Merge pull request #9866 from storybookjs/yarn-2-cli-sb-init-compatibility
...
CLI: Add Yarn 2 compatibility
2020-02-18 20:59:25 +01:00
Gaëtan Maisse
7e522c65b9
fix: add missing typesVersions
for TS<3.5 compatibilty
...
(cherry picked from commit 363c3d9bd764edfe68fd60de4a21daae1b3f77f3)
2020-02-18 20:40:06 +01: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
Lynn Chyi
b9d9990a11
Add downlevel-dts for TS3.5 compat
...
(cherry picked from commit 2c3b0f937ab3a729e03f6c88a178b448daacbe9b)
2020-02-18 20:36:04 +01:00
Norbert de Langen
cb9e428bb6
Merge pull request #9865 from storybookjs/imgbot
...
[ImgBot] Optimize images
2020-02-18 17:49:44 +01:00
Norbert de Langen
b7a225ec52
Merge pull request #9895 from storybookjs/dependabot/npm_and_yarn/webpack-cli-3.3.11
...
Bump webpack-cli from 3.3.10 to 3.3.11
2020-02-18 17:48:20 +01:00
James George
60ab368e66
Merge pull request #9888 from storybookjs/hotfix/suggest-cmd
...
fix(cli): capture unknown arguments the native way
2020-02-18 18:28:41 +05:30