Commit Graph

851 Commits

Author SHA1 Message Date
Paweł Szymański
05eb8a5fad fix: upgrade color missing changes (#1230) 2019-07-19 16:12:43 +02:00
Bruno Castro
3cc119ba21 fix: make allowed children to accept additional props (#1174) 2019-07-19 13:27:45 +02:00
Julian Hundeloh
69c239a39d chore: upgrade color to 3.0 (#1204) 2019-07-19 12:29:57 +02:00
Travis Lang
183157294a docs: update href for typescrpt extension (#1216) 2019-07-19 12:25:39 +02:00
Paweł Szymański
16e3569714 fix: touchable-ripple-toggling-disable-prop (#1226) 2019-07-19 12:14:12 +02:00
Paweł Szymański
0b033716a9 feat: new dark theme colors (#1219) 2019-07-19 12:11:19 +02:00
Julian Hundeloh
4fc1eb9b0e fix: add contentStyle prop to Menu 2019-07-18 11:02:31 +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
Luke Walczak
e034b69ba5 fix: wrap modal children in SafeAreaView 2019-07-17 14:12:22 +02:00
Luke Walczak
16fe177e2a refactor: specify the font from theme in chip 2019-07-17 14:10:56 +02:00
Julian Hundeloh
1899651cdc fix: add animation scale to Menu (#1182) 2019-07-12 15:21:12 +02:00
Julian Hundeloh
09a793eceb fix: reduce delay of Menu (#1183) 2019-07-12 15:20:48 +02:00
Joseph Shearer
7e1d5cdcbd feat: export useTheme hook 2019-07-12 15:20:13 +02:00
Ahmed T. Ali
c55e3dc542 fix: add letter spacing for typography components (#1111) 2019-07-11 12:38:41 +02:00
Bruno Castro
7ac5d39fdb fix: properly render prop description in List.Item (#1199) 2019-07-10 22:51:03 +02:00
jbinda
553fbfc9f5 fix: placeholder disappears in react-native-web (#1152)
* fix: fix disappears placeholder on web
2019-07-10 10:16:43 +02:00
jbinda
44cd98db96 docs: add docs about custom Fonts (#1151) 2019-07-10 08:57:47 +02:00
Julian Hundeloh
1ab39eb577 fix: consistent elevation behavior across platforms (#1176) 2019-07-08 09:02:34 +01:00
Dawid Urbaniak
fe3efaeeda feat: add ToggleButton.Row component (#1169) 2019-07-08 08:51:29 +01:00
Julian Hundeloh
12ed01e04c fix: add $Omit for lower Typescript versions (#1180) 2019-07-08 09:45:54 +02:00
Bruno Castro
ae6258cf87 test: add missing test to ListItem.test.js (#1191) 2019-07-08 09:19:05 +02:00
Iyad Thayyil
f61393d79f fix: remove unused prop from Appbar.Header (#1187)
Closes #1186
2019-07-06 09:04:18 +02:00
Julian Hundeloh
4e57e64cc3 feat: add contentStyle prop to banner (#1143) 2019-07-05 13:15:27 +02:00
satyajit.happy
7212ed83a0 chore: fix webpack config for TS and remove @flow annotations 2019-07-05 11:35:13 +02:00
Satyajit Sahoo
c07d629ed7 fix: use Partial<Props> for type of defaultProps (#1170) 2019-07-03 15:51:19 +02:00
Satyajit Sahoo
c6d5e081a5 chore: migrate example to TS fully and suppress warnings (#1172) 2019-07-03 15:50:29 +02:00
Julian Hundeloh
95750486ab fix: adjustsFontSizeToFit does not exist on TextInput (#1131) 2019-07-03 09:59:04 +02:00
Iyad Thayyil
4e8622c38f fix: disable menu interaction while hiding (#1166) 2019-07-01 14:45:16 +02:00
raajnadar
12f3cf1096 fix: optimize images to remove warning from expo cli 2019-06-27 13:19:01 +02:00
Trancever
14bb16a6f3 chore: release 3.0.0-alpha.2 v3.0.0-alpha.2 2019-06-27 11:55:29 +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
Taym Haddadi
cce403fcfc fix: add contentContainerStyle type to ModalProps interface (#1052) 2019-06-27 11:10:40 +02:00
Mike Stone
ef00256abe fix: correct Chip component typings (#1044)
As of version 2.15.2 the Chip component accepts the prop `selectedColor`
which it defines as an optional string prop. Though this change was
introduced to the Chip component itself, the typings for the component
were not updated which causes Typescript to complain when using the
`selectedColor` prop. This change adds the missing type to appease
Typescript.
2019-06-27 11:09:19 +02:00
Dizy
6d5345c1eb fix: add inputStyle prop tying to Searchbar (#1049) 2019-06-27 11:05:06 +02:00
Satyajit Sahoo
ad3eb6284a fix: make the menu keyboard-accessible in browser (#1046)
This PR makes sure that
- The correct item is focused when showing/hiding the menu
- The menu can be dismissed by the keyboard
- The menu is not rendered when not visible
2019-06-27 11:01:08 +02:00
Bruno Castro
72da47ed2d fix: warning in console when running tests (#1028) 2019-06-27 10:56:15 +02:00
Iyad Thayyil
72b201fbbd fix: properly handle back button press in menu (#1032) 2019-06-27 10:55:11 +02:00
Iyad Thayyil
391fe53bab fix: typo in menu component 2019-06-27 10:54:04 +02:00
Satyajit Sahoo
17c1f81d94 fix: dismiss menu on window layout change. closes #1005 (#1026) 2019-06-27 10:53:03 +02:00
Kuba
4974b8cf16 feat: missing titleStyle and descriptionStyle for List.Accordion and List.Section (#997)
This PR introduces missing style props:
List.Accordion:
- `titleStyle`
- `descriptionStyle`

List.Section
- `titleStyle`

Also improves `style` prop type and description in these components.

Fixes #973
2019-06-27 10:30:09 +02:00
David undefined
b5b8ed107a fix: fix Card flow type (#1012) 2019-06-27 10:24:00 +02:00
Taym Haddadi
87855b86cf fix: check if portal manager is not null for update and unmount and fix the modal doc example (#995)
* fix(portal): check if a portal manager is not null for update and unmount

* docs(portal): fix Modal example
2019-06-27 10:19:12 +02:00
Bruno Castro
446ad94cbd fix(appbar): do not pass any additional props to custom children components (#972) 2019-06-27 09:57:12 +02:00
Bruno Castro
cb9923bc09 feat: add prop textStyle to Chip (#954) 2019-06-27 09:55:50 +02:00
Rajendran Nadar
c23d4eb9e7 feat: custom icon for clear in seachbar (#965) 2019-06-27 09:53:28 +02:00
Satyajit Sahoo
adb3337fd6 chore: update bot comment 2019-06-26 16:19:35 +02:00
Wojtek Szafraniec
d3db78f926 feat: migrate from Flow to TS (#1114) 2019-06-26 14:55:22 +02:00
Julian Hundeloh
fcf3ec9f87 fix: pass flattened styles to adjustPadding (#1132) 2019-06-26 13:48:27 +02:00
Vojtech Novak
cbfa18194c docs: fix typo in Menu docs (#1142) 2019-06-21 00:37:32 +02:00