Commit Graph

872 Commits

Author SHA1 Message Date
Satyajit Sahoo
6a065c7ef0 chore: fix building docs for 1.0 2019-01-08 01:15:32 +01:00
Satyajit Sahoo
f1be44bb10 chore: update component-docs and linaria 2019-01-08 01:00:55 +01:00
Satyajit Sahoo
e4e8d6ccd6 chore: fix snapshots 2019-01-08 01:00:55 +01:00
Julian Hundeloh
54f1ece31c feat: add smooth icon change in IconButton component (#672)
* feat: smooth icon change in `IconButton`

* test: update snapshots
2019-01-07 13:18:29 +01:00
Julian Hundeloh
1059b50d12 feat: add animated visibility for FAB (#720)
* feat: animated FAB

* feat: animated FAB

* fix: decrease hide animation duration.
2019-01-07 12:35:55 +01:00
Hamdi Wanis
00cc575020 fix: textInput label wrong position in RTL (#721) 2019-01-07 10:35:50 +01:00
Satyajit Sahoo
38b729597a chore: release 2.4.0 v2.4.0 2018-12-19 13:38:51 +01:00
Satyajit Sahoo
23cdb3cd20 fix: disable ripple effect on Android P
Ripple effect has a lot of issues on Android P https://github.com/facebook/react-native/issues/6480

Let's disable it for now and figure out how to fix/workaround it
2018-12-19 13:37:58 +01:00
Rajendran Nadar
79e1ef2282 feat: add onpress prop for appbar content (#700) 2018-12-18 13:46:04 +05:30
Satyajit Sahoo
c80ca3fa26 chore: use babel-test for testing the babel plugin 2018-12-17 18:32:09 +01:00
Satyajit Sahoo
b859cb28f7 chore: release 2.3.0 v2.3.0 2018-12-10 12:56:17 +01:00
Satyajit Sahoo
23b963b3d6 fix: rename right to numeric for tables 2018-12-10 12:54:26 +01:00
Erkan Ertürk
3a8ca88113 docs: fix typo in AppbarContent.js (#692) 2018-12-10 12:28:32 +01:00
Rajendran Nadar
b0e9261a13 chore: ask for expo sdk ver and repro (#685) 2018-12-10 12:27:39 +01:00
Rajendran Nadar
ae9cc91fbf feat: ability to change button text case (#674) 2018-12-10 12:23:09 +01:00
Antonio Moreno Valls
c0f7f90e67 feat: ToggleButton component (#575) 2018-12-10 12:17:18 +01:00
KevinG
0ad98f3bf2 fix: pass down testID from Card props to Touchable for Detox tests (#683) 2018-11-27 12:29:34 +01:00
Julian Hundeloh
68a5b78ac1 feat: DataTable component (#446) 2018-11-27 12:29:01 +01:00
Satyajit Sahoo
3bcda083ba chore: release 2.2.8 v2.2.8 2018-11-23 16:21:06 +01:00
Satyajit Sahoo
268b7bb56a docs: fix vector icons on snack.expo.io. fixes #675 2018-11-23 16:18:48 +01:00
KevinG
da9f234343 fix: pass down testID from chip props to touchable for Detox tests. (#661) 2018-11-22 18:19:26 +01:00
ferrannp
903afcca71 chore: release 2.2.7 v2.2.7 2018-11-22 16:54:32 +01:00
ferrannp
7b52832702 fix: fix flow errors 2018-11-22 16:47:45 +01:00
Ferran Negre
47d9b0ddfa Update types.js 2018-11-22 16:24:41 +01:00
Rajendran Nadar
57fc5ecaab chore: fix ambiguous resolution (#654)
* chore: upgrade expo-cli to v2.3.8

* fix :ambiguous module resolution

* fix: normal-regex to escape-string-regex
2018-11-22 12:14:45 +01:00
aaska
a3c3a9dfe0 updating typescript definition for Drawer.Item (#667) 2018-11-22 12:12:02 +01:00
Satyajit Sahoo
1d9340954f chore: release 2.2.6 v2.2.6 2018-11-21 11:49:34 +01:00
Julian Hundeloh
e1b81c2f42 fix: do not pass on elevation as property (#664)
### Motivation

Otherwise the `elevation` prop will be passed on to `Animated.View` in `Surface` component and cause this warning on web: You are setting the style `{ elevation: ... }` as a prop. You should nest it in a style object. E.g. `{ style: { elevation: ... } }`

### Test plan

n/a
2018-11-21 11:25:18 +01:00
Shen Junru
eb153f9840 fix: fix TouchableRipple props types for typescript (#662)
Fix TouchableRipple props types
2018-11-20 17:06:35 +01:00
Satyajit Sahoo
ef674181cd chore: release 2.2.5 v2.2.5 2018-11-18 08:33:49 +01:00
Luís
60afd02df0 fix: TextInput align top with multiline (#651) 2018-11-13 14:32:16 +01:00
Satyajit Sahoo
50cd9f69ee chore: release 2.2.4 v2.2.4 2018-11-08 17:26:44 +01:00
Satyajit Sahoo
dec191f5c7 refactor: export types from the main entry instead of /types 2018-11-08 17:26:19 +01:00
Satyajit Sahoo
f295272bf8 fix: use exact types when possible 2018-11-08 17:26:19 +01:00
Satyajit Sahoo
0294209504 fix: merge types with the props of the component used internally 2018-11-08 17:26:19 +01:00
Satyajit Sahoo
aee06f3638 fix: fix chip snapshot tests 2018-11-08 16:39:58 +01:00
Satyajit Sahoo
a95eb10a48 fix: don't pass all props down to Text 2018-11-08 16:39:23 +01:00
Shen Junru
a87c1dd85b fix: connect ts declaration with @types/react-native (#627)
* fix: connect ts declaration with @types/react-native

* fix: ts declaration

* fix: ts declaration
2018-11-08 10:32:53 +01:00
Satyajit Sahoo
466c2fc2f4 chore: release 2.2.3 v2.2.3 2018-11-07 12:39:31 +01:00
Satyajit Sahoo
38b14c1bf2 fix: add a check to ensure Jest doesn't throw error. closes #644 2018-11-07 12:38:35 +01:00
Satyajit Sahoo
2e23161ea3 chore: release 2.2.2 v2.2.2 2018-11-06 15:41:08 +01:00
Satyajit Sahoo
e31a33e92d fix: fix textinput not animating on changing error. fixes #611 2018-11-06 15:40:25 +01:00
Satyajit Sahoo
77fb950de3 docs: update the guides for latest React Native 2018-11-06 15:34:22 +01:00
Satyajit Sahoo
caa63a7d67 chore: release 2.2.1 v2.2.1 2018-11-06 12:14:25 +01:00
Satyajit Sahoo
0f52b7c3fb fix: get version from native modules instead of haste. closes #642 2018-11-06 12:13:56 +01:00
Satyajit Sahoo
9eb0c4ade0 chore: fix rendering the logo on npm 2018-11-06 00:32:21 +01:00
Satyajit Sahoo
e541704e5d chore: release 2.2.0 v2.2.0 2018-11-05 23:26:06 +01:00
Satyajit Sahoo
4aa7addb87 fix: use new Switch API from RN >= 0.57. fixes #571 2018-11-05 23:25:20 +01:00
Satyajit Sahoo
dcc5bf12d7 test: fix list accordion snapshot 2018-11-05 23:25:19 +01:00
Dylan Companjen
124f52f598 fix: change the keyboard appearance according to theme (#593)
If the dark theme is active, currently there is still a light keyboard shown (iOS).
2018-11-05 22:23:45 +01:00