Isman Usoh
4e98ea238b
add internal modules and update utils modules
2016-07-02 02:28:20 +07:00
dano-giftbit
43c311427b
Added Typing definitions for MaterialUI 0.15.1 and Moved 0.15.0 into legacy
2016-06-30 14:13:17 -07:00
Prashant Tiwari
cde106000a
[material-ui] Add containerElement to buttons
...
All buttons accept a `containerElement` to embed other React elements, such as a `<Link />` from `react-router`.
2016-06-18 17:57:08 +05:30
Michael Ledin
4124d66bae
navDrawer instead of drawer in v0.15.0. ( #9566 )
2016-06-08 19:26:58 +09:00
Nathan Brown
a0d42d9336
material-ui: Update material-ui to v0.15.0 ( #9462 )
2016-06-02 23:02:14 +09:00
Felix
ac927d3148
- derive TabProps from SharedEnhancedButtonProps (TabProps are passed… ( #9218 )
...
* - derive TabProps from SharedEnhancedButtonProps (TabProps are passed down to EnhancedButton inside)- Change signature of "onTouchTap" handler in TabProps to suit overridden "onTouchTap" in SharedEnhancedButtonProps
* - fixed TabProps onTouchTap signature, added disabled property
2016-05-15 01:18:15 +09:00
Artem Zagorodnyuk
d617eb54e5
material-ui: changed type of property "message" of SnackbarProps ( #9132 )
...
* Updated material-ui.d.ts
Added DOMAttributes to FlatButton and Dialog properties.
* material-ui: changed type of property "message" of SnackbarProps
2016-05-01 23:10:41 +09:00
ArtemZag
5ef5579fae
Updated material-ui.d.ts ( #8881 )
...
Added DOMAttributes to FlatButton and Dialog properties.
2016-04-12 22:05:00 +09:00
vvakame
56295f5058
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-17 00:55:26 +09:00
Robert Autenrieth
454c67494e
Add missing Divider export
2016-03-05 12:07:13 +01:00
Nathan Brown
745bc4b343
Updated per documentation for v0.14.4.
2016-02-28 23:22:02 -07:00
Nathan Brown
8aa54623c5
Re-order components to match the documentation. No content change.
2016-02-28 14:39:08 -07:00
Nathan Brown
378c681a47
Merge remote-tracking branch 'RaulTsc/master' into material-ui-v014. Pull request #8190 .
2016-02-26 10:55:51 -07:00
Nathan Brown
9dfc62e772
Merge remote-tracking branch 'Dashlane/fix/material-ui-themedecorator' into material-ui-v014. Pull request #6792 .
2016-02-26 10:40:55 -07:00
Nathan Brown
7459445f83
Merge remote-tracking branch 'Dashlane/material-ui-button-label-position' into material-ui-v014. Pull request #6680 .
2016-02-26 10:18:25 -07:00
Nathan Brown
84fe7d57ef
Merge remote-tracking branch 'ShyykoSerhiy/material-ui_added_props_for_table' into material-ui-v014. Pull request #6235 .
2016-02-26 10:13:01 -07:00
Nathan Brown
f98333e260
Add material-ui v0.13.4 as legacy definitions.
2016-02-25 20:32:03 -07:00
Nathan Brown
a0655e2acf
Sort all the parameters like the documentation.
2016-02-25 20:09:09 -07:00
Nathan Brown
4a9a7cf4d1
Remove old menu as it is no longer in v0.14
2016-02-25 19:57:58 -07:00
Nathan Brown
053e329696
material-ui: clean up redundant components for SvgIcons. Use base SvigIcon for all.
2016-02-25 18:53:37 -07:00
Nathan Brown
6b25f4513d
Merge remote-tracking branch 'DefinitelyTyped/master' into material-ui-v014
2016-02-25 18:53:09 -07:00
Nathan Brown
cbab7452bb
Merge pull request #7572 into material-ui-v014
2016-02-25 18:47:50 -07:00
Nathan Brown
c89ea2bc1e
More updates to material-ui. Added selectable-enhance.
2016-02-25 17:41:46 -07:00
raultsc
dd6a08e30a
Added hintStyle to SelectedField
2016-02-20 17:43:28 +02:00
raultsc
8f13596446
removed menuItems prop from SelectField. Fixes #8189
2016-02-20 17:15:05 +02:00
Ali Malekpour
44d672fd37
Add SvgIcons
2016-01-31 17:58:14 -05:00
Kirill Chaban
c0bc8907bd
material-ui: fix misprint in time-picker
...
Renamed textFieldStye to textFieldStyle
2016-01-11 22:09:57 +03:00
Masahiro Wakame
12acd5d239
Merge pull request #6746 from kirill-chaban/master
...
Update material-ui.d.ts
2016-01-11 22:54:15 +09:00
Nathan Brown
1b876ef145
Updated version number, improved SelectField definition.
2016-01-04 15:38:46 -07:00
clbond@gmail.com
a3e5624021
Update the tests to use the new icon refs
2016-01-01 21:34:51 -05:00
Chris Bond
8db0cd5532
Fix CI failure
2015-12-28 14:29:44 -05:00
Chris Bond
cd99a10f48
- Upgrade type definitions to match latest Material-UI library available in GitHub
...
- Add all missing SVG icon definitions as well
- Update material-UI definitions to work with ES6 import default syntax
- Update tests to use ES6 import syntax
2015-12-28 14:26:37 -05:00
clbond@gmail.com
e85a4e2770
Missing icon definitions
2015-12-26 07:56:18 -05:00
clbond@gmail.com
646720e17c
Missing SVG icon definitions
2015-12-25 12:10:29 -05:00
Masahiro Wakame
68e706983e
Merge pull request #7244 from marcel-ernst/master
...
Fix type for DatePickerProps formatDate
2015-12-23 15:51:16 +09:00
Ali Taheri
acb75d82e8
Added some of the missing props and fixed label of Tab, it can take anything.
2015-12-22 11:32:51 +03:30
Marcel Ernst
4f245aafeb
Fix type for DatePickerProps formatDate
2015-12-17 15:54:50 +01:00
Masahiro Wakame
bd57a6061a
Merge pull request #7018 from ngbrown/material-ui-fix2
...
material-ui - update to new dialog usage.
2015-12-07 23:32:48 +09:00
Nathan Brown
c9fe6c37be
material-ui - add missing event handler.
...
Add `onClick` to `ListItem` component.
2015-12-02 11:41:00 -07:00
Nathan Brown
9322940349
material-ui - update to new dialog usage.
2015-12-01 16:44:13 -07:00
leonuh
dc61765718
fix(material-ui) - spacing, gridlist style, gridtile style
2015-12-01 23:14:22 +01:00
Masahiro Wakame
f0bf1d87ad
Merge pull request #6659 from subjectix/material-ui-prop-fix
...
[material-ui] Added missing style prop and isRtl on theme
2015-12-01 22:50:25 +09:00
Kirill Chaban
50e5e39ca7
Merge remote-tracking branch 'DefinitelyTyped/master'
...
# Conflicts:
# material-ui/material-ui-tests.tsx
2015-11-28 01:17:29 +01:00
Masahiro Wakame
526e6208cd
Merge pull request #6856 from rhysd/material-ui/badge
...
material-ui: Added type of <Badge> component
2015-11-27 00:06:23 +09:00
John Reilly
36c6ce86fb
Merge pull request #6799 from adidahiya/react-css-transition-group
...
[React] Fix linting errors and add support for transition timeout props on CSSTransitionGroup
2015-11-25 12:01:29 +00:00
rhysd
8fed873d03
material-ui: Added type of <Badge> component
2015-11-20 23:28:31 +09:00
Masahiro Wakame
56af854cf7
Merge pull request #6591 from tsv2013/master
...
DatePicker: hintText, floatingLabelText
2015-11-20 00:49:56 +09:00
Kirill Chaban
05ee7f6558
Update material-ui.d.ts
...
used spaces instead of tabs
2015-11-19 08:23:25 +01:00
Adi Dahiya
4c0eb8b492
More fixes to material-ui react typings
2015-11-18 18:38:38 -05:00
Kirill Chaban
7c167c1e05
Update material-ui.d.ts
...
used spaces instead of tabs
2015-11-18 23:12:24 +01:00