Skip to content

Commit

Permalink
Merge pull request #6124 from oliviertassinari/v0.17.0
Browse files Browse the repository at this point in the history
[release] v0.17.0
  • Loading branch information
oliviertassinari authored Feb 12, 2017
2 parents df3c706 + 427b3c2 commit c9af960
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 7 deletions.
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,42 @@
## HEAD

## 0.17.0
###### _Feb 12, 2017_

A big thanks to the 17 contributors who are making this release possible.

##### Breaking Changes
- [core] include `react-tap-event-plugin@^2.0.0` for `react@^15.4.0` (#5572)
- [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

## 0.16.7
###### _Jan 15, 2017_
Expand Down
6 changes: 3 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The roadmap is a living document, and it is likely that priorities will change, but the list below should give some indication of our plans for the next major release, and for the future.

:warning: New features based on `v0.16.x` have low priority and will most likely not be reviewed nor merged. We want to focus on bug fixes.
:warning: New features based on `v0.17.x` have low priority and will most likely not be reviewed nor merged. We want to focus on bug fixes.

## [next](https://github.com/callemall/material-ui/milestone/14) (expected in the next couple months)

Expand Down Expand Up @@ -95,9 +95,9 @@ however, it's going to follow a specific release plan:

1. We focus on migrating the components to the `next` branch. They may not be fully migrated.
2. We merge the `next` branch into master.
At that point, we're going to stop supporting the `v0.16.x` releases.
At that point, we're going to stop supporting the `v0.17.x` releases.
3. We release our first alpha.
4. We focus on finishing the migration of all the components to get a good feature parity with `v0.16.x`.
4. We focus on finishing the migration of all the components to get a good feature parity with `v0.17.x`.
5. We release our first pre-release.
6. We ship :100:.

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-docs",
"version": "0.16.7",
"version": "0.17.0",
"description": "Documentation site for Material-UI",
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion docs/src/www/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[
"HEAD",
"v0.17.0",
"v0.17.0",
"v0.16.7",
"v0.16.6",
"v0.16.5",
Expand Down Expand Up @@ -53,4 +55,4 @@
"v0.3.2",
"v0.3.1",
"v0.3.0"
]
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-ui-build",
"private": true,
"author": "Call-em-all Engineering Team",
"version": "0.16.7",
"version": "0.17.0",
"description": "React Components that Implement Google's Material Design.",
"main": "./src/index.js",
"keywords": [
Expand Down

0 comments on commit c9af960

Please sign in to comment.