material-ui

Material UI: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

MIT License

Downloads
174M
Stars
91.4K
Committers
3.2K
material-ui -

Published by oliviertassinari over 7 years ago

May 13, 2017
Component Fixes / Enhancements
  • [Dialog] Improves borders behavior when scrollable (#6576) @bognix
  • [Slider] Fix step & max issue (#6752) @omarchehab98
  • [Slider] Fix isRtl behaviour directionInvariant approach (#6760) @omarchehab98
  • [TextField] Fix a warning of 'Failed prop type' (#6773) @szchenghuang
  • [TextField] Accessibility fix for horizontal rules (#6796) @charliegroll
  • [DatePicker] Call dismiss when handleTouchTapOk triggers (#6764) @NewOldMax
  • [Table] Handle 0 or 1 rows within the header (#6813) @DaIgeb
  • [Autocomplete] Fix handle open prop change (#6809) @jony89
  • [SelectField] Remove use of .includes() to support IE11 (#6838) @codylawson
  • [Slider] Remove deprecated error and description props (#6851) @solkaz
Core
  • [core] Fix breaking change "recompose" version dependency (#6847) @eduardomb
  • React 16 compatibility (#6753) @made-aryadinata
material-ui -

Published by oliviertassinari over 7 years ago

May 8, 2017
Breaking changes
  • [lint/flow] validate imports/exports with eslint and flow (#6757) @rosskevin
    Change some import:
-import { List, ListItem, ListItemText } from 'material-ui/List';
+import List, { ListItem, ListItemText } from 'material-ui/List';
  • [Grid] Rename Layout to Grid (#6789) @rosskevin
-import Layout from 'material-ui/Layout';
+import Grid from 'material-ui/Grid';

Example of upgrade.

Component Fixes / Enhancements
  • [Slide] Fix getTranslateValue for left & up cases (#6454) @josulliv101
  • [Hidden] Responsively hide content (js implementation) (#6748) @rosskevin
  • [Hidden] Fixes, demos, regression tests, and only functionality (#6782) @rosskevin
  • [Layout] Add a hidden property (#6754) @rosskevin
  • [Typography] Flow type (#6787) @rosskevin
Docs
  • [palette] Require color shape that matches defaults (#6756) @kgregory
  • [docs] Document the Theme section (#6810) @oliviertassinari
  • [docs] Add a search bar (#6745) @oliviertassinari
  • [docs] Generate a summary of each section (#6772) @oliviertassinari
  • [docs] Start addressing documentation issues (#6758) @oliviertassinari
  • [docs] Hide the context implementation details (#6798) @oliviertassinari
Core
  • Expanding use of flow for propType, include flow types in package, add flow-typed (#6724) @rosskevin
  • [core] Fix flow propTypes generation issue (#6749) @oliviertassinari
  • [createShallow] Remove cleanup (#6797) @agamrafaeli
material-ui -

Published by oliviertassinari over 7 years ago

Apr 30, 2017

Big thanks to the 8 contributors who made this release possible.
This release almost exclusively contains bug fixes.

Breaking Changes
  • [Table] Fix controlled behavior (#6638) @oliviertassinari

This PR is introducing a breaking change by removing the ambiguity between default state and controlled state. Now, as soon as the selected property is used, the row selection of the component is controlled, hence fully implementing what's documented:

selected: This property can be used to programmatically select rows.

Component Fixes / Enhancements
  • [AutoComplete] Fix overriding TextField value and onChange prop (#6642) @umidbekkarimov
  • [AutoComplete] Fix undesired behaviour with controlled searchText (#6621) @NickMalt
  • [Stepper] Allow single Step child (#6707) @StephanBijzitter
  • [style] Use 'default' cursor for disabled component states (#6700) @demigor
  • [DropDownMenu] Pass autoWidth property to Menu component (#6632) @BamaBoy
  • [Menu] Fix focus index when multiselect is used (#6717) @jony89
  • [Tabs] Fix transition when isRtl is used (#6737) @jony89
Docs
  • [docs] Upgrade react-docgen (#6635) @mbrookes
  • [Slider] Add a logarithmic scale example (#6672) @idoco
material-ui -

Published by oliviertassinari over 7 years ago

Apr 30, 2017

Big thanks to the 11 contributors who are pushing the next branch forward.

Breaking changes
  • [Typography] Rename Text to Typography (#6667) @oliviertassinari
  • [Radio] Change checked color to primary (#6683) @khayong
Component Fixes / Enhancements
  • [Collapse] Add test coverage for wrapper ref (#6617) @agamrafaeli
  • [Collapse] Add test coverage for handleEntered() (#6616) @agamrafaeli
  • [Collapse] Add test coverage for handleEntering() (#6615) @agamrafaeli
  • [CardHeader] Subheader doesn't go to a new line if there's no avatar (#6668) @kgregory
  • [SwitchBase] Add test coverage for handleInputChange() (#6613) @agamrafaeli
  • [Input] Reset for Safari (21751b293578f25675d415de766f77bd0178fc9c) @oliviertassinari
  • [Theme] Reintroduce muiThemeable as withTheme (#6610) @sxn
  • [Modal] Fixes cannot revert back to original overflow when have multiple modals (#6661) @khayong
  • [style] Reset the font family where needed (#6673) @oliviertassinari
  • [consoleErrorMock] Add test coverage (#6681) @agamrafaeli
  • [Transition] Add test coverage for shouldComponentUpdate() (#6680) @agamrafaeli
  • [ModalManager] Add test coverage for removal of non-exiting modal (#6678) @agamrafaeli
  • [Tabs] Label text wrapping / font scaling (#6677) @shawnmcknight
  • [Tabs] Cancel throttled event callbacks (#6715) @shawnmcknight
  • [Tabs] Improve component lifecycle (#6730) @shawnmcknight
  • [material-ui-icons] add making index.js (#6676) @taichi
  • [breakpoints] up(‘xs’) should have a min-width of 0px (#6735) @rosskevin
Docs
  • [docs] Fix the example "Usage" to match new Button component (#6692) @artarmstrong
  • [docs] Fix theme toggling (#6652) @nathanmarks
  • [TextField] Add password example to docs (#6637) @peteratticusberg
  • [docs] Fix layout edit button (4b5fedf902704b5e3dd2dba63fc2263f11e975d0) @oliviertassinari
  • [docs] Fix IE11 issue (6ad3354ec1a844d0f03bf890a5e73a7987179be7) @oliviertassinari
Core
  • [material-ui-icons] Modernize the package (#6688) @oliviertassinari
  • [core] Also take the demo into account for the regressions tests (#6669) @oliviertassinari
material-ui -

Published by oliviertassinari over 7 years ago

Apr 14, 2017

Big thanks to the 5 contributors who made this release possible.
Following React's announcement that includes the deprecation of some pattern, we have updated the codebase in order to support the latest v15.5.4 release of React.
Thanks @rsolomon for taking care of it!

Component Fixes / Enhancements
  • [SelectField] Add dropDownMenuProps property (c3ee8e88d1a8abb399d44b73bd3214883ccccd7a) @viniciusdcc
  • [CardActions] Fix showExpandableButton bug (#6578) @akshaynanavati
  • [DatePicker] Customizable calendar system (#6565) @alitaheri

Core

  • [react] Use React 15.5 and prop-types lib (#6577) @rsolomon
material-ui -

Published by oliviertassinari over 7 years ago

Apr 14, 2017
Component Fixes / Enhancements
  • [Drawer] Proper placement for anchor other than left (#6516) @kgregory
  • [ListItemAvatar] Fix & refactor (#6540) @mbrookes
  • [style] Add missing blueGrey colors (#6548) @peteratticusberg
  • [ButtonBase] Change tests to use faketimers (#6559) @agamrafaeli
  • [ButtonBase] Add test coverage for handleKeyDown (#6591)
  • [Tabs] Add scrollable behavior (#6502) @shawnmcknight
  • [Modal] Test focus (#6573) @agamrafaeli
  • [Chip] Add MuiChip to MUI_SHEET_ORDER (#6595) @nareshbhatia
  • [Collapse] Add test coverage for handleExiting() (#6589) @agamrafaeli
  • [Modal] Add test coverage for handleDocumentKeyUp() (#6588) @agamrafaeli
  • [Popover] Add test coverage for handleRequestTimeout() (#6599) @agamrafaeli
Docs
  • [package.json] Add test:unit:grep (#6586) @agamrafaeli
  • [docs] Fix build:docs command (#6606) @oliviertassinari
Core
  • [utils] Remove throttle (#6545) @agamrafaeli
  • [react] Upgrade to [email protected] (#6543) @oliviertassinari
  • [core] Remove one babel transform as require the Symbol polyfill (#6602) @oliviertassinari
  • [core] Add missing babel-runtime dependency (#6535) @oliviertassinari
  • [core] Random small fixes (#6522) @oliviertassinari
  • [test] Makes sure argos run even if diff fails (#6512) @oliviertassinari
material-ui -

Published by oliviertassinari over 7 years ago

Apr 10, 2017
  • [AutoComplete] Fix overriding TextField event props (#6561) @leMaik
  • [DropDownMenu] Fix the position regression (8829a9d78abedca5de80617448cb99968650c30e) @oliviertassinari
material-ui -

Published by oliviertassinari over 7 years ago

Apr 9, 2017

Big thanks to the 21 contributors who made this release possible.

This release includes the update of the dependencies.
The latest release of inline-style-prefixer is introducing significant performance improvements to our styling solution.

Latest React's announcement includes a deprecation of React.PropTypes and an introduction of a new package prop-types. We don't support that change yet, any help is welcome.

⚠️ Regression

Regressions has been introduced with

  • #6370, it should be fixed with 8829a9d78abedca5de80617448cb99968650c30e
  • #6497, it should be fixed with #6561
Component Fixes / Enhancements
  • [AutoComplete] Fix menuProps and text props override defaults (#6497) @susielu
  • [AutoComplete] Document menuProps property (#6443) @tanhauhau
  • [AppBar] Add test for iconElementRight gets FlatButton (#6362) @agamrafaeli
  • [Drawer] Allowing percentages width (#6315) @janzenz
  • [DropDownMenu] Expose targetOrigin and anchorOrigin properties (#6370) @qin9smile
  • [EnhancedTextArea] Fixes height bug for IE11 (#6418) @mmrtnz
  • [GridTile] Add a subtitleStyle property (#6421) @ichi0g0y
  • [ListItem] Add isKeyboardFocused prop (#6369) @samdroid-apps
  • [Menu] Add attributes to support assistive technologies (#6539) @170102
  • [TextField] Fix first character composition issue (#6456) @keifuji
  • [TextField] Fix wrapped hintText rendering outside of container (#6305) @pancho111203
  • [ToolbarGroup] Add more tests for other child components (#6423) @ibekavac
Docs
  • [ROADMAP] Add a link to the next documentation (b0461d944ccaee877358cad7173d2a9fbba19edf) @oliviertassinari
  • [docs] Add Electrode to related projects (#6441) @mbrookes
  • [docs] Add related project material-ui-scrollable-tabs (#6429) @shawnmcknight
  • [docs] Show how to change the RadioButton color (133da2f10592cf5d26c76248840b790783623886) @oliviertassinari
  • [Showcase] Add Flow Dashboard to showcase (#6380) @onejgordon
  • [Showcase] Update Slimchess Url (#6348) @larrxu
  • [Showcase] Add Serif.nu to showcase (#6399) @Joonpark13
  • [TableRow] Fix typo in comment (#6428) @beaudry
Core
  • [npm] Upgrade dependencies (#6343) @oliviertassinari
material-ui -

Published by oliviertassinari over 7 years ago

Apr 6, 2017

We are continuing investing in the documentation and the test suite.

Visual regression tests are now sent to argos-ci.
Thanks @agamrafaeli for increasing the test coverage of 1% since the last release (95.23%).
Thanks @mbrookes for fixing the inconsistency of the API and improving the API.

Breaking changes
  • [core][docs] Invert negative bool props (#6487) @mbrookes
// Paper
-rounded
+square

// BottomNavigation
-showLabel
+showLabels

// Button, IconButton, Switch
-ripple
+disableRipple

// Modal, Dialog
-backdropVisible
+backdropInvisible

-backdrop
+disableBackdrop

-hideOnBackdropClick
+ignoreBackdropClick

-hideOnEscapeKeyUp
+ignoreEscapeKeyUp

// Backdrop
-visible
+invisible

// ListItem
-gutters
+disableGutters

// InputLabel, TextFieldLabel
-animated
+disableAnimation

// TableCell, List
-padding
+disablePadding

// Input
-underline
+disableUnderline

// CardAction
-actionSpacing
+disableActionSpacing

// CardHeader
-subhead
+subheader
Component Fixes / Enhancements
  • [TextField] Forward name props to the input (#6469) @nvma
  • [MuiThemeProvider] Add test for for componentWillUpdate (#6474) @agamrafaeli
  • [styles.breakpoints] Add test for only() calling 'xl' (#6475) @agamrafaeli
  • [Menu] Add tests for handleEnter() (#6477) @agamrafaeli
  • [transitions] Add test coverage for getAutoHeightDuration (#6507) @agamrafaeli
  • [Popover] Add test for getoffset (#6510) @agamrafaeli
  • [breakpoints] Fix down function, eliminate overlap (#6504) @kgregory
Docs
  • [docs] Add missing prop descriptions to all components (#6483) @mbrookes
  • [docs] Link version number to release notes (#6486) @mbrookes
  • [docs] Link between sections (#6480) @oliviertassinari
  • [docs] Add a 'edit this page' button (#6482) @oliviertassinari
  • [docs] Display the current version (#6481) @oliviertassinari
  • [docs] Upgrade the dependencies (567a35ea3d2aa634a3072fb8b0151c9890551447) @oliviertassinari
Core
  • [test] Fix import paths for theme and MuiThemeProvider (#6493) @joefitzgerald
  • [test] Add argos-ci (#6391) @oliviertassinari
  • [test] Add HTML reporting of coverage from npm (#6479) @agamrafaeli
  • [TouchRipple] Remove react-addons-transition-group (#6514) @ykzts
  • [core] Do not output any .map file (#6478) @oliviertassinari
material-ui -

Published by oliviertassinari over 7 years ago

Apr 1, 2017
Component Fixes / Enhancements
  • [Tab] Add labelClassName property (#6436) @rogeliog
  • [test] Fix absolute path in createShallow (444c60392550fe73bb3492ba0ebb63473c73162a) @oliviertassinari
  • [material-ui-icons] Reinstate README, update scripts, update installation.md (#6448) @mbrookes
  • [Input] Add test for focus() (#6461) @agamrafaeli
  • [Input] Add test for componentDidMount() (#6462) @agamrafaeli
  • [RadioGroup] Add tests for edge cases (#6409) @agamrafaeli
  • [RadioGroup] Add missing teardown in test (8005d9d9b98ed58a041a9e49931fd88cb48687e2) @oliviertassinari
  • [Ripple] Add a new test for the unmount logic (#6434) @oliviertassinari
Docs
  • [docs] Add API menu and demo button (#6455) @mbrookes
  • [docs] Link to the Collapse documentation (#6464) @JeremyIglehart
  • [docs] Fix api.md indentation (#6468) @solkaz
Core
  • [core] Upgrade the dev dependencies (#6435) @oliviertassinari
  • [test] Takes the Menu as an example in the test documentation (d13607581dc2bf6c86e88721c2d177b8b8b2d004) @oliviertassinari
  • [Layout] Extract requireProp to utils (#6473) @agamrafaeli
material-ui -

Published by oliviertassinari over 7 years ago

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
  • [docs] Use material-ui-icons package (#6390) @mbrookes
Core
  • [SvgIcons] Update build (#6375) @mbrookes
material-ui -

Published by oliviertassinari over 7 years ago

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 (18e9c494e0c5c331b1e949856f2dbe8c77b62c77) @oliviertassinari
material-ui -

Published by oliviertassinari over 7 years ago

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 (e7fba22bd19f82f5489cb52eaaaaff23f2f57939) @oliviertassinari
  • [core] Fix docs:start command on Windows (#6307) @kybarg
  • [core] Upgrade the npm dependencies (#6327) @oliviertassinari
material-ui -

Published by oliviertassinari over 7 years ago

Feb 26, 2017
Core
  • [core] Fix component wrong propType (03f0fdc627951b5ddd3b28bd1a4cbdcee96f2a1c) @oliviertassinari
material-ui -

Published by oliviertassinari over 7 years ago

Feb 26, 2017
Core
  • [core] Fix propTypes usage (9a220173a59e51108f7ee9d059a312f174113ac2) @oliviertassinari
material-ui -

Published by oliviertassinari over 7 years ago

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 (425d8ed47e0282b8c0409517c53e00ef61374b02) @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 (1831aa76fe72e9b22a0b82f2a360f860ca89fdce) @nathanmarks
material-ui - v0.17.0

Published by oliviertassinari over 7 years ago

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.1
  • react >= 15.4.0
  • react-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
material-ui -

Published by oliviertassinari over 7 years ago

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
material-ui -

Published by oliviertassinari over 7 years ago

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
material-ui - v1.0.0-alpha.1

Published by oliviertassinari over 7 years ago

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.

Package Rankings
Top 0.08% on Npmjs.org
Top 11.43% on Repo1.maven.org
Top 3.26% on Proxy.golang.org