233 Commits

Author SHA1 Message Date
Satyajit Sahoo
de56148a32 feat: make bottom navigation accessible 2018-06-04 01:49:32 +02:00
Dawid
423c1e200a fix: show ripple in same position where user touched (#394) 2018-06-03 16:34:29 +02:00
Satyajit Sahoo
26dd15d30e refactor: remove extra view wrapper from portal 2018-06-03 16:17:04 +02:00
Julian Hundeloh
4204c18979 fix: make Modal nestable (#398) 2018-06-03 16:14:19 +02:00
Satyajit Sahoo
a6508dcfe2 fix: check if component is valid before cloning. fixes #407 2018-06-03 16:12:56 +02:00
Satyajit Sahoo
5cc86d234f fix: close speed dial on pressing action in FABGroup 2018-05-31 07:37:39 +02:00
Satyajit Sahoo
8974cd14c2 chore: upgrade deps 2018-05-26 14:18:56 +02:00
Satyajit Sahoo
5525f55d6d fix: fix statusbar style in FABGroup 2018-05-26 02:04:06 +02:00
Grzegorz Gawrysiak
880aba2a3d docs: fix typos (#385) 2018-05-26 01:59:18 +02:00
Grzegorz Gawrysiak
5a65241691 fix: use paper's typography for drawer (#387) 2018-05-26 01:58:39 +02:00
Julian Hundeloh
c8472ce6fc fix: avoid "this" in static properties in snackbar. fixes #383 2018-05-26 01:56:09 +02:00
Satyajit Sahoo
cc6408b882 fix: properly respect value and focused state. fixes #388 2018-05-26 01:47:25 +02:00
Satyajit Sahoo
f3260036c6 fix: fix drawer icon styling. fixes #386 2018-05-26 00:48:12 +02:00
Luke Walczak
e1c795e7de feat: add FABGroup component for FAB with speed dial (#218)
Fixes #210
2018-05-25 12:14:53 +02:00
Satyajit Sahoo
70742a0235 fix: call onTabPress before navigating in bottom navigation 2018-05-16 14:43:15 +02:00
Grzegorz Gawrysiak
c9515219c3 docs: Improve the DrawerSection example (#363) 2018-05-16 11:42:02 +02:00
Satyajit Sahoo
629b57aed2 feat: add extended FAB according to material design
https://material.io/design/components/buttons-floating-action-button.html\#extended-fab
2018-05-11 15:51:02 +02:00
Grzegorz Gawrysiak
20843efa3d docs: fix Text imports (#353) 2018-05-09 11:56:05 +02:00
Grzegorz Gawrysiak
b9aa79503c feat: add Chip component 2018-05-06 18:33:30 +02:00
Grzegorz Gawrysiak
9fd6db4ec7 refactor: change the flow typing for functions (#351) 2018-05-06 17:23:53 +02:00
Satyajit Sahoo
772b82ac36 fix: center icon in button along with text 2018-05-06 17:05:20 +02:00
Satyajit Sahoo
85cb5bdb48 fix: fix visibility and touch target of action in Snackbar
- Animate the Snackbar on layout instead of on mount because we need the layout for animation, this fixes snackbar not being visible on initial mount if visible=true.
- Fix the touch target of the action button to be larger. Previously the touch target was as small as the action text and it was difficult to tap on it.
2018-05-06 14:56:32 +02:00
K. P. Sroka
7c054c0028 feat: implement helper and error text support in TextInput (#243) 2018-05-05 18:06:14 +02:00
Grzegorz Gawrysiak
b6462b7a4f feat: add ListAccordion component 2018-05-05 17:39:42 +02:00
Satyajit Sahoo
9fb3df0504 fix: fix icon styling in Searchbar 2018-05-05 16:46:54 +02:00
Satyajit Sahoo
19e4ce5cec refactor: rework toolbar actions 2018-05-05 16:25:46 +02:00
Satyajit Sahoo
9167db25ea docs: update bottom navigation docs for react-navigation 2018-05-05 16:25:46 +02:00
Taym95
d04d09dadb feat: support custom icon color for ToolbarAction 2018-05-05 16:25:44 +02:00
Satyajit Sahoo
df7fcd248e feat: support render function for icon prop 2018-05-05 16:25:07 +02:00
Dawid
870a4570e3 feat: add snackbar component 2018-05-01 11:13:21 +02:00
Satyajit Sahoo
1dbe3e2dea docs: document methods on TextInput and Searchbar 2018-04-30 14:27:43 +02:00
Satyajit Sahoo
89fd20e220 docs: update bottom navigation docs. fixes #270 2018-04-30 14:06:53 +02:00
Satyajit Sahoo
4ad50ce57b fix: make flow play well with the theme prop 2018-04-28 01:33:22 +02:00
Dawid
27bc0e67dc fix: add elevation prop to newly created PortalGroups. 2018-04-27 15:27:25 +02:00
Satyajit Sahoo
2f8e59b098 fix: support function components in withTheme 2018-04-27 11:45:21 +02:00
Satyajit Sahoo
5748ff57eb feat: save memory usage for inactive routes in bottom navigation 2018-04-25 23:47:15 +02:00
Satyajit Sahoo
c89920d60e docs: fix Searchbar docs 2018-04-23 16:41:35 +02:00
Ferran Negre
30ed1473de fix: hide checkbox on iOS instead of removing it (#333) 2018-04-20 17:06:32 +02:00
Satyajit Sahoo
4e3e9290bb refactor: rename SearchBar -> Searchbar for consistency 2018-04-19 20:44:36 +02:00
Satyajit Sahoo
70cb8aa0dd docs: fix Paper and Switch docs 2018-04-19 17:55:44 +02:00
Satyajit Sahoo
7018472968 feat: make vector-icons optional. fixes #303 (#327) 2018-04-19 15:46:36 +02:00
Satyajit Sahoo
d90cd76cb9 fix: allow using TextInput as uncontrolled component 2018-04-19 01:16:12 +02:00
Satyajit Sahoo
f50fccaadc fix: fix importing color with babel plugin 2018-04-18 17:41:03 +02:00
Satyajit Sahoo
1fabaae6f5 refactor: flow tweaks 2018-04-18 10:38:58 +02:00
Lawrence Cheuk
b58b46b835 feat: add helper methods to SearchBar (#326) 2018-04-18 10:33:16 +02:00
Grzegorz Gawrysiak
b548111f13 test: Add snapshot tests for ListItem and ListSection component (#322) 2018-04-18 10:24:29 +02:00
Grzegorz Gawrysiak
851d998a04 chore: Ignore the __tests__ directory when publishing to npm (#324) 2018-04-18 10:21:15 +02:00
Lawrence Cheuk
61e745a519 fix: fix no render function in CardCover (#325) 2018-04-18 10:19:05 +02:00
Satyajit Sahoo
090ce9484d fix: loosen flow types of bottom navigation 2018-04-17 14:39:44 +02:00
Ferran Negre
4ce565bf23 fix: reduce non-shifting animation duration and background color for bottom navigation (#319) 2018-04-17 14:08:59 +02:00