Michael Shilman
bc62ea3ea2
Add CRA React15 example to test back-compat
2019-04-10 11:45:16 +08:00
Michael Shilman
b6f4abf24c
Merge pull request #6473 from storybooks/fix/webpack-customization-docs
...
Improve webpack customization docs
2019-04-10 10:13:15 +08:00
Michael Shilman
04d1b7d363
Improve webpack customization docs
2019-04-10 10:10:30 +08:00
Michael Shilman
ba9ddf1211
Merge pull request #6468 from lifeiscontent/patch-2
...
Update README.md
2019-04-10 08:39:55 +08:00
Michael Shilman
0586f369f8
Update README.md
2019-04-10 08:38:20 +08:00
Michael Shilman
3a693183b6
Update README.md
2019-04-10 08:37:24 +08:00
Michael Shilman
93e668370e
Update README.md
2019-04-10 07:45:49 +08:00
Aaron Reisman
9840377f6f
Update README.md
2019-04-09 15:58:33 -07:00
Brody McKee
423edd1577
Merge pull request #5308 from storybooks/feature/cra-babel-loader
...
Use babel-loader from react-scripts
2019-04-09 17:56:50 +03:00
Michael Shilman
2c67da429f
Merge pull request #6464 from jamisuomalainen/update-addons-notes-readme-vue
...
Update addons-notes README with Vue example
2019-04-09 18:56:11 +08:00
Jami Suomalainen
fb6b098c06
Update addons-notes README with Vue example
2019-04-09 11:06:27 +02:00
Michael Shilman
6399e84d8d
5.1.0-alpha.24 next.json version file
2019-04-09 10:30:52 +08:00
Michael Shilman
6970ef8b07
Update version.ts
2019-04-09 10:28:48 +08:00
Michael Shilman
ea8b7217c3
v5.1.0-alpha.24
v5.1.0-alpha.24
2019-04-09 10:10:18 +08:00
Michael Shilman
d4da8e2bf0
5.1.0-alpha.24 changelog
2019-04-09 09:48:24 +08:00
Benoit Dion
082d915dd5
Merge pull request #6431 from storybooks/react-native/fix-notes
...
Remove channel dependency from RN notes addon
2019-04-08 17:27:09 -04:00
Brody McKee
074d0f36da
Use babel-loader from react-scripts
2019-04-08 22:06:57 +03:00
Gaëtan Maisse
bdc537e7ec
chore: bump SB devDependencies in storybook/components
2019-04-08 17:22:48 +02:00
Gaëtan Maisse
bf76760d33
Merge pull request #6095 from gaetanmaisse/ts-migration/lib-components
...
Migrate @storybook/components to TS
2019-04-08 16:46:09 +02:00
Benoit Dion
fb10a78314
Merge branch 'next' into react-native/fix-notes
2019-04-08 07:35:36 -04:00
Michael Shilman
e50ba94390
5.1.0-alpha.23 next.json version file
2019-04-08 18:34:31 +08:00
Michael Shilman
ac7627ff81
Update version.ts
2019-04-08 18:32:04 +08:00
Michael Shilman
3cb0dd5af9
v5.1.0-alpha.23
v5.1.0-alpha.23
2019-04-08 18:20:55 +08:00
Michael Shilman
ccf22d1bbc
5.1.0-alpha.23 changelog
2019-04-08 18:11:15 +08:00
Norbert de Langen
a315299d82
Merge pull request #6403 from sairus2k/ts-migration/addon-jest
...
Migrate @storybook/addon-jest to TS
2019-04-08 12:04:59 +02:00
Norbert de Langen
156a7b806f
Merge pull request #6435 from devrelm/devrelm/emotion-core-dependency
...
[bug] Move '@emotion/*' path-resolutions to the dependent package
2019-04-08 12:01:53 +02:00
Norbert de Langen
cfacc56856
Merge pull request #6395 from mortal94/fix-set-options-on-load
...
fix: Set custom options on first load
2019-04-08 11:45:40 +02:00
Michael Shilman
fc16a7c3fa
Merge pull request #6449 from antony/patch-3
...
React -> Svelte
2019-04-08 16:49:57 +08:00
Antony Jones
8ee22bc481
React -> Svelte
2019-04-08 09:45:11 +01:00
Anton Savoskin
f8db8e5cbf
Merge branch 'next' into ts-migration/addon-jest
...
# Conflicts:
# addons/jest/package.json
2019-04-08 11:01:21 +07:00
Anton Savoskin
1147dda019
chore: improve code quality in addons/jest
2019-04-08 10:59:23 +07:00
Benoit Dion
e36d2f93e2
Merge with next
2019-04-07 15:39:23 -04:00
Gaëtan Maisse
d8b085896d
Revert "refactor: rewrite some code to avoid anonymous fct in JS compiled code"
...
This reverts commit 538ee0f4 as TS is now compiled using Babel instead of tsc
2019-04-07 20:15:01 +02:00
Gaëtan Maisse
57fd6498c0
chore: disable no-literal-urls rule for specific use case
2019-04-07 20:15:01 +02:00
Gaëtan Maisse
7d1412bb81
refactor: rewrite some code to avoid anonymous fct in JS compiled code
...
It looks like TS compiler does not generate the same as babel one and so
some code must be rewrite in order to "force" TS compiler to generate JS
code that is compatible with SB codebase (and that match tests
snapshots).
2019-04-07 20:15:01 +02:00
Gaëtan Maisse
2283c73649
refactor: strongly types form
...
There are still a lot of `any`, I need to dive deep in `emotion` to
better understand how it works in order to provide good typings.
2019-04-07 20:15:00 +02:00
Gaëtan Maisse
f385faec3e
refactor: strongly types tooltip
2019-04-07 20:15:00 +02:00
Gaëtan Maisse
3444c3e2f8
refactor: strongly types typography
2019-04-07 20:15:00 +02:00
Gaëtan Maisse
dbf7a3e9dc
refactor: strongly types StoryLinkWrapper
2019-04-07 20:15:00 +02:00
Gaëtan Maisse
61758cfe9c
refactor: strongly types forms
2019-04-07 20:15:00 +02:00
Gaëtan Maisse
40e22aea5a
refactor: strongly types Placeholder
2019-04-07 20:14:59 +02:00
Gaëtan Maisse
78c6ed63ff
refactor: strongly types Tabs
2019-04-07 20:14:59 +02:00
Gaëtan Maisse
c703aa8da8
refactor: strongly types CopyableCode/SyntaxHighlighter
2019-04-07 20:14:59 +02:00
Gaëtan Maisse
ce4b453472
refactor: strongly types Spaced
2019-04-07 20:14:59 +02:00
Gaëtan Maisse
af569590db
refactor: strongly types ScrollArea
2019-04-07 20:14:58 +02:00
Gaëtan Maisse
5e1afb458f
refactor: strongly types Icon
2019-04-07 20:14:58 +02:00
Gaëtan Maisse
9831f50301
refactor: strongly types Button
2019-04-07 20:14:58 +02:00
Gaëtan Maisse
56676bf688
refactor: strongly types and fix svg of StorybookIcon and StorybookLogo
2019-04-07 20:14:58 +02:00
Gaëtan Maisse
1461fba860
refactor: strongly types FlexBar
2019-04-07 20:14:58 +02:00
Gaëtan Maisse
783d769424
refactor: strongly types Badge
2019-04-07 20:14:57 +02:00