Commit Graph

1488 Commits (69368aeec6834a7def0e06f32ebfed1cfd09d8c7)

Author SHA1 Message Date
ixrock 69368aeec6 better support in typescript:
- added export from components by name (as provided in source files)
- added missing exports: Layout, Ripple
- fixed navigation definition (ButtonProps and LinkProps was used without referencing)
2016-06-26 14:47:00 +03:00
Javi Velasco 8d65961be2 Restyle a ternary 2016-06-25 12:27:02 +02:00
Simon Selg 5b97b95c62 Add autoresize to multiline inputs
This fixes #278
2016-06-25 12:27:02 +02:00
Javi Velasco bde7e4cb0e Merge pull request #588 from mgcrea/patch-dropdown
chore(dropdown): set value to empty string to prevent uncontrolled er…
2016-06-25 12:20:54 +02:00
Olivier Louvignes ad52adb82b chore(dropdown): set value to empty string to prevent uncontrolled errors 2016-06-23 19:23:42 +02:00
Javi Velasco b44b1683f8 1.0.1 release 2016-06-19 21:42:10 +02:00
Javi Velasco fccf6f5dbf Latest build 🤖 2016-06-19 21:39:35 +02:00
Javi Velasco 5b76a7fe78 Fix #536 2016-06-19 21:37:46 +02:00
Javi Velasco 6cd4202c6c Fix #542 2016-06-19 21:34:30 +02:00
Javi Velasco 0bc5b1d776 Merge pull request #569 from ro-savage/autocomplete-autoselect-first-option
Feature - Autocomplete - Added autoselect first option on enter
2016-06-19 21:13:17 +02:00
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