14170 Commits

Author SHA1 Message Date
Bart Waardenburg
d22d42cc3e feat: Added preact framework support 2018-11-25 01:26:54 +01:00
Bart Waardenburg
7eb89809b1 feat: Added preact framework support 2018-11-25 01:22:46 +01:00
Igor
5a85889e5e
Merge pull request #4836 from storybooks/react/cra-integration-fixes
React - use babel presets/plugins based on CRA.
2018-11-24 22:07:01 +02:00
igor-dv
c331ec8160 Set docgen to the end 2018-11-24 21:18:11 +02:00
igor-dv
c8cf219e43 Bring back babel-preset-react-app 2018-11-24 21:13:13 +02:00
igor-dv
a452c860aa Move test + try to fix 2018-11-24 20:35:15 +02:00
igor-dv
328a1eb96a Support CRA's new format of webpack.config 2018-11-24 20:28:01 +02:00
igor-dv
012bfa7364 Use "fs" to check if the r-s/pkg.json exists 2018-11-24 20:04:37 +02:00
igor-dv
8ac0ebc294 Merge remote-tracking branch 'origin/next' into react/cra-integration-fixes 2018-11-24 19:48:38 +02:00
Igor
b287a99fad
Merge pull request #4838 from storybooks/core/fix-mangle
Core - do not mangle on production build
2018-11-24 19:40:08 +02:00
Michael Shilman
bb3a431b0b doc-dependencies:update is a valid label that we ignore 2018-11-25 02:29:16 +09:00
igor-dv
842dcc72b6 Refactor fallback in CRA preset a bit 2018-11-24 14:28:11 +02:00
igor-dv
55946c4dae Move svgr and dynamic-imports to cra setup 2018-11-24 12:29:01 +02:00
igor-dv
ef18eb08fc Fallback to regular react-scripts in case it fails on a custom 2018-11-24 12:27:42 +02:00
igor-dv
3a0294945f TeamCity change in 'Open-source projects / Storybook' project: 'Marko' build configuration settings were updated 2018-11-24 08:59:54 +00:00
igor-dv
badd71f40d TeamCity change in 'Open-source projects / Storybook' project: 'Marko' build configuration settings were updated 2018-11-24 08:47:23 +00:00
igor-dv
a8381d1602 Set sourceMap for minimizer. 2018-11-24 01:29:13 +02:00
igor-dv
f349feddca Use "terser-webpack-plugin" instead of "uglifyjs-webpack-plugin" like webpack does
e1df721fd7/lib/WebpackOptionsDefaulter.js (L306)
2018-11-24 00:51:24 +02:00
igor-dv
a19a2bcdf5 We should use UglifyJsPlugin on a producion build but without mangling 2018-11-23 23:27:56 +02:00
igor-dv
1aa4dce7f7 Do not use UglifyJsPlugin for production 2018-11-23 22:01:41 +02:00
igor-dv
4544359ec7 Use CRA's fileTransformer to import svgs 2018-11-23 21:03:11 +02:00
igor-dv
78bc9d7770 Delete index.js 2018-11-23 20:39:22 +02:00
igor-dv
be70a9ecc6 Fix some warnings + separate stories 2018-11-23 20:35:35 +02:00
igor-dv
9e29f89096 Merge remote-tracking branch 'origin/next' into react/cra-integration-fixes 2018-11-23 19:57:41 +02:00
Igor
41652b36b3
Merge pull request #4837 from storybooks/fix-snapshots
Fix snapshots to use "emotion/snapshot-serializer"
2018-11-23 19:40:27 +02:00
igor-dv
c8452d6ee1 Fix snapshots to use emotion/snapshot-serializer 2018-11-23 17:02:51 +02:00
igor-dv
bccb39d9a3 Use "babel-plugin-dynamic-import-node" for tests 2018-11-23 16:22:33 +02:00
igor-dv
36a044649c Support svgr 2018-11-23 15:44:16 +02:00
igor-dv
47a9aa32bd Add dynamic import example 2018-11-23 13:00:13 +02:00
igor-dv
fb6c71fb9e Fix options warning 2018-11-23 12:59:34 +02:00
igor-dv
159ab43713 Change babel default preset in react app to use babel configuration like in CRA. 2018-11-23 12:14:51 +02:00
Gytis Vinclovas
1e4a8e5285
Merge pull request #4730 from storybooks/dependabot/npm_and_yarn/examples-native/crna-kitchen-sink/jest-expo-tw-31.0.0
Update jest-expo requirement from ^30.0.0 to ^31.0.0 in /examples-native/crna-kitchen-sink
2018-11-23 11:30:38 +02:00
Gytis Vinclovas
a8b2649c0a
Merge pull request #4806 from elucaswork/feat/rn-add-filter-bar
feat(react-native): Add ability to filter story list from React-Native
2018-11-23 10:53:36 +02:00
Michael Shilman
9bdd2fb6bf Merge pull request #4828 from bertho-zero/patch-1
addon-storyshots-puppeteer: fix peerDependencies
2018-11-23 16:08:20 +09:00
Estevão Lucas
d0d0eba29d change from Fragment to View and add disableFullscreenUI 2018-11-22 22:18:01 -05:00
Estevão Lucas
2fe9e71120 fix: only disable KeyboardAvoidingView with shouldDisableKeyboardAvoidingView param on preview tab 2018-11-22 22:18:01 -05:00
Estevão Lucas
54ccc611db remove KeyboardAvoidingView from addons wrapper 2018-11-22 22:18:00 -05:00
Estevão Lucas
5d1dac6f2e feat: wrap storybook on react-native with KeyboardAvoidingView 2018-11-22 22:18:00 -05:00
Estevão Lucas
709cf9c260 feat(react-native): add filter bar 2018-11-22 22:17:59 -05:00
Michael Shilman
3b45a5920b Merge pull request #4830 from aliceyoung9/patch-1
little documentation fix
2018-11-22 22:29:21 +08:00
Igor
82c1f6c58c
Merge pull request #4822 from Atekon/html-element-reuse
Don't change rootElement when received node is the same
2018-11-22 13:27:11 +02:00
igor-dv
2f08749ef0 Revert "Update LICENSE"
This reverts commit 69fc0517074634dd792f4b10d968a6c3a8244842.
2018-11-22 12:07:50 +02:00
Atekon
5a33ea024d Don't change rootElement when received node is the same 2018-11-22 09:32:46 +00:00
Michael Shilman
d507e2edaa v4.1.0-alpha.7 v4.1.0-alpha.7 2018-11-22 12:33:15 +08:00
Michael Shilman
b19077c836 4.1.0-alpha.7 changelog 2018-11-22 12:32:39 +08:00
Michael Shilman
c8b9d0d0b4 Reduce jest image size 2018-11-22 12:30:28 +08:00
Michael Shilman
8a9c0db4fd v4.1.0-alpha.6 v4.1.0-alpha.6 2018-11-22 12:05:40 +08:00
Michael Shilman
56e918f1b0 4.1.0-alpha.6 changelog 2018-11-22 12:05:14 +08:00
Michael Shilman
337eac8671 v4.1.0-alpha.5 v4.1.0-alpha.5 2018-11-22 11:53:10 +08:00
Michael Shilman
98d1629bbe 4.1.0-alpha.5 changelog 2018-11-22 11:52:22 +08:00