Satyajit Sahoo
3bcda083ba
chore: release 2.2.8
2018-11-23 16:21:06 +01:00
ferrannp
903afcca71
chore: release 2.2.7
2018-11-22 16:54:32 +01:00
Satyajit Sahoo
1d9340954f
chore: release 2.2.6
2018-11-21 11:49:34 +01:00
Satyajit Sahoo
ef674181cd
chore: release 2.2.5
2018-11-18 08:33:49 +01:00
Satyajit Sahoo
50cd9f69ee
chore: release 2.2.4
2018-11-08 17:26:44 +01:00
Satyajit Sahoo
466c2fc2f4
chore: release 2.2.3
2018-11-07 12:39:31 +01:00
Satyajit Sahoo
2e23161ea3
chore: release 2.2.2
2018-11-06 15:41:08 +01:00
Satyajit Sahoo
caa63a7d67
chore: release 2.2.1
2018-11-06 12:14:25 +01:00
Satyajit Sahoo
e541704e5d
chore: release 2.2.0
2018-11-05 23:26:06 +01:00
Satyajit Sahoo
5265fb4e52
chore: upgrade deps
2018-11-05 15:10:54 +01:00
Satyajit Sahoo
ec19ad1a05
chore: release 2.1.3
2018-10-11 14:29:30 +02:00
Satyajit Sahoo
1cf7ae9b1a
chore: fix publishing to npm
2018-10-11 14:27:52 +02:00
Kacper Wiszczuk
b21596c51c
fix: upgrade react-theme-provider ( #584 )
2018-10-09 12:04:26 +02:00
Satyajit Sahoo
295a7719c5
chore: generate changelog with conventional-changelog
2018-10-08 03:48:29 +02:00
Satyajit Sahoo
10cb0b201c
chore: release 2.1.2
2018-10-08 03:29:29 +02:00
Satyajit Sahoo
53b5c0f681
chore: automate release with relase-it. fixes #275
2018-10-08 03:28:02 +02:00
Kacper Wiszczuk
0837f8c2e8
fix: fix Typescript withTheme return type ( #582 )
...
Fix Typescript type for `withTheme`.
```typescript
const Wrapped = withTheme(Component);
render = () => <Wrapped theme={somePartialTheme} />
```
2018-10-07 21:56:31 +02:00
Satyajit Sahoo
6a334ad212
chore: release 2.1.1
2018-10-05 17:00:12 +02:00
Satyajit Sahoo
0c40b6e511
chore: release 2.1.0
2018-10-04 17:24:16 +02:00
Kacper Wiszczuk
9e0fe32e14
feat: add typescript support ( #561 )
2018-10-04 12:04:10 +02:00
Satyajit Sahoo
7b27b7cde7
chore: release v2.0.1
2018-09-05 11:02:21 +02:00
Satyajit Sahoo
00361a063c
chore: release v2.0.0-alpha.9
2018-09-02 21:13:27 +02:00
Satyajit Sahoo
e0086991a7
chore: release v2.0.0-alpha.8
2018-09-01 14:01:10 +02:00
Satyajit Sahoo
787379005a
chore: release v2.0.0-alpha.7
2018-07-25 15:04:01 +02:00
Jakub Kłobus
2c27321968
refactor: use @callstack/react-theme-provider
2018-07-25 15:02:43 +02:00
Satyajit Sahoo
091938ca13
chore: release v2.0.0-alpha.6
2018-06-12 11:17:28 +02:00
Satyajit Sahoo
befa1b0e29
chore: release v2.0.0-alpha.5
2018-06-12 11:14:35 +02:00
Satyajit Sahoo
a218aa0235
fix: publish types to npm
2018-06-06 13:37:54 +02:00
Satyajit Sahoo
adb970d968
chore: release v2.0.0-alpha.4
2018-06-05 14:23:20 +02:00
Satyajit Sahoo
d131912533
chore: release v2.0.0-alpha.3
2018-06-04 16:36:26 +02:00
Satyajit Sahoo
a5a01e27d9
chore: release v2.0.0-alpha.2
2018-06-04 15:47:43 +02:00
Satyajit Sahoo
e7393aff8c
chore: release v2.0.0-alpha.1
2018-06-03 23:47:48 +02:00
Satyajit Sahoo
8959640f56
chore: upgrade deps
2018-05-31 07:44:55 +02:00
Satyajit Sahoo
160e36d1d2
chore: release v2.0.0-alpha.0
2018-05-26 02:14:31 +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