Commit Graph

1855 Commits (c1e84e42bdfacdfab486ff73104947b30f20275b)

Author SHA1 Message Date
Javi Velasco 605fbefcd8 Merge branch 'acornejo-appbar-icons' into dev
* acornejo-appbar-icons:
  DI change in AppBar
  Add app_bar title, leftIcon and rightIcon props.
2016-09-03 12:23:35 +02:00
Javi Velasco fcea0e437f DI change in AppBar 2016-09-03 12:23:22 +02:00
Javi Velasco 37d61a44a4 Merge branch 'appbar-icons' of https://github.com/acornejo/react-toolbox into acornejo-appbar-icons
* 'appbar-icons' of https://github.com/acornejo/react-toolbox:
  Add app_bar title, leftIcon and rightIcon props.
2016-09-03 12:11:52 +02:00
Javi Velasco 518b2f48ed Merge pull request #751 from abhirao/tab_hide_modes
Adding hideMode to Tabs
2016-09-03 12:09:09 +02:00
Javi Velasco 3b9a6aed5f Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev
* 'dev' of github.com:soyjavi/react-toolbox:
  Import React namespace, fix problem with @types
  Fixed errors for Typescript 2.0.2
  Added ability to navigate calendar with keyboard
2016-09-03 12:05:18 +02:00
Javi Velasco 74280c66fa Merge pull request #705 from ro-savage/calendar-arrow-selection
Added ability to navigate calendar with keyboard
2016-09-03 12:05:01 +02:00
Javi Velasco a8bfcf1ad9 Merge pull request #752 from normano64/typescript-2.0.2
Fixed errors for Typescript 2.0.2
2016-09-03 11:55:56 +02:00
Javi Velasco fd5378dbab Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev
* 'dev' of github.com:soyjavi/react-toolbox:
  Commit build
  Make Table multi-selectable again
2016-09-03 11:50:57 +02:00
Javi Velasco d9e77fc90d Merge pull request #764 from KaleoSoftware/fix-table-multiselect
Make Table multi-selectable again
2016-09-03 11:50:31 +02:00
Javi Velasco 6a488b3e21 Better tabs with icons 2016-09-03 11:48:05 +02:00
Javi Velasco 29638c7374 Merge pull request #740 from acornejo/tab-icons
add tab icons.
2016-09-03 11:15:57 +02:00
Javi Velasco 3235a68c7b Merge pull request #754 from rubble/calendar_change_view_month
use Event.currentTarget in Calendar.changeViewMonth
2016-09-03 11:15:10 +02:00
Javi Velasco 120bf58356 Merge pull request #758 from rubenmoya/dev
Fix table borders (Issue #476)
2016-09-03 11:13:29 +02:00
Javi Velasco 7ee35c6827 Merge pull request #763 from deniss-muhla/patch-1
Update components/list/index.d.ts
2016-09-03 11:12:51 +02:00
Tucker Connelly e2d7517036 Commit build 2016-09-02 12:09:10 -04:00
Tucker Connelly dcd53a4e75 Make Table multi-selectable again 2016-09-02 11:32:55 -04:00
Per Bergqwist def8643a0a Import React namespace, fix problem with @types 2016-09-02 09:18:33 +02:00
deniss-muhla f37626ac91 Update index.d.ts
Wrong type for ListSubHeaderProps.caption. Should be string instead of boolean.
2016-09-02 08:37:22 +03:00
Marcin Szamotulski d48799ba09 build new version 2016-09-01 17:13:30 +01:00
rubenmoya 64a859e9df Fix table border 2016-09-01 12:12:23 +02:00
Marcin Szamotulski 8a91ab3bed use Event.currentTarget in Calendar.changeViewMonth
Also do the same on Calendar.handleYearClick.
2016-08-31 19:01:38 +01:00
Per Bergqwist 34313b823e Fixed errors for Typescript 2.0.2 2016-08-31 08:41:16 +02:00
Abhi Rao 8e0b64f852 Adding hideMode to Tabs
- Defaulting to `unmounted` - not mounting inactive tabs. `display` mode will mount inactive tabs but keep them hidden.
- Closes #709
2016-08-30 15:08:22 -05:00
Alex Cornejo d4c0c4d8ba Add app_bar title, leftIcon and rightIcon props.
Here we add some basic default functionality for the most common use
cases of the AppBar component. It is still possible to provide and style
your own elements through children props, but for most use cases the
props will help reduce the amount of boilerplate.
2016-08-29 08:53:25 -07:00
Alex Cornejo 5c2406d2e5 add tab icons.
This adds the possibility of specifying an icon to use in the tab
headers. You can specify either a label only, icon only or both.

https://material.google.com/components/tabs.html#tabs-usage
2016-08-28 16:15:35 -07:00
Javi Velasco f9d6d3b1c6 Merge pull request #736 from acornejo/fullscreen-dialog
add fullscreen dialog.
2016-08-28 22:51:54 +02:00
Javi Velasco 21fc65eda5 Merge pull request #744 from david-cho-lerat-HL2/patch-4
Update readme.md
2016-08-28 22:48:44 +02:00
Javi Velasco 6375803ad5 Merge pull request #742 from asprouse/dev
Remove overly strict children propType validation. fixes #641
2016-08-28 22:48:30 +02:00
Antony Lau f7604477a0 Add onClick propType 2016-08-27 23:42:29 +08:00
Antony Lau 83011cb7bb Replace onMouseDown wth onClick in Dropdown 2016-08-27 09:19:51 +08:00
Antony Lau b5f65015ba Merge remote-tracking branch 'react-toolbox/dev' into dev 2016-08-26 13:44:26 +08:00
David Cho-Lerat 0ea3849771 Update readme.md
The 'direction' property value is 'down', not 'bottom'
2016-08-25 21:46:02 +02:00
Andrew Sprouse e2ed42bd3b Remove overly strict children propType validation. fixes #641 2016-08-25 11:27:02 -04:00
Alex Cornejo 179323ccda add fullscreen dialog.
A first version of fullscreen dialogs as defined in the material spec
https://material.google.com/components/dialogs.html#dialogs-full-screen-dialogs
2016-08-25 00:21:39 -07:00
Javi Velasco 0bd7eb8cb0 Merge pull request #726 from ronderksen/theme-tab-sub-components
Theme tab sub components
2016-08-24 20:37:03 +02:00
Javi Velasco 84ffda3bd3 Merge pull request #730 from laucheukhim/dev
Add onTouchStart to ListItem
2016-08-24 20:15:00 +02:00
Javi Velasco c83d632c10 Merge pull request #734 from Kikobeats/changelog
Add bumped changelog support
2016-08-24 20:13:19 +02:00
Javi Velasco 9b48fa03dd Merge branch 'dev' of github.com:soyjavi/react-toolbox into dev
* 'dev' of github.com:soyjavi/react-toolbox:
  Passes IconMenu's theme to the inner Menu.
  Replace react-addons-update with immutability-helper as Facebook are deprecating their addon
2016-08-24 20:12:30 +02:00
Javi Velasco ae5865f411 Fix #733 2016-08-24 20:12:08 +02:00
Kiko Beats b02ddf6eea
Merge branch 'dev' into changelog 2016-08-24 20:11:25 +02:00
Javi Velasco 1d7161e5ee Merge pull request #735 from jussch/patch-2
Passes IconMenu's theme to the inner Menu.
2016-08-24 20:09:12 +02:00
Javi Velasco 84dc28e1f5 Merge pull request #724 from InfernoZeus/react-addons-update-deprecate
Replace react-addons-update with immutability-helper
2016-08-24 20:03:30 +02:00
Justin Schultz 9d7e3db263 Passes IconMenu's theme to the inner Menu. 2016-08-24 10:25:33 -06:00
Kiko Beats 7468d31935
Add bumped changelog support 2016-08-24 09:51:21 +02:00
Antony Lau 6f7a5433b6 Add onTouchStart to ListItem 2016-08-23 23:06:45 +08:00
Ron Derksen 908ad72533 Merge branch 'dev' into theme-tab-sub-components 2016-08-23 14:53:10 +02:00
Ron Derksen ebc63206e3 Merge pull request #2 from react-toolbox/dev
Merge dev branch
2016-08-23 14:52:19 +02:00
Ron Derksen b220c70729 Theme is now passed on to tab subcomponents 2016-08-23 14:47:35 +02:00
Ben Fox-Moore 29b04f2b14 Replace react-addons-update with immutability-helper as Facebook are deprecating their addon 2016-08-23 02:05:32 +02:00
Javi Velasco abf91d3d24 Fix #711 2016-08-22 22:39:44 +02:00