Michael Shilman
41e08a338e
Fix link ( #8378 )
...
Fix link
2019-10-11 06:39:16 +08:00
Michael Shilman
99d2779b07
Fix link
2019-10-11 06:38:38 +08:00
Michael Shilman
aa75ff48ba
Update button.svelte ( #8369 )
...
Update button.svelte
2019-10-11 00:04:03 +08:00
Michael Shilman
996bf40a95
Fix typo in writing stories section ( #8374 )
...
Fix typo in writing stories section
2019-10-10 23:58:08 +08:00
Halit Ogunc
a489d57297
Fix typo in writing stories section
2019-10-10 17:23:23 +02:00
Michael Shilman
65522e8eff
Update README.md
2019-10-10 17:33:51 +08:00
Michael Shilman
d63732040d
Update button.svelte
2019-10-10 17:09:59 +08:00
Michael Shilman
3f3b6a8fc1
Fix typo in Introduction: React UI Testing page ( #8359 )
...
Fix typo in Introduction: React UI Testing page
2019-10-10 15:12:04 +08:00
Michael Shilman
a72375e4b3
5.3.0-alpha.17 next.json version file
2019-10-10 13:03:22 +08:00
Michael Shilman
6c69ff9d78
Update version.ts
2019-10-10 13:00:49 +08:00
Michael Shilman
e1150b9396
v5.3.0-alpha.17
v5.3.0-alpha.17
2019-10-10 12:45:47 +08:00
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
Michael Shilman
30e5381360
Fix typo in duplicated story warning ( #8341 )
...
Fix typo in duplicated story warning
2019-10-09 00:37:47 +08: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
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