material-ui v0.16.0 (#11996)

* Copy 0.15.1 to legacy.

* 0.15.2 - DatePicker dialogContainerStyle https://github.com/callemall/material-ui/pull/4355

* 0.15.2 RadioButton change value type to any https://github.com/callemall/material-ui/pull/4510

* 0.15.2 - SelectField maxHeight https://github.com/callemall/material-ui/pull/4645

* 0.15.2 - Slider sliderStyle https://github.com/callemall/material-ui/pull/4617

* 0.15.2 - Vertical/reversible sliders https://github.com/callemall/material-ui/pull/4571

* 0.15.3 - AutoComplete textFieldStyle https://github.com/callemall/material-ui/pull/4853

* 0.15.3 - Forwarding Popover animation - https://github.com/callemall/material-ui/pull/4702

* 0.15.3 - RadioButtonGroup change defaultSelected and valueSelected type to any - https://github.com/callemall/material-ui/pull/4807

* 0.15.3 - change Snackbar action type to node - https://github.com/callemall/material-ui/pull/4716

* 0.15.4 - ListItem open https://github.com/callemall/material-ui/pull/4850

* 0.16.0-rc1 - CircularProgress thickness

* 0.16.0 - Remove deprecated code - https://github.com/callemall/material-ui/pull/4987

* 0.16.0-rc1 Rename MakeSelectable to makeSelectable - https://github.com/callemall/material-ui/pull/5025

* 0.16.0-rc2 - AutoComplete popoverProps - https://github.com/callemall/material-ui/pull/5064

* 0.16.0-rc2 RaisedButton buttonStyle - https://github.com/callemall/material-ui/pull/5196

* 0.16.0-rc2 - Switch thumbSwitchedStyle and trackSwitchedStyle - https://github.com/callemall/material-ui/pull/5106

* 0.16.0-rc2 - Snackbar contentStyle - https://github.com/callemall/material-ui/pull/5205

* Remove duplicate attribute.

* Removed not documented attributes.

* Update version to 0.16.0.

* Fix paddings.

* Remove usage of deprecated React.Props.
This commit is contained in:
Michael Ledin
2016-10-19 15:03:56 +03:00
committed by Masahiro Wakame
parent 35b2457525
commit 7de2734e38
6 changed files with 19880 additions and 6337 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
--experimentalDecorators

8630
material-ui/legacy/material-ui-0.15.1.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
// Type definitions for material-ui v0.15.1
// Type definitions for material-ui v0.16.0
// Project: https://github.com/callemall/material-ui
// Definitions by: Nathan Brown <https://github.com/ngbrown>, Oliver Herrmann <https://github.com/herrmanno>, Vladimir Pouzanov <https://github.com/farcaller>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff