Commit Graph

1678 Commits (e2d7517036ea9f859a7ddaa6e621ff1fe9ef6c16)

Author SHA1 Message Date
Javi Velasco 5d73619520 Merge pull request #579 from BaoDelta/dev
Fix #575: Use classname 'material-icons' for FontIcon if children is a string
2016-06-17 09:35:30 +02:00
Bao Dang 1d725dc062 #575: Use classname 'material-icons' if children is a string 2016-06-17 07:55:19 +10:00
Javi Velasco d010c6d882 Merge pull request #573 from ro-savage/feature-exporting-DatePickerDialog
Added ability to export the DatePickerDialog separately from the DatePicker
2016-06-16 20:24:35 +02:00
Javi Velasco 12fc24e40c Merge pull request #571 from ro-savage/ie11-calendar-css-fix
Fix: IE11 displaying calendar incorrectly
2016-06-16 20:23:26 +02:00
Javi Velasco 739feefc5a Merge pull request #572 from thearrow/autocomplete-suggestions
Add 'suggestionMatch' prop to Autocomplete component
2016-06-16 20:21:46 +02:00
Javi Velasco cea52fb55b Merge pull request #570 from ro-savage/build-cpx-fix
Fix cpx command to work correctly when coping sass and ts files
2016-06-16 20:18:13 +02:00
Javi Velasco 4c86650746 Merge pull request #568 from ro-savage/bugfix-datepicker-nextmonth-bug
Fixed bug with changes months on datepicker
2016-06-16 20:17:54 +02:00
Javi Velasco 375b6fec08 Merge pull request #562 from Klathmon/fix-snackbar-timeout
Fix hanging timeout on <Snackbar/> element
2016-06-16 20:16:57 +02:00
Javi Velasco ce2864c15f Merge pull request #556 from paulocmoreno/click_event
Fix MenuItem onclick called without event
2016-06-16 20:16:19 +02:00
Javi Velasco 9ef865389c Merge pull request #555 from Danno040/add-proptype-checking-to-position
[Fixes #550] Add PropType checking to Menu's position and update docs
2016-06-16 20:15:36 +02:00
Javi Velasco 250f1f0ec6 Merge pull request #554 from mgcrea/patch-feat-name-prop
Patch feat name prop
2016-06-16 20:14:48 +02:00
Javi Velasco 58b767417a Merge pull request #552 from Klathmon/fix-overlay
Fix pointer-events for Overlay in 1.0
2016-06-16 20:13:45 +02:00
Javi Velasco 550c003d5e Merge pull request #551 from Klathmon/dev
Snackbar has `transition: all` and it seems un-needed...
2016-06-16 20:12:52 +02:00
Ro Savage 2d5f5194ce Added ability to export the DatePickerDialog seperately from the DatePicker 2016-06-16 15:56:15 +12:00
Jake Klingler afe5bf1ba3 add 'suggestionMatch' prop to Autocomplete component to determine how suggestions are matched 2016-06-15 11:16:11 -06:00
Ro Savage 0d01405e1b Fixed bug with add a month to a date when current day is largest than last day of next month 2016-06-15 14:45:35 +12:00
Ro Savage 7bffe8a6f0 Added autoselect first option on enter 2016-06-15 14:02:14 +12:00
Ro Savage 688f6bc44b Fix cpx command to work correctly when coping sass and ts files 2016-06-15 09:52:33 +12:00
Ro Savage cb138fc9be Made property for both topbottom and leftright padding of day on calendar picker. Fixes IE11 bug 2016-06-15 09:51:04 +12:00
Klathmon 647dbfb2e8 clear the timeout on componentWillUnmount 2016-06-13 16:50:48 -04:00
Mike F eec457bcfe [Fixes #550] Add PropType checking to Menu's position and update docs 2016-06-10 09:52:53 -06:00
Paulo Moreno 53f4a5ed75 Fix MenuItem onclick called without event
In all other cases the event listener receives the event. I need to receive the event to stop its propagation.
2016-06-10 10:58:49 -03:00
Olivier Louvignes d06dd78fdd chore(eslint): fix propTypes order 2016-06-09 19:21:22 +02:00
Olivier Louvignes ec94e5a97a feat(dropdown): add support for name prop 2016-06-09 19:21:00 +02:00
Gregory Benner 9ed52232e8 Revert "only apply transition to transform instead of all"
This reverts commit 56fe26eb86.
2016-06-08 15:31:12 -04:00
Gregory Benner 7134c645e0 change .overlay to .backdrop 2016-06-08 15:26:33 -04:00
Gregory Benner 56fe26eb86 only apply transition to transform instead of all 2016-06-08 14:43:31 -04:00
Javi Velasco afde8b1aa2 Merge pull request #548 from Flavorus/dev
Update TypeScript Definitions and fix npm typings
2016-06-08 08:23:54 +02:00
Robert Parker 68926f8289 Fix a few incorrect exports in typings and build with updated Babel 2016-06-07 15:41:51 -07:00
Robert Parker deb36306ce Update TypeScript definition section of README.md 2016-06-07 15:14:25 -07:00
Robert Parker 9856ca0b7c Update libs with new external .d.ts files 2016-06-07 15:08:37 -07:00
Robert Parker 235d914de3 Replace react-toolbox.d.ts with index.d.ts 2016-06-07 15:01:58 -07:00
Robert Parker f8c1a3fd0d Update typings to external modules (no more 'declare module ...') to get the definitions working automatically with npm 2016-06-07 15:00:41 -07:00
Javi Velasco 0b6e8ca2e4 Merge pull request #546 from mgcrea/patch-feat-name-prop
feat(datepicker,timepicker): add support for `name` prop
2016-06-07 07:53:10 +02:00
Olivier Louvignes c850245694 feat(datepicker,timepicker): add support for `name` prop 2016-06-06 19:37:51 +02:00
Javi Velasco c19c3e72f3 Fix #541 2016-06-05 22:55:23 +02:00
Javi Velasco 79472eeaed 🤖 2016-06-04 22:34:58 +02:00
Javi Velasco bd7b846edd 1.0.0 release 2016-06-04 22:32:26 +02:00
Javi Velasco d7f8e202d2 Merge pull request #540 from react-toolbox/react-css-themr-migration
React css themr migration
2016-06-04 22:29:18 +02:00
Javi Velasco dbba42573b 💵 2016-06-04 22:27:57 +02:00
Javi Velasco cea8111b61 Small typos in README 2016-06-04 22:26:30 +02:00
Javi Velasco 27a442079a New README 2016-06-04 22:24:38 +02:00
Javi Velasco 419f16f63f Plain SASS imports 🎨 2016-06-04 22:06:59 +02:00
Javi Velasco 96599d3a09 Move some mixins 2016-06-04 16:36:17 +02:00
Javi Velasco fbca206e49 Latest build 2016-06-03 23:50:09 +02:00
Javi Velasco 78790132f0 Merge with dev 2016-06-03 23:49:35 +02:00
Javi Velasco a1f02d21a4 Latest build 2016-06-03 23:45:19 +02:00
Javi Velasco 73c115fac7 Better PropType syntax and delete required className api 2016-06-03 23:44:33 +02:00
Javi Velasco 0957a75813 Merge pull request #529 from Tudmotu/patch-1
Modify Button's display to be inline-flex
2016-06-03 22:31:12 +02:00
Javi Velasco 0e1d75aa33 Merge pull request #537 from JohnBicknell/ie-slider-fix
Ie slider fix
2016-06-03 22:30:42 +02:00