Commit Graph

1671 Commits (d4c0c4d8baff96731f39bc9b571e34a31db034d9)

Author SHA1 Message Date
normano64 661911bdaa Typings for the project 2016-07-17 15:48:35 +02:00
Javi Velasco 1544861b14 Merge pull request #644 from JamesAlias/patch-1
Update README.md
2016-07-16 21:01:51 +02:00
Javi Velasco aa851d3c41 Merge pull request #631 from randycoulman/document-input-label-theme
Document the label theme for the input component
2016-07-16 21:00:10 +02:00
Javi Velasco 2d17b65a5b Fixes #627 2016-07-16 20:42:05 +02:00
farawayer f3b460eabd fix autocomplete activating on react>=15.1 if no direction 2016-07-15 20:34:14 +03:00
Robert Baruck 3a57270484 Update README.md
In *Roboto Font and Material Design Icons* update link to Roboto font.
2016-07-15 00:03:59 +02:00
Randy Coulman 460a378ddc Document CardTitle's cardTitle theme
The `cardTitle` theme for the root `CardTitle` component was not
documented.

I also made the wording for `title` and `subtitle` more consistent.
2016-07-11 11:42:17 -07:00
Randy Coulman 68ee32f3ec Document the label theme for the input component
The `input` component has a `label` theme setting, but it wasn’t
documented.
2016-07-11 11:34:25 -07:00
Javi Velasco 672429f806 1.0.2 release 2016-07-10 16:58:36 +02:00
Javi Velasco b55d2b16ef Latest build 2016-07-10 16:57:03 +02:00
Javi Velasco 2a7e340a81 Fixes #624 2016-07-10 16:54:31 +02:00
Javi Velasco 49658a39b4 Fixes #585 2016-07-10 14:23:40 +02:00
Javi Velasco 0513cb72e9 Fixes #616 2016-07-10 13:42:35 +02:00
Javi Velasco 5028e6d3e2 Merge pull request #622 from randycoulman/tab-content-theme
Forward theme prop from Tabs to TabContent
2016-07-10 12:54:13 +02:00
Javi Velasco acd18bbfc9 Merge pull request #619 from david-cho-lerat-HL2/patch-1
Fix date picker month offset in 2 files (as per components/date_picker/readme.md)
2016-07-10 12:53:42 +02:00
Javi Velasco d150a2d6a0 Merge pull request #617 from InfernoZeus/bugfix-ie11-number-isnan
Fix Number.isNaN TypeError on IE
2016-07-10 12:52:59 +02:00
Randy Coulman 8c20848fe8 Forward theme prop from Tabs to TabContent
The `Tabs` component takes a `theme`, but was not forwarding it on to
its internal `TabContent` component, so it wasn’t possible to theme the
`tabs` or `active` classes.
2016-07-08 14:36:55 -07:00
Javi Velasco de532adea5 Merge pull request #601 from strindhaug/dev
Bugfix: Reset overflow when unmounting an overlay
2016-07-07 20:40:15 +02:00
Javi Velasco 1a190b6876 Merge pull request #618 from randycoulman/list-item-theme
Pass the theme from ListItem to ListItemLayout
2016-07-07 20:29:04 +02:00
David Cho-Lerat e782b8fdc4 Update datepicker_example_1.txt
Just like in `components/date_picker/readme.md`, you need to add 1 to `value.getMonth()`
2016-07-07 20:13:15 +02:00
David Cho-Lerat 49fa53aa96 Update pickers.js
Just like in components/date_picker/readme.md, you need to add 1 to value.getMonth()
2016-07-07 20:07:59 +02:00
Randy Coulman 3b4387f4fe Pass the theme from ListItem to ListItemLayout
`ListItemLayout` was not receiving the theme, and so was not applying
the theme to the components it contained.

To solve this, explicitly pass the theme down to `ListItemLayout`.

Fixes #580
2016-07-07 10:39:02 -07:00
Ben Fox-Moore 4ea305cff2 Fix Number.isNaN TypeError on IE 2016-07-07 15:20:33 +02:00
Javi Velasco 1b0d9e57e9 Merge pull request #582 from ro-savage/bugfix-DatePicker-TimePicker-allow-tab-and-enter
Bugfix - DatePicker and TimePicker pass unknown props and allow enter key
2016-07-05 10:26:07 +02:00
Javi Velasco cd0c72cbd6 Merge pull request #609 from react-toolbox/update-react
Update to react 15.2.0
2016-07-05 10:23:39 +02:00
Javi Velasco f43dac68be Latest build 2016-07-04 22:05:20 +02:00
Javi Velasco 3e29844e63 Update to react 15.2.0 2016-07-04 22:03:57 +02:00
Javi Velasco 83b202ab68 Merge pull request #602 from lwhorton/fix-identifier
missing MENU for some reason in identifiers
2016-07-04 21:12:07 +02:00
Javi Velasco bafdc4a38e Merge pull request #599 from ixrock/dev
Better support in typescript
2016-07-04 21:00:04 +02:00
aft-luke e359805c5e missing MENU for some reason in identifiers 2016-06-27 19:41:12 -04:00
Stein Strindhaug a11fe924c2 Reset overflow when unmounting 2016-06-27 11:17:42 +02:00
Ro Savage d01a57664d Add passing unknown props and checking of keypress 2016-06-27 10:12:23 +12:00
ixrock febf8b5237 get rid of declaration duplicates in components/ 2016-06-26 15:02:54 +03:00
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