732 Commits

Author SHA1 Message Date
Satyajit Sahoo
de79a991d4 use portal 2019-03-02 18:07:06 +01:00
Waquid Valiya Peedikakkal
a97b3cccd2 docs: added comments for more clarity on origin of constants 2019-02-21 22:46:38 +00:00
Waquid Valiya Peedikakkal
c832f3a46a fix: use simpler turnery operation so 'right' or 'left' won't be empty 2019-02-21 22:20:09 +00:00
Waquid Valiya Peedikakkal
5deb880756 fix: use the correct types in the definitions 2019-02-21 22:17:33 +00:00
Waquid Valiya Peedikakkal
35a17407a8 fix: use any instead of mixed in type definition 2019-02-20 21:58:02 +00:00
Waquid Valiya Peedikakkal
c0fe7ad7d1 fix: change prop name from button to anchor 2019-02-20 21:26:36 +00:00
Waquid Valiya Peedikakkal
3367818692 fix: use consts for disabled colors 2019-02-19 20:35:07 +00:00
Waquid Valiya Peedikakkal
b891381bbf fix: add some constants to make values more clear 2019-02-19 20:24:21 +00:00
Waquid Valiya Peedikakkal
c113e3b3af docs: more fixes to use the correct wording for clarity 2019-02-18 21:10:09 +00:00
Waquid Valiya Peedikakkal
b680668ec5 fix: update docs wording for more clarity 2019-02-18 21:04:13 +00:00
Waquid Valiya Peedikakkal
546df93ea2 fix: moved docs markup to be above the class definition 2019-02-18 20:13:52 +00:00
Waquid Valiya Peedikakkal
b300e8d91d fix: import order to be in alphabetical order 2019-02-18 06:34:31 +00:00
Waquid Valiya Peedikakkal
6e3c611109 feat: initial attempt at creating ts typings 2019-02-17 22:33:15 +00:00
Waquid Valiya Peedikakkal
c06684e8cf fix: remove unneeded AnimatedSurface 2019-02-17 20:42:28 +00:00
Waquid Valiya Peedikakkal
6325e77916 fix: moved example to new 'Examples' directory 2019-02-17 20:40:57 +00:00
Waquid Valiya Peedikakkal
7dcad3ff0e fix: import path which was broke during rebase 2019-02-17 20:38:19 +00:00
iyad
70025b478b fix: fixed flow errors 2019-02-17 19:31:59 +00:00
iyad
a398bd872a feat: Menu component 2019-02-17 19:31:59 +00:00
iyad
822570c9fc feat: Menu component 2019-02-17 19:31:59 +00:00
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
Satyajit Sahoo
6c2837d5ad chore: release 2.10.1 v2.10.1 2019-02-04 21:56:57 +01:00
Satyajit Sahoo
5ea17b84a3 fix: make activity indicator methods private 2019-02-04 21:56:34 +01:00
Satyajit Sahoo
e11a293f30 chore: release 2.10.0 v2.10.0 2019-02-04 21:52:47 +01:00
Satyajit Sahoo
6415ba54d1 fix: fix dialog closes even if you tap inside. fixes #809 2019-02-04 21:49:45 +01:00
Satyajit Sahoo
5ac1daf425 docs: fix instructions for web 2019-02-04 21:48:34 +01:00
Lukas Kurucz
852ed3eb79 fix: fix ToggleButton value change with ToggleButton.Group (#805) 2019-02-04 21:42:18 +01:00
Rajendran Nadar
c552f000e3 docs: fix broken image link activity indicator (#811)
<!-- Please provide enough information so that others can review your pull request. -->
<!-- Keep pull requests small and focused on a single change. -->

### Motivation

https://callstack.github.io/react-native-paper/activity-indicator.html

Gif not showing up in activity indicator example.
<!-- What existing problem does the pull request solve? Can you solve the issue with a different approach? -->

### Test plan

Fixed the name of the gif file.

<!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. -->
2019-02-04 21:40:25 +01:00
Lukas Kurucz
f79c00d835 docs: remove whitespace around selection (#810) 2019-02-04 21:39:58 +01:00