205 Commits

Author SHA1 Message Date
Iyad Thayyil
0ad697dba5 feat: add support to anchor menu on x,y coordinates (#1208) 2019-09-12 13:28:02 +02:00
Kuba Mazurek
ce0bd3e399 feat: add List.AccordionGroup component (#1307) 2019-09-12 13:11:06 +02:00
Kuba
5bbba8893e BREAKING CHANGE: change banner icon prop instead of image (#1304) 2019-09-02 10:04:41 +02:00
Paweł Szymański
508fab450a feat: add button labelStyle (#1321) 2019-09-02 09:33:58 +02:00
Trancever
03e484abad fix: fix iconButton example 2019-08-01 12:54:18 +02:00
Dawid Urbaniak
db98ef0cf4 feat: add ability to use own icon component (#1210) 2019-08-01 12:06:57 +02:00
Luke Walczak
93195590f0 feat: extend chip with onLongPress functionality (#1211) 2019-07-23 11:30:05 +02:00
Julian Hundeloh
69c239a39d chore: upgrade color to 3.0 (#1204) 2019-07-19 12:29:57 +02:00
Paweł Szymański
0b033716a9 feat: new dark theme colors (#1219) 2019-07-19 12:11:19 +02:00
Paweł Szymański
3adc549399 fix: iconButton scaling 2019-07-17 14:28:38 +02:00
Luke Walczak
2769edcac8 feat: add character counter to text input example 2019-07-17 14:17:37 +02:00
Dawid Urbaniak
fe3efaeeda feat: add ToggleButton.Row component (#1169) 2019-07-08 08:51:29 +01:00
satyajit.happy
7212ed83a0 chore: fix webpack config for TS and remove @flow annotations 2019-07-05 11:35:13 +02:00
Satyajit Sahoo
c6d5e081a5 chore: migrate example to TS fully and suppress warnings (#1172) 2019-07-03 15:50:29 +02:00
raajnadar
12f3cf1096 fix: optimize images to remove warning from expo cli 2019-06-27 13:19:01 +02:00
Bruno Castro
acdd012345 refactor: make ListItem accepts a custom description (#996)
* refactor: make ListItem accepts a custom description

* fix: update prop description type
2019-06-27 11:25:01 +02:00
Bruno Castro
cb9923bc09 feat: add prop textStyle to Chip (#954) 2019-06-27 09:55:50 +02:00
Wojtek Szafraniec
d3db78f926 feat: migrate from Flow to TS (#1114) 2019-06-26 14:55:22 +02:00
jbinda
b852293f24 feat: add ability to change TextInput fontSize and height (#1020) 2019-05-16 11:40:57 +02:00
sritharan
f6ac53fe4a feat: support loading indicator for FAB (#985) 2019-05-09 12:26:40 +02:00
jbinda
9e30fc9837 fix: fix listitem icon spacing (#1017) 2019-04-24 11:52:56 +02:00
jbinda
8a9a6a9d53 feat: add padding prop to TextInput (#1018) 2019-04-24 11:51:43 +02:00
Julian Hundeloh
b3df217e61 feat: refactor of ProgressBar component (#735) 2019-04-11 11:03:08 +02:00
Iyad Thayyil
0c5371adb3 feat: add Menu component (#485) 2019-03-21 14:36:48 +02:00
Luke Walczak
4a28c3e8a5 feat: expose new prop to add custom color in Chip component (#729) 2019-03-15 12:17:11 +02:00
Julian Hundeloh
2bbc33c3dd fix: add flexGrow and flexShrink to Dialog.ScrollArea (#835)
* fix: limit Dialog.ScrollArea height

* fix: update example

* fix: reduce height
2019-03-12 11:55:59 +02: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
7a4966dfed docs: update instructions for running the example app 2019-02-19 23:08:47 +01:00
Julian Hundeloh
b4490cfda0 fix: set number of lines to 1 in Card.Title (#821) 2019-02-11 16:06:14 +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
5ac1daf425 docs: fix instructions for web 2019-02-04 21:48:34 +01:00
Julian Hundeloh
fb6762ee10 feat: ActivityIndicator component (#723)
This component serves as a drop-in replacement for the component that is delivered by React Native out of the box. It's design tries to imitate the indeterminate circular progress indicator from the Material guidelines:
https://material.io/design/components/progress-indicators.html#circular-progress-indicators
2019-02-04 08:34:56 +01:00
Luís
550213b760 docs: adjust gestures distance for iOS on example app (#797)
### Motivation

Fixes #282 in example app. It gives extra space for gestures in `react-navigation`.
This is also a fix for the previous PR #754 

### Test plan

Open the example app, change screen and test the gestures in iOS.
2019-02-01 15:54:59 +01:00
jaulz
99b33ece80 fix: improve fonts on web 2019-01-29 20:23:58 +01:00
Satyajit Sahoo
90450fc0d2 chore: fix errors in web configuration 2019-01-29 01:15:30 +01:00
Satyajit Sahoo
4a882594e7 docs: add instructions for react-native-web 2019-01-29 01:03:49 +01:00
Satyajit Sahoo
28762277bf chore: use css grid in the examples 2019-01-27 16:10:49 +01:00
Satyajit Sahoo
22ffb9ae73 chore: add react-native-web example. closes #671
This example is missing the drawer, but all other examples are there. There are rendering issues with few components on the web. Hopefully this example will make it easier to identify these issues and fix them in future.
2019-01-27 14:38:27 +01:00
napolev
e1102a6385 fix: fix parenthesis locations in example app (#747)
* fixing parenthesis locations

* fix: fixing parenthesis locations
2019-01-23 10:40:26 +01:00
Satyajit Sahoo
ac5fe1668d feat: add badge support in bottom navigation. closes #288 2019-01-23 10:27:27 +01:00
Julian Hundeloh
1de5095d13 feat: add Badge component 2019-01-22 15:02:36 +01:00
Julian Hundeloh
b68fac70b0 feat: add Avatar component 2019-01-22 12:55:16 +01:00
raajnadar
65fc420c35 fix: typo in bottom navigation example 2019-01-21 12:45:17 +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
Satyajit Sahoo
23b963b3d6 fix: rename right to numeric for tables 2018-12-10 12:54:26 +01:00
Antonio Moreno Valls
c0f7f90e67 feat: ToggleButton component (#575) 2018-12-10 12:17:18 +01:00
Julian Hundeloh
68a5b78ac1 feat: DataTable component (#446) 2018-11-27 12:29:01 +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
Satyajit Sahoo
dec191f5c7 refactor: export types from the main entry instead of /types 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