740 Commits

Author SHA1 Message Date
ferrannp
e9cef2a71b chore: release 2.13.0 v2.13.0 2019-03-11 14:52:05 +01:00
Ferran Negre
2ca0b6079a fix: make sure to remove BackHandler listener on Modal (#912) 2019-03-11 14:27:18 +01:00
Satyajit Sahoo
503223b5ca chore: ignore some deps for greenkeeper 2019-03-08 14:34:58 +01:00
Taym Haddadi
0acc5e48da fix: makes Snackbar handle Infinity duration properly. (#901)
* fix: do not add a setTimeout if Infinity is passed as duration

* fix: check positive and negative infinity

* fix: fix lint
2019-03-07 17:05:52 +02:00
Dawid
8042c309e6 docs: improve contentStyle prop description in Button (#900)
Adds info about customizing height and width of button via contentStyle prop to prop description.
2019-03-07 12:14:50 +01:00
Ferran Negre
27c77a3330 docs: unify code of conduct (#899) 2019-03-07 11:40:03 +01:00
Ferran Negre
390981fd98 docs: update Callstack links (#898) 2019-03-07 11:39:50 +01:00
Julian Hundeloh
908fe6b444 fix: make onDismiss optional for Dialog and Modal (#890) 2019-03-07 12:24:40 +02:00
Michał Pierzchała
d8171c750b docs: add callstack-badge and note to readme (#895)
Giving more recognition to Callstack
2019-03-06 19:51:26 +01:00
Julian Hundeloh
d81de72938 fix: add onLongPress prop to typescript types (Card) (#892) 2019-03-05 18:16:59 +02:00
Richard Lindhout
d387aab9e2 feat: add option to change input style in searchbar (#884)
https://www.slashgear.com/gmail-app-android-ios-material-design-update-released-21566652/
```
<Searchbar
  placeholder={'Zoeken'}
  onChangeText={this.props.onSearch}
  style={{
    shadowOpacity: 0.07,
    elevation: 2,
  }}
  inputStyle={{
    fontSize: 16,
  }}
  value={value}
  icon={icon}
  onIconPress={this._onMenu}
/>
```


Before:
![9219e44b-52f7-4f5a-b017-62d0b578d9c5](https://user-images.githubusercontent.com/6492229/53686058-f62f7b00-3d22-11e9-9ee3-6c21005e75e1.jpeg)

After:
![e77f1c71-b3af-451a-af15-b9a43992c1be](https://user-images.githubusercontent.com/6492229/53686050-dbf59d00-3d22-11e9-9b82-3718cde31b51.jpeg)


Related pull request:
https://github.com/callstack/react-native-paper/pull/861
2019-03-04 19:56:45 +01:00
Satyajit Sahoo
19238824a8 chore: upgrade component-docs 2019-03-01 15:07:53 +01:00
Óscar Carretero
e2b4ba4da7 feat: add ListSubheader component (#739)
* feat: add ListSubheader component

* feat: update ListSection in order to use ListSubheader

The `title` property is set as deprecated.

* test: update ListSection tests

* docs: update ListSection example

* feat: add ListSubheader typings

* docs: add ListSubheader usage example

* test: update snapshot

* refactor: remove  warning

* fix: revert styles
2019-03-01 12:48:17 +02:00
Satyajit Sahoo
3765a079c8 chore: release 2.12.0 v2.12.0 2019-02-27 01:10:02 +01:00
Satyajit Sahoo
4754e098ec chore: upgrade component-docs 2019-02-26 13:35:40 +01:00
Raphael Araújo
ee7cc5d5a9 docs: add documentation to use react-native-paper with CRA (#874) 2019-02-26 13:19:27 +01:00
R M
53e3bae7e3 feat: add a contentStyle prop to Button 2019-02-25 19:03:29 +01:00
Satyajit Sahoo
c17f477df3 chore: upgrade component-docs 2019-02-24 22:43:57 +01:00
Taym Haddadi
f9a094918b feat: add numberOfLines prop to DataTableTitle (#863)
Closes #848
2019-02-22 17:10:35 +01:00
Taym Haddadi
8afb7d68c1 docs: add onLongPress to TouchableRipple (#862)
Closes #849
2019-02-22 15:46:23 +01:00
Satyajit Sahoo
224cdbcc8e chore: upgrade component-docs 2019-02-22 02:54:48 +01:00
Trancever
f7d370f3de fix: fix visiblity prop in SNackbar and Modal 2019-02-21 15:39:59 +01:00
Travis Collins
d29eb93d02 fix: pass down accessible from Card props to Touchable for Appium tests (#812) 2019-02-21 14:21:43 +01:00
Dawid
ade8d27a1e fix: makes FAB not pressable when initialy not visible (#858) 2019-02-21 14:13:52 +01:00
Satyajit Sahoo
7a4966dfed docs: update instructions for running the example app 2019-02-19 23:08:47 +01:00
Satyajit Sahoo
c108aafa6d docs: upgrade component docs and redesign landing page 2019-02-19 00:40:34 +01:00
Pedro Henrique
0780e9b3c1 fix: update typescript types for button (#847)
Add uppercase property
2019-02-18 16:08:51 +05:30
Julian Hundeloh
75e7c52991 fix: fix typescript types (Avatar, ProgressBar) (#842)
* fix: update types

* fix: fix typo
2019-02-17 13:27:44 +02:00
Trancever
3e915be824 chore: release v2.11.1 2019-02-14 20:05:18 +01:00
Grzegorz Gawrysiak
e171acdc27 fix: Add SafeAreaView to FAB Group (#831) v2.11.1 2019-02-14 20:45:19 +02:00
Guilherme Lisboa
7fbd6b7902 fix: fix typings for cards.d.ts (#840) 2019-02-14 18:01:32 +01:00
Satyajit Sahoo
45a1e5ca55 chore: use commitlint for validating commit message 2019-02-14 17:04:35 +01:00
buncis
3983edd0bf fix: update TextInput Typing (#833) 2019-02-12 20:22:00 +01:00
Julian Hundeloh
b4490cfda0 fix: set number of lines to 1 in Card.Title (#821) 2019-02-11 16:06:14 +01:00
Grzegorz Gawrysiak
13d51c0b47 docs: Add new showcase project (#829) 2019-02-09 13:56:34 +01:00
Satyajit Sahoo
287d25a9a9 docs: update contributors list 2019-02-09 02:10:19 +01:00
allcontributors[bot]
fd553585b9 docs: update .all-contributorsrc 2019-02-09 01:57:23 +01:00
allcontributors[bot]
ccce6f447a docs: update README.md 2019-02-09 01:57:23 +01:00
allcontributors[bot]
4bdd0ca546 docs: add jaulz as a contributor (#824) 2019-02-09 01:53:51 +01:00
Julian Hundeloh
baaf3694f2 fix: optimize Avatar.Icon look (#817)
* fix: optimize Avatar.Icon look

* fix: reduce icon size to 60%
2019-02-08 22:13:58 +01:00
Dawid
beb37a2739 fix: textinput label position. (#822) 2019-02-08 11:45:18 +01:00
Satyajit Sahoo
d7f1a790ac chore: release 2.11.0 v2.11.0 2019-02-06 20:33:15 +01:00
Satyajit Sahoo
699ee6c250 fix: fix applying elevation to Appbar 2019-02-06 20:32:25 +01:00
Satyajit Sahoo
cfd08988ad fix: properly center arrow in accordion. fixes #763 2019-02-06 20:16:42 +01:00
Satyajit Sahoo
ca9fef071d fix: ignore pointer events on input outline. fixes #765 2019-02-06 20:10:57 +01:00
Satyajit Sahoo
5258ac131e feat: add a selectionColor prop to TextInput 2019-02-06 19:42:16 +01:00
Satyajit Sahoo
bd512f3bbc fix: only log icon load error when trying to use an icon. closes #818 2019-02-06 18:28:24 +01:00
Julian Hundeloh
8d48402f85 fix: collapsed content in DataTable (#816) 2019-02-06 16:15:05 +01:00
Julian Hundeloh
3df26e4d51 fix: disable unpressable DataTable title (#756) 2019-02-06 15:16:04 +01:00
Julian Hundeloh
ad6f253df8 feat: add card title component (#796)
* feat: card title

* fix: add action prop

* fix: harmonize props with List.Item

* fix: set fixed width of left element

* fix: optimize height
2019-02-06 10:21:01 +01:00