Releases: mui/material-ui
v1.0.0-alpha.8
Mar 25, 2017
A big thanks to @agamrafaeli for increasing the test coverage by 4%.
We are now at 93.53%. That's pretty great.
Component Fixes / Enhancements
- [Chip] Add tests for handleKeyDown for Chip module (#6379) @agamrafaeli
- [Chip] Add tests for onRequestDelete (#6377) @agamrafaeli
- [Chip] Alignements issue on children, affecting safari only (#6336) @stunaz
- [Dialog] Test transition prop not a function (#6387) @agamrafaeli
- [DialogTitle] Test scenario where children are a string (#6386) @agamrafaeli
- [Drawer] Remove unreachable code in
getSlideDirection
(#6388) @agamrafaeli - [FormControl] Add tests for internal functions (#6407) @agamrafaeli
- [FormGroup] Add spec (#6404) @agamrafaeli
- [IconButton] Add test for rendering Icon children (#6405) @agamrafaeli
- [Layout] Backport a fix at Doctolib for Chrome (#6376) @oliviertassinari
- [Layout] Revise default value for aligns-items (#6334) @stunaz
- [List] Making list meet Material Guidelines (#6367) @kybarg
- [style] Expose createStyleSheet to reduce boilerplate (#6378) @oliviertassinari
- [style] Expose the between breakpoints helper (#6382) @oliviertassinari
- [TableSortLabel] Add spec (#6408) @agamrafaeli
- [test] Expose the test helpers (#6383) @oliviertassinari
- [TouchRipple] Add tests for edge cases (#6411) @agamrafaeli
Docs
Core
v0.17.1
Mar 12, 2017
A big thanks to the 20 contributors who are making this release possible.
Component Fixes / Enhancements
- [Chip] Add containerElement property (#6237) @blmarket
- [DatePicker] Add option to hide date display (#6161) @dhoward
- [EnhancedButton] Speed up unmount (#6164) @fzaninotto
- [EnhancedSwitch] Remove dead "toggled" property (#6182) @Shahrukh-Zindani
- [FlatButton] Add fullWidth property (#6135) @Shahrukh-Zindani
- [FloatingActionButton] Fix disabledColor warning in console (#6178) @Shahrukh-Zindani
- [MenuItem] Add an anchorOrigin property for the nested items (#6079) @skylerfenn
- [Menu] Fix disabled MenuItem with props.menuItemStyle (#6203) @tomchentw
- [LinearProgress] Reduce delay before indeterminate animation begins (#6230) @lawrence-yu
- [SelectField] Fix TouchRipple effect when SelectField is disabled (#6286) @solkaz
- [SelectField][DropDownMenu] Prevent label from resizing parents (#6200) @JessThrysoee
- [SelectField][DropDownMenu] Support multi select (#6165) @JessThrysoee
- [TextField] sync height with shadow when
rowsMax
changed (#6297) @seasick - [Theme] Move borderRadius into a theme constant (#6233) @samdroid-apps
- [Toolbar] Allow node to be used in text property (#6282) @oliviertassinari
Docs
- [Button] Expose disableTouchRipple (#6234) @oshalygin
- [FlatButton] Add className property (#6148) @Shahrukh-Zindani
- [ListItem] Documents containerElement, changes ref to use callback (#6204) @lourd
- [Showcase] Add SlimChess to showcase (#6225) @larrxu
- [docs] Add onTouchTap documentation for FlatButton (#6147) @Shahrukh-Zindani
- [docs] Add onTouchTap documentation for FloatingActionButton (#6172) @Shahrukh-Zindani
- [docs] Add onTouchTap documentation for IconButton (#6174) @Shahrukh-Zindani
- [docs] Add onTouchTap documentation for RaisedButton (#6171) @Shahrukh-Zindani
- [docs] Add explanation for using font icon in a local project (#6198) @Shahrukh-Zindani
- [docs] Add documentation for containerElement in FlatButon (#6210) @Shahrukh-Zindani
- [docs] Add documentation for containerElement in RaisedButon (#6199) @Shahrukh-Zindani
- [docs] Update usage.md (#6207) @dhruvdutt
- [docs] Add a link to clarify the use of font icons in IconButton (#6197) @Shahrukh-Zindani
- [docs] Update ROADMAP.md (#6319) @antmdvs
Core
- [issue] Update the webpackbin link (18e9c49) @oliviertassinari
v1.0.0-alpha.7
Mar 12, 2017
Component Fixes / Enhancements
- [Slide] Fix displaying when in=false at first (#6223) @ArcanisCz
- [Ripple] Improve the animation (#6248) @oliviertassinari
- [color] Add missing blueGrey color (#6255) @Shahrukh-Zindani
- [Table] Fix paddings according to guidelines (#6306) @kybarg
- [Table] Replace font icon to svg icon in sort label (#6321) @kybarg
- [Table] Add visual regression tests (#6325) @oliviertassinari
- [Button] Use faded text color for hover state (#6320) @mbrookes
Docs
- [docs] Add a Color section (#6254) @Shahrukh-Zindani
- [docs] Add information to typography (#6266) @Shahrukh-Zindani
Core
- [test] Server side render some element to be sure (#6328) @oliviertassinari
- [npm] Add correct extension (#6241) @okvic77
- [core] Rename travis to circle as we migrated (e7fba22) @oliviertassinari
- [core] Fix docs:start command on Windows (#6307) @kybarg
- [core] Upgrade the npm dependencies (#6327) @oliviertassinari
v1.0.0-alpha.6
v1.0.0-alpha.5
v1.0.0-alpha.4
Feb 26, 2017
Component Fixes / Enhancements
- [Button] Fix boxSizing when not rending a native button (#6224) @oliviertassinari
- [Divider] Fix negative margin causes overflow/scrollbars (#6139) @giuseppeg
- [LinearProgress] Add an accessibility property (#6155) @oliviertassinari
- [Text] Add more option to the align property (#6153) @oliviertassinari
- [icon-builder] Update to generate standalone package (#6104) @mbrookes
- [style] transitions theme API reworked (#6121) @ArcanisCz
- [svg-icons] Change target package name (#6184) @mbrookes
- [transitions] Fix an unknown property warning (#6157) @oliviertassinari
- [transitions] Fix allowing fraction numbers as delay/duration (#6221) @ArcanisCz
Docs
- [docs] Use webpack 2 & dll bundle (#6160) @nathanmarks
- [docs] Improve the user experience on mobile (#6154) @oliviertassinari
- [docs] Fix the Table examples on mobile (425d8ed) @oliviertassinari
- [docs] Add an API section (#6239) @oliviertassinari
- [docs] Normalize the container property (#6238) @oliviertassinari
Core
- [core] Fix typos in styles/transitions pointed out in issue (#6175) @Shahrukh-Zindani
- [core] Lightweight the build (#6152) @oliviertassinari
- [core] Add exports to index.js for inclusion in webpack bundle (#6144) @fkretzer
- [test] Integration of test suite to run on BrowserStack (#6236) @oliviertassinari
- [test] Bump vrtest version for exit code fix (1831aa7) @nathanmarks
v1.0.0-alpha.3
Feb 12, 2017
Component Fixes / Enhancements
- [Button] Make the node isRequired (#6095) @oliviertassinari
- [TextField] value propType (#6091) @MNTBKR
- [TextField] Fix width issue (#6096) @oliviertassinari
- [TextField] Add an inputProps property (#6111) @oliviertassinari
- [Checkbox] Not selecting label text on quick clicks (#6097) @ArcanisCz
- [Tabs] Add a disabled property (#6112) @irfanhudda
- [Paper] Rename zDepth -> elevation everywhere (#6116) @ArcanisCz
Docs
- [docs] Add simple example in the Badge API (#6117) @stunaz
- [docs] Add a Drawer section (#6113) @ArcanisCz
Core
- [core] Simplify test suite and use vrtest for regressions (#6122) @nathanmarks
- [core] Prefix stylesheet names to prevent collisions (#6110) @oliviertassinari
- [core] Remove stringOrNumber propTypes (#6109) @oliviertassinari
v0.17.0
Feb 12, 2017
A big thanks to the 17 contributors who are making this release possible.
Breaking Changes
- [core] Upgrade react-tap-event-plugin and react peer dependency (#6057) @rosskevin
We have upgraded the peer dependency of Material-UI. You gonna need:
react-tap-event-plugin
>= 2.0.1react
>= 15.4.0react-dom
>= 15.4.0
Component Fixes / Enhancements
- [Tooltip] Add support for horizontalPosition="right" (#6072) @LeeKevin
- [RadioButton] Fix circular dependency (#6055) @joaogranado
- [Stepper] Add font family from base theme (#5943) @ysds
- [Popover] Fix re-opening animated popover (#5984) @kib357
- [EnhancedButton] Fix bleeding animation (#6027) @ArcanisCz
- [DropDownMenu] Allow custom FontIcon child (#6028) @ArcanisCz
Docs
- [docs] Fix typo for the Divider's page (#6085) @meganetaaan
- [docs] Add rating component to related-projects (#6018) @saschb2b
- [docs] Add a chrome extension example to the showcase (#5994) @xinghengwang
- [docs] Add source-code IconButton to Showcase (#5980) @mbrookes
- [docs] Fix FlatButton example Firefox behavior (#5933) @MustD
- [docs] Update Flat/Raised Button with SVG's description (#5981) @oshalygin
- [Toggle] Update docs (#5941) @GusRuss89
Core
- [core] Fix npm scripts for windows - proper cross-env (#6086) @ArcanisCz
- [eslint] Fix errors & warnings & deprecations (#6030) @ArcanisCz
- [colorManipulator] Add warning to decomposeColor (#5939) @gyfis
v1.0.0-alpha.2
Feb 7, 2017
One year ago, we were struggling with removing all the mixins from the project.
Now, it's about rewriting all our components.
We gonna try doing frequent alpha releases to keep some intertia. At least once per week would be good.
As always, we are keeping the documentation up to date.
Component Fixes / Enhancements
- [Badge] Port the Badge Component (#6043) @stunaz
- [Layout] Warn about wrong usage of the item & container combination (#6040) @oliviertassinari
- [Layout] Explicit the box-sizing dependency (#6036) @oliviertassinari
- [Drawer] Open/close animation easing and timing (#6066) @ArcanisCz
Docs
- [docs] Add a composition section (#6049) @oliviertassinari
- [docs] Explain how to use the visual regression tests (#6050) @oliviertassinari
- [docs] Improve the Server Rendering section (#6070) @oliviertassinari
v1.0.0-alpha.1
Jan 28, 2017
This is the first public alpha release. It's still work in progress.
People will be able to start giving us feedback with this release.
Please keep in mind that semver won't be respected between pre-releases.
In other words, the API will change if we need to.
If you need a documentation, you can try this one.
We try to keep it up-to-date with the next
branch.