Skip to content

Commit d654149

Browse files
committed
v0.3.2 Release
1 parent f1ea595 commit d654149

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.3.3
2+
###### _Dec. 7, 2014_
3+
4+
##### General
5+
- Added a basic example project in /example
6+
7+
##### Components
8+
- Dialog
9+
- Actions are now real buttons
10+
- Added transitions
11+
- Prefixed classNames with mui
12+
- Cleaned up styles
13+
- Input
14+
- Fixed a bug that caused placeholder to not show on focus (#112)
15+
- Placeholders can now be displayed in-line by setting inlinePlaceholder to true.
16+
- The initial number of rows can now be set with the rows prop.
17+
- Toggle
18+
- Fixed alignment issue (#118)
19+
- The inital state of the toggle can now be set with the toggled prop.
20+
121
## 0.3.2
222
###### _Nov. 30, 2014_
323

package.json

Lines changed: 1 addition & 1 deletion
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.3.2",
4+
"version": "0.3.3",
55
"description": "Material Design UI components built with React",
66
"main": "./src/index",
77
"scripts": {

0 commit comments

Comments
 (0)