22099 Commits

Author SHA1 Message Date
Michael Shilman
56061472d4 5.3.0-alpha.17 changelog 2019-10-10 12:42:34 +08:00
Michael Shilman
0ee4eb02f8 v5.3.0-alpha.16 v5.3.0-alpha.16 2019-10-10 12:34:08 +08:00
Michael Shilman
8f210a7c42 5.3.0-alpha.16 changelog 2019-10-10 12:30:52 +08:00
Michael Shilman
6bace66ae4
MDX: Docs for annotating CSF with arbitrary MDX (#8365)
MDX: Docs for annotating CSF with arbitrary MDX
2019-10-10 10:58:29 +08:00
Michael Shilman
fe29bba922 Tweak titles 2019-10-10 10:56:54 +08:00
Michael Shilman
caf5b8d2ef MDX: Add back arbitrary markdown recipe 2019-10-10 10:54:39 +08:00
Michael Shilman
38d82230e2
Publish top-level .js and .d.ts files (#8354)
Publish top-level .js and .d.ts files
2019-10-10 07:58:17 +08:00
Gaspar Dip
b265c569d5
Fix typo in Introduction: React UI Testing page 2019-10-09 13:29:57 -03:00
Michael Shilman
e84ea955a9 Publish top-level .js and .d.ts files 2019-10-09 17:48:39 +08:00
Minh Nguyen
b8c42cf38a [Security] Bump lodash from 4.17.11 to 4.17.15
See https://www.npmjs.com/advisories/1065
2019-10-09 00:46:43 +01:00
Michael Shilman
30e5381360
Fix typo in duplicated story warning (#8341)
Fix typo in duplicated story warning
2019-10-09 00:37:47 +08:00
Sergei Osipov
a7b50f8fea Merge remote-tracking branch 'upstream/next' into feature/typescript-mithril 2019-10-08 19:36:07 +03:00
Yann Pringault
44d8c8d153
Fix typo in duplicated story warning 2019-10-08 16:00:50 +02:00
Michael Shilman
1e8aea23c3 5.3.0-alpha.15 next.json version file 2019-10-08 18:20:02 +08:00
Michael Shilman
bec20e390f Update version.ts 2019-10-08 18:17:41 +08:00
Michael Shilman
4bd4888de8 v5.3.0-alpha.15 v5.3.0-alpha.15 2019-10-08 18:09:02 +08:00
Michael Shilman
058ad5bba6 5.3.0-alpha.15 changelog 2019-10-08 18:06:07 +08:00
Michael Shilman
18334b45cb v5.3.0-alpha.14 v5.3.0-alpha.14 2019-10-08 18:01:15 +08:00
Michael Shilman
a16935c44c 5.3.0-alpha.14 changelog 2019-10-08 17:51:36 +08:00
Michael Shilman
f3955c2288
Addon-docs: support vue inline rendering (#7929)
Addon-docs: support vue inline rendering
2019-10-08 17:49:50 +08:00
Michael Shilman
d35177d034 Fix iframe height 2019-10-08 17:13:37 +08:00
Michael Shilman
b53ebe007e Remove extra import 2019-10-08 16:57:25 +08:00
Michael Shilman
1aa7c0e9e0 Merge branch 'next' into 6706-vue-inline-rendering-support 2019-10-08 16:47:28 +08:00
Norbert de Langen
fe33b93e73
add missing types for recommended addon-centered imports (#8120)
add missing types for recommended addon-centered imports

Co-authored-by: Michael Shilman <michael@lab80.co>
Co-authored-by: Norbert de Langen <ndelangen@me.com>
2019-10-08 10:46:42 +02:00
Michael Shilman
a2a1cf8e14
Remove unused import 2019-10-08 15:58:09 +08:00
Gaëtan Maisse
38d8c4f32f
Merge pull request #7674 from storybookjs/ts-migration/addon-storyshots
Migrate addon storyshots to TS
2019-10-08 08:38:49 +02:00
dependabot-preview[bot]
0b3e93d5a5
Bump react-test-renderer from 16.10.1 to 16.10.2
Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) from 16.10.1 to 16.10.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.10.2/packages/react-test-renderer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 06:25:53 +00:00
dependabot-preview[bot]
fbbdcc324a
Bump @types/lodash from 4.14.141 to 4.14.142
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.141 to 4.14.142.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-08 06:18:43 +00:00
Gaëtan Maisse
aad29ed53d feat: use puppeteer-core instead of puppeteer
`puppeteer-core` package is a version of `puppeteer` that doesn't download Chromium by default.
It looks like chromium is not directly used here as it was only a `peerDependencies` or an `optionalDependencies`.
So I moved to `puppeteer-core` to be able to compile TS sources of this addon without downloading Chromium at every `yarn install`
2019-10-08 08:13:29 +02:00
Gaëtan Maisse
16170f2d96 fix: fix react-native string used in framework check of imageSnapshot
Framework name should match the one used in framework loader (in this case React Native loader: https://github.com/storybookjs/storybook/pull/7674/files#diff-d72af9277db9c8a6cb1b3595750de8c4R9)
2019-10-08 08:12:51 +02:00
Gaëtan Maisse
de01450d4f refactor: improve storyshot-core typings 2019-10-08 08:12:49 +02:00
Gaëtan Maisse
2f13904faa doc: fix storyshots-puppeteer README, so of the examples were not aligned with puppeteer attributes anymore 2019-10-08 08:12:26 +02:00
Gaëtan Maisse
7dc87d7fb7 refactor: improve typings of addon-storyshots-puppeteer 2019-10-08 08:12:23 +02:00
Gaëtan Maisse
5352afb075 refactor: move all files of addon-storyshots-puppeteer to TS 2019-10-08 08:11:52 +02:00
Gaëtan Maisse
8cbabb5873 chore: add tsconfig in storyshots-puppeteer 2019-10-08 08:11:51 +02:00
Gaëtan Maisse
f8218911a7 refactor: improve typings of some base classes of storyshots-core 2019-10-08 08:11:51 +02:00
Gaëtan Maisse
bc8f5bd49e refactor: use reduce instead of flatMap because it is not available in Node 8 2019-10-08 08:11:51 +02:00
Gaëtan Maisse
6127e38fc1 refactor: used names export instead of default one for Stories2SnapsConverter 2019-10-08 08:11:51 +02:00
Gaëtan Maisse
a1680b9c6a refactor: extract SupportedFramework and use it to improve typings of storyshots options 2019-10-08 08:11:51 +02:00
Gaëtan Maisse
ce764101c7 refactor: move vue loader of addon-storyshots framework part to TS 2019-10-08 08:11:51 +02:00
Gaëtan Maisse
5a7bb142a4 refactor: move svelte loader of addon-storyshots framework part to TS 2019-10-08 08:11:51 +02:00
Gaëtan Maisse
a8262f9b2a refactor: rename 'rn' folder to 'react-native'
Make react native folder name and so loader name consistent with others and also with storyshot "framework" option (that support 'react-native' string)
2019-10-08 08:11:50 +02:00
Gaëtan Maisse
aff52bbcd9 refactor: move react native loader of addon-storyshots framework part to TS 2019-10-08 08:11:50 +02:00
Gaëtan Maisse
54a7e9b7b1 refactor: move riot loader of addon-storyshots framework part to TS 2019-10-08 08:11:50 +02:00
Gaëtan Maisse
3f782db307 refactor: move react loader of addon-storyshots framework part to TS 2019-10-08 08:11:50 +02:00
Gaëtan Maisse
001315ff0e refactor: move preact loader of addon-storyshots framework part to TS 2019-10-08 08:11:50 +02:00
Gaëtan Maisse
1169a74301 refactor: move html loader of addon-storyshots framework part to TS 2019-10-08 08:11:50 +02:00
Gaëtan Maisse
892ab2cb71 refactor: move angular loader in addon-storyshots framework part to TS 2019-10-08 08:11:49 +02:00
Gaëtan Maisse
83e9b5f1ab feat: make frameworkerLoader load both JS and TS loaders as they will be migrated to TS 2019-10-08 08:11:49 +02:00
Gaëtan Maisse
f1fd558083 refactor: move addon-storyshots framework base file to TS and types them 2019-10-08 08:11:49 +02:00