833 Commits

Author SHA1 Message Date
Michael Shilman
6cb32b3d98 v6.0.0-alpha.22 2020-03-10 18:44:26 +08:00
Michael Shilman
4da13093ab Addon-Storysource: Clean up old mdxSource code 2020-03-10 01:01:20 +08:00
Michael Shilman
f016acb31a MDX: Compile to updated source-loader format 2020-03-10 00:45:52 +08:00
Michael Shilman
5f44c31718 Improve migration for react-typescript-docgen-loader to babel-plugin-react-docgen 2020-03-06 22:15:34 +08:00
Michael Shilman
1e2ab41dab Props: repro #10017 2020-03-05 23:43:38 +08:00
Michael Shilman
7970836309 v6.0.0-alpha.21 2020-03-05 17:26:05 +08:00
Norbert de Langen
4cf39dec63
DIX ember docs when description is missing for whatever reason 2020-03-04 20:48:47 +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
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
63cd58b993
FIX snapshots 2020-03-02 14:42:56 +01:00
Norbert de Langen
faf99cc5fe
FIX ts errors 2020-03-02 14:09:16 +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
ac9b13f377 Replace selectedKind/Story with kind/name in docs 2020-03-02 15:59:10 +11:00
Gaëtan Maisse
11d4b11101 chore(docs): 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
Emmanuel DEMEY
37ab0aff8f
fix: missin } in the docs addon documentation 2020-02-27 10:38:28 +01:00
Michael Shilman
dac6752d47 v6.0.0-alpha.20 2020-02-27 08:26:52 +08:00
Emmanuel DEMEY
0232feaf06
fix: remove useless \ in the documentation 2020-02-26 08:35:23 +01:00
Michael Shilman
b5b1bda641 v6.0.0-alpha.19 2020-02-24 22:28:05 +08:00
Norbert de Langen
4e52c534d3
FIX linting 2020-02-24 14:18:59 +01:00
Norbert de Langen
72ccf7925f
Merge pull request #9790 from lmaze/8884-fix-addon-docs-ie11
Addon-docs: Restore IE11 compat on Windows by transpiling correctly acorn-jsx for this OS (#8884)
2020-02-24 11:13:30 +01:00
Michael Shilman
480370557a v6.0.0-alpha.18 2020-02-22 04:31:14 +08:00
lmaze
8a98d9491b New fix 2020-02-21 17:42:25 +01: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
518607cd4e
Merge pull request #9916 from storybookjs/fix-deps
Add missing dependencies or peerDependencies
2020-02-20 19:59:42 +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
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
Michael Shilman
efd0256348 v6.0.0-alpha.15 2020-02-20 11:54:32 +08:00
Michael Shilman
4341bc65f7 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
Norbert de Langen
807c7d61a2
Merge branch 'next' into pr/lmaze/9790 2020-02-18 23:49:02 +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
Norbert de Langen
cb9e428bb6
Merge pull request #9865 from storybookjs/imgbot
[ImgBot] Optimize images
2020-02-18 17:49:44 +01:00
Michael Shilman
4a2cb92b7f
Update README.md 2020-02-17 15:48:23 +08:00
David MARTIN
d9e91e59c5
Generate custom-elements.json from Stencil
Add more informations about how to generate a valid custom-elements.json from Stencil
2020-02-16 21:50:29 +01:00
Michael Shilman
e5698fc524 Props: Fix typescript unspecified default value 2020-02-17 04:36:23 +08:00
Michael Shilman
71aa9065dc Fix addon-docs devDeps 2020-02-15 21:07:19 +08:00
Michael Shilman
5b11df0638 v6.0.0-alpha.13 2020-02-15 20:43:01 +08:00
ImgBotApp
3533b4e2d5
[ImgBot] Optimize images
/addons/docs/docs/media/props-tables-hero.png -- 470.15kb -> 387.40kb (17.6%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-02-15 09:30:27 +00:00
Michael Shilman
f20e2a5214
Merge pull request #9838 from storybookjs/9690-component-properites
Addon-docs: Snapshot testing and bug reporting for props tables
2020-02-15 17:28:05 +08:00
Michael Shilman
b64e3cf1bb Addon-docs: Fix props tests 2020-02-15 16:41:39 +08:00
Michael Shilman
62de2a6f30 Props: Fix test typings 2020-02-15 14:20:09 +08:00
Michael Shilman
5d942d1dfc Props: Fix crash on 9399-js-proptypes-shape 2020-02-15 13:42:12 +08:00
Michael Shilman
ce8a9f2772 Props: #9764 repro 2020-02-15 01:32:40 +08:00
Michael Shilman
249de2c8af Update docgen.snapshot 2020-02-15 01:26:01 +08:00
Michael Shilman
28f7a7ef37 Props: #8428 repro 2020-02-15 01:25:36 +08:00
Michael Shilman
dd10817f39 Props: #9465 repro 2020-02-15 01:20:41 +08:00
Michael Shilman
1032b77421 Props: #9511 repro 2020-02-15 01:15:17 +08:00