Skip to content

Commit a4e194e

Browse files
committed
V0.12.1 release
1 parent 4c2d6e8 commit a4e194e

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.12.1
2+
###### _Sep 28, 2015_
3+
4+
##### Component Fixes / Enhancements
5+
- Fix broken documentation site
6+
- Fix theme display switch problem in doc (#1696)
7+
- Fix typo in src/card-expandable.jsx (#1724)
8+
- Fix broken link to v0.12.0 release tag
9+
- Use correct require calls
10+
- for react addons (#1729)
11+
- for raw themes (#1742)
12+
- Remove hard-coded color values from theme-manager
13+
- Use consistent values from raw theme (#1746)
14+
115
## 0.12.0
216
###### _Sep 25, 2015_
317

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-docs",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Documentation site for material-ui",
55
"repository": {
66
"type": "git",

docs/src/app/components/pages/customization/themes.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const ThemesPage = React.createClass({
326326

327327
<div style={styles.bottomBorderWrapper}>
328328
<p>
329-
We changed how themes work in v0.12 (check out <a href="https://github.com/callemall/material-ui/releases/tag/v0.12">release log</a> for more details).
329+
We changed how themes work in v0.12.0 (check out <a href="https://github.com/callemall/material-ui/releases/tag/v0.12.0">release log</a> for more details).
330330
There are now two kinds of themes in Material-UI: <b>raw theme</b> and <b>mui theme</b>.
331331
The raw theme is a plain JS object containing three keys: spacing, palette and fontFamily.
332332
The mui theme, on the other hand, is a much bigger object. It contains a key for every material-ui

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "material-ui",
33
"author": "Call-em-all Engineering Team",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"description": "Material Design UI components built with React",
66
"main": "./lib",
77
"scripts": {

0 commit comments

Comments
 (0)