425 Commits

Author SHA1 Message Date
kazuya kawaguchi
0dd7b95353
👕 refactor(eslint): fix lint errors 2017-10-09 02:53:45 +09:00
kazuya kawaguchi
56e3602cbf
improvement(cli): setup JSX configration for Vue 2017-10-09 01:40:48 +09:00
Filipp Riabchun
f3e4068a5e Merge branch 'master' into react-modal-2.4.1-14.0.0-lib--ui 2017-10-07 00:03:44 +02:00
Dependencies.io Bot
6224295b7a Update react-modal from 2.3.3 to 2.4.1 in lib/ui 2017-10-06 16:22:51 +00:00
Dependencies.io Bot
ce0f0de99c Update react-icons from 2.2.5 to 2.2.7 in lib/ui 2017-10-06 16:21:24 +00:00
Dependencies.io Bot
f32a439521 Update react-modal from 2.3.2 to 2.3.3 in lib/ui 2017-10-04 21:46:15 +00:00
hypnos
ea99cdd5f3 Fix sidebar header wrapping 2017-10-04 01:24:04 +03:00
hypnos
37d81de583 Use a single enzyme dependency 2017-10-04 00:20:18 +03:00
Michael Shilman
3f97c6f175 v3.2.12 2017-10-03 00:29:46 +02:00
Michael Shilman
5450f7dc84 Remove open collective notice from storybook install 2017-10-02 18:29:42 +02:00
hypnos
2e8240d176 Fix/suppress current eslint warnings.
Raise `import/no-unresolved` and `import/extensions` to error level
everywhere except `docs`
2017-10-02 01:40:46 +03:00
igor
6f3580f401 Fix stories_tree/index.test.js 2017-09-30 17:21:57 +03:00
Filipp Riabchun
f152c0dcb6 Merge branch 'master' into ndelangen/upgrade-react 2017-09-30 06:21:30 -07:00
Norbert de Langen
98e066388c Merge branch 'master' into ndelangen/upgrade-react 2017-09-29 23:39:29 +02:00
Norbert de Langen
02c6198a8b UPGRADE react & friends && UPGRADE other dependencies 2017-09-29 23:36:38 +02:00
hypnos
2f53feb64a Use yarn workspaces on master 2017-09-29 23:00:47 +03:00
hypnos
1c2ca25464 Run eslint --fix on master 2017-09-29 02:13:59 +03:00
Michael Shilman
33977480e7 v3.2.11 2017-09-27 00:53:29 +02:00
hypnos
630968ea4b Update react-inspector to fix #1831 2017-09-25 00:12:21 +03:00
Michael Shilman
748e5959ec v3.2.10 2017-09-22 22:42:13 +01:00
hypnos
b786d61628 Fix linting 2017-09-16 17:57:15 +03:00
Norbert de Langen
54c7dc959d Merge branch 'master' into codemod 2017-09-06 15:13:28 +02:00
Norbert de Langen
db96f28d0f UPGRADE root dependencies and SYNC with packages 2017-09-06 01:54:21 +02:00
Norbert de Langen
d0b752d8d3 FIX linting after prettier upgrade 2017-09-06 00:54:12 +02:00
Marshall Thompson
b0b2d06d6a Add support for Vue projects using Nuxt
This adds detection for projects using Nuxt: https://nuxtjs.org/
2017-09-04 09:30:44 -06:00
usagi.f@gmail.com
9fd92fac21 Update layout fix using flexbox 2017-08-30 16:26:45 +09:00
Dan Green
97072805fe Merge branch 'master' into fixing-warnings 2017-08-26 15:17:05 -04:00
Dan Green
eefa1ecf21 Fixed Jest warnings
All Jest warnings fixed except one in `addons/info/src/index.test.js`
2017-08-26 14:57:53 -04:00
Michael Shilman
381d4e84e2 v3.2.9 2017-08-26 08:56:30 -07:00
Michael Shilman
82a40aff7e Install @storybook/react-native in RN getstorybook 2017-08-26 00:41:26 -07:00
Norbert de Langen
8ad8f99a9b Merge branch 'master' into codemod 2017-08-26 00:11:29 +02:00
Michael Shilman
0159955ba7 v3.2.8 2017-08-23 13:55:09 -07:00
Pierrick PAUL
fded7874f8 Fix generators export
Correctly export `VUE` and `WEBPACK_REACT` generators
2017-08-23 21:43:42 +02:00
Michael Shilman
c6a690e037 v3.2.7 2017-08-23 09:23:41 -07:00
Norbert de Langen
c291483d9c Merge pull request #1714 from storybooks/cli-ensure-proptypes
CLI (React Native): ensure having an explicit dependency on `prop-types`
2017-08-23 07:16:10 +02:00
hypnos
a81b53fd13 Fix rest of lint errors 2017-08-23 03:44:20 +03:00
hypnos
2188121c53 CLI (React Native): ensure having an explicit dependency on prop-types 2017-08-23 02:45:50 +03:00
hypnos
4bcff45de0 Revert "CLI (React Native): ensure having an explicit dependency on prop-types"
This reverts commit cfc8bf070a1cd3635a31884012d13d114d1c2b6f.
2017-08-23 02:44:40 +03:00
hypnos
cfc8bf070a CLI (React Native): ensure having an explicit dependency on prop-types 2017-08-23 02:43:52 +03:00
hypnos
0e33495a95 Merge remote-tracking branch 'upstream/master' into stricter-lint-imports
# Conflicts:
#	examples/crna-kitchen-sink/storybook/stories/Button/index.android.js
#	examples/crna-kitchen-sink/storybook/stories/Button/index.ios.js
#	examples/crna-kitchen-sink/storybook/stories/CenterView/index.js
#	examples/crna-kitchen-sink/storybook/stories/Welcome/index.js
#	examples/react-native-vanilla/storybook/stories/Button/index.android.js
#	examples/react-native-vanilla/storybook/stories/Button/index.ios.js
#	examples/react-native-vanilla/storybook/stories/CenterView/index.js
#	examples/react-native-vanilla/storybook/stories/Welcome/index.js
#	lib/cli/generators/REACT_NATIVE/template/storybook/stories/Button/index.android.js
#	lib/cli/generators/REACT_NATIVE/template/storybook/stories/Button/index.ios.js
#	lib/cli/generators/REACT_NATIVE/template/storybook/stories/CenterView/index.js
#	lib/cli/generators/REACT_NATIVE/template/storybook/stories/Welcome/index.js
2017-08-22 23:23:25 +03:00
Michael Shilman
a3647be4a6 v3.2.6 2017-08-22 11:02:17 -07:00
Michael Shilman
46211e99d5 Use prop-types for RN CLI instead of deprecated react PropTypes 2017-08-22 09:59:48 -07:00
Filipp Riabchun
88ef5b2171 Merge branch 'master' into stricter-lint-imports 2017-08-22 12:50:25 +03:00
Michael Shilman
c21a88b47a v3.2.6-alpha.0 2017-08-22 00:31:44 -07:00
Norbert de Langen
49514805a3 SYNC 4 dependencies between packages 2017-08-22 08:27:44 +02:00
hypnos
c0dc8212d3 Merge remote-tracking branch 'upstream/master' into stricter-lint-imports 2017-08-20 18:29:47 +03:00
igor
35a672b1c8 Set fallback in render 2017-08-20 17:34:19 +03:00
igor
07743a7ebd Remove ref from the text_filter 2017-08-20 15:10:49 +03:00
Filipp Riabchun
a62becad57 Merge branch 'master' into improve-search-and-highlighting 2017-08-20 14:12:48 +03:00
igor
ea8ef2c25b Merge remote-tracking branch 'origin/master' into improve-search-and-highlighting 2017-08-20 07:55:54 +03:00