72 Commits

Author SHA1 Message Date
Satyajit Sahoo
94c937448e chore: release v1.9.2 2018-06-03 16:38:24 +02:00
Satyajit Sahoo
8974cd14c2 chore: upgrade deps 2018-05-26 14:18:56 +02:00
Satyajit Sahoo
1924945f9f chore: release v1.9.1 2018-05-26 02:04:29 +02:00
Satyajit Sahoo
204604aa7e chore: release v1.9.0 2018-05-26 02:00:01 +02:00
Satyajit Sahoo
bdf7e75792 chore: release v1.8.0 2018-05-24 18:59:55 +02:00
Satyajit Sahoo
9ccf641eb4 chore: release v1.7.0 2018-05-07 11:57:13 +02:00
Satyajit Sahoo
720f9b235d chore: release v1.6.0 2018-05-05 18:07:40 +02:00
Satyajit Sahoo
0faee986a5 fix: add back the peer dependency on vector icons
The peerDependency on vector icons was removed in #303 to support optional usage of vector icons. This was mostly due to people using react-navigation wanting to remove the dependency. However, React Navigation moved it to a separate package: https://github.com/react-navigation/react-navigation-material-bottom-tab-navigator, so the case no longer holds.

Removing the peerDependency also had the effect of removing support for vector-icons on our build on Snack since Snackager relies on peerDependencies to figure out what to install before bundling.

Adding it back to the peerDependency also means that people who use expo will get the warning since they don't need to install it. However they already get this error from any package that uses react-native-vector-icons and there's no good way to handle it.

Another effect is that people who use babe-plugin-optional-require to exclude vector icons will still get the warning for peer dependency. They could, however, install the package and use the 'blacklist' option to exclude it from the bundle.
2018-05-05 14:53:36 +02:00
Satyajit Sahoo
729a694149 fix: add sideEffects: false for better tree-shaking with webpack 2018-05-04 14:55:17 +02:00
Satyajit Sahoo
2af23ded98 chore: release v1.5.0 2018-05-01 11:37:59 +02:00
Satyajit Sahoo
e6ce1c4f0f chore: release v1.4.1 2018-04-23 16:46:17 +02:00
Satyajit Sahoo
0f97677ff8 chore: release v1.4.0 2018-04-19 15:57:19 +02:00
Satyajit Sahoo
7018472968 feat: make vector-icons optional. fixes #303 (#327) 2018-04-19 15:46:36 +02:00
Satyajit Sahoo
0d915596e8 chore: release v1.3.1 2018-04-18 17:41:32 +02:00
Satyajit Sahoo
db26d6c9fd chore: release v1.3.0 2018-04-18 10:53:25 +02:00
Satyajit Sahoo
6842e4bbf4 chore: release v1.2.8 2018-04-17 14:46:25 +02:00
Satyajit Sahoo
b544a42e2d feat: add babel plugin for modular imports (#309) 2018-04-17 13:59:38 +02:00
Satyajit Sahoo
a3bbb4e934 chore: update dependencies and fix flow 2018-04-17 09:07:23 +02:00
Satyajit Sahoo
888efd71f9 chore: release v1.2.7 2018-04-15 21:02:38 +02:00
Satyajit Sahoo
84a80532c5 chore: release v1.2.6 2018-04-05 13:40:42 +02:00
Satyajit Sahoo
a8137337ac refactor: don't use deprecated React lifecycles. closes #285 2018-04-05 12:07:20 +02:00
Satyajit Sahoo
b1d38e739b chore: release v1.2.5 2018-03-29 15:37:47 +02:00
Satyajit Sahoo
b136cbaac9 chore: run yarn in root folder on bootstrap 2018-03-29 11:28:28 +02:00
Satyajit Sahoo
8a5ccde22d chore: release v1.2.4 2018-03-19 11:39:25 +01:00
Satyajit Sahoo
f8eec8e84f chore: release v1.2.3 2018-03-15 17:08:06 +01:00
Satyajit Sahoo
81c887ad1d chore: release v1.2.2 2018-03-14 14:57:47 +01:00
Satyajit Sahoo
090f6fbde0 chore: run yarn test on pre-commit hook 2018-03-14 14:57:47 +01:00
Satyajit Sahoo
bae40c8fb9 chore: release v1.2.1 2018-03-13 20:38:38 +01:00
Satyajit Sahoo
27f0a60cc2 chore: release v1.1.1 2018-03-06 16:21:39 +01:00
Satyajit Sahoo
74e3228fac chore: release 1.1.0 2018-03-05 14:46:20 +01:00
Satyajit Sahoo
872efda867 chore: release 1.0.2 2018-03-03 14:39:17 +01:00
Satyajit Sahoo
1766fd10b6 refactor: use create-react-context for theming 2018-03-03 14:31:08 +01:00
Satyajit Sahoo
5a67be9a2f chore: setup jest 2018-03-02 22:18:45 +01:00
Michał Pierzchała
3e1cfa8e93 chore: use eslint-config-callstack-io (#250) 2018-02-26 13:17:25 +01:00
Satyajit Sahoo
827d87415e chore: release 1.0.1 2018-02-24 17:57:27 +01:00
Satyajit Sahoo
665f8fd801 fix: use hoist-non-react-statics 2018-02-24 17:56:25 +01:00
Satyajit Sahoo
21f0140b49 chore: release 1.0.0 🎉 2018-02-22 16:49:28 +01:00
Manjula Subhashchandra Dube
88c522d3a1 chore: add bootstrap script to run yarn (#239) 2018-02-10 18:00:17 +01:00
Satyajit Sahoo
7b08554fd8 chore: release 0.0.9 2018-02-06 10:00:29 +01:00
ferrannp
60160f998c chore: release 0.0.8 2017-12-05 11:40:10 +01:00
Satyajit Sahoo
206963adc9 chore: upgrade dependencies 2017-11-27 01:29:42 +05:30
Satyajit Sahoo
bb51586351 chore: upgrade flow and dependencies (#200) 2017-11-07 11:21:17 +01:00
ferrannp
9a38816107 docs: Rewrite contributing guide. 2017-10-19 13:57:22 +02:00
Ahmed Elhanafy
8adfa6751e feat: Dark Theme (#131)
* refactor: Add DarkTheme, new colors in theme & update components to use it

* chore: Remove 'console.log' statements

* chore: Change dark theme property from string to boolean

* feat: Add ability to toggle the theme from the drawer

* fix: Wrap typography example screen with 'withTheme'

* style: Update components to use correct dark theme colors

* style: Update dark theme primary color and rn-navigation toolbar now gets the color from the theme

* style: Add color prop to DrawerItem and update the example

* style: Change the unchecked color in both Checkbox and RadioButton

* chore: Add `yarn-error.log` to `.gitignore`

* chore: Use lodash instead of lodash.merge

* chore: Address PR comments
2017-10-13 15:29:28 +02:00
Satyajit Sahoo
658a8aeab8 chore: release 0.0.7 2017-10-02 15:14:59 +02:00
Satyajit Sahoo
6b71968b2e chore: upgrade expo and react native (#148) 2017-09-26 12:46:56 +02:00
Satyajit Sahoo
5b797a9ea5 chore: upgrade dependencies and fix flow errors 2017-08-19 07:08:40 +02:00
Satyajit Sahoo
624bdc3d1c chore: release 0.0.6 2017-08-09 16:33:01 +02:00
Satyajit Sahoo
27e5b5dc3c chore: release 0.0.5 2017-08-09 12:54:34 +02:00
Satyajit Sahoo
c23d5d3ff9 chore: use CRNA for the example 2017-07-19 04:11:22 +05:30