Vladimir Pouzanov
c84418c278
Added global version of material-ui
2016-10-13 14:59:31 +01:00
Frank van den Berg
7f2cfbd0ff
Update material-ui.d.ts ( #11353 )
...
Expose ThemePalette interface.
2016-10-04 11:34:28 -07:00
MichaelHilus
4a4d4e31e2
Added missing className property to CardProps ( #10823 )
...
The className property for CardPros is missing, so using it like
<Card className={this.myClass}>...</Card>
is not possible.
2016-10-03 11:37:14 -07:00
Andy
349b639b35
Merge pull request #10994 from bezreyhan/master
...
allow tooltip prop of IconButton to be a ReactNode | string
2016-09-19 14:06:56 -07:00
Stefan Dobrev
549f6a3fa9
Add svgIcon to MuiTheme ( #11293 )
...
https://github.com/callemall/material-ui/blob/master/src/styles/getMuiTheme.js#L249-L251
2016-09-19 16:09:32 +09:00
Riad Loukili
c418617826
AppBar type fix ( #11192 )
...
Styles should be CSS properties not string. ;)
2016-09-14 21:44:48 +09:00
pafflique
facde8c116
AutoComplete accepts React.Node as floatingLabelText
...
http://www.material-ui.com/#/components/auto-complete
2016-09-08 13:31:28 +03:00
Bez Reyhan
305bef7e2d
allow tooltip prop of IconButton to be a ReactNode | string
2016-09-02 12:38:19 -07:00
Stefan Dobrev
d0d8127eaa
Fix withWidth return type signature to be a HOC
...
`withWidth` is a function that returns a high order component wrapper function. More info here: https://github.com/callemall/material-ui/blob/master/src/utils/withWidth.js#L15
2016-08-24 15:26:06 +03:00
Ivo Stratev
64ee4c9628
getInputNode should return HTMLInputElement
2016-08-18 09:23:56 +03:00
Carson Full
b1426f561d
[Material UI] Changed button labels from strings to ReactNodes. ( #10102 )
2016-07-19 17:09:41 -07:00
Ivo Stratev
4bc3bdf7bb
Improvement to material-ui type definition
...
case 2. Improvement to existing type definition.
From Material-UI Reference (http://www.material-ui.com/#/customization/themes ):
"The lightBaseTheme is the default so you will not need to do anything to use it other than using MuiThemeProvider as described in Usage. [http://www.material-ui.com/#/get-started/usage ]"
muiTheme Property should be optional.
2016-07-11 19:31:18 +03:00
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