Skip to content

Commit ab8880b

Browse files
committed
v0.3.0 Release
1 parent f19e6a8 commit ab8880b

File tree

2 files changed

+52
-5
lines changed

2 files changed

+52
-5
lines changed

CHANGELOG.md

Lines changed: 51 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
1+
## 0.3.0
2+
###### _Nov. 17, 2014_
3+
4+
##### General
5+
- Updated Browserify & Reactify versions
6+
- Enabled reactify es6 transformations
7+
- Removed jQuery dependency (#25)
8+
- Added reaact-tap-event-plugin dependency
9+
10+
##### Components
11+
- Dialog
12+
- Width is now determined by content
13+
- Position is centered horizontally inside parent container
14+
- Pressing Esc now closes the dialog (#35)
15+
- Dropdown Menu
16+
- Added underline (#39)
17+
- Fixed display problem on double click (#43)
18+
- Icon
19+
- Transfer all props to underlying span
20+
- Icon Button (New)
21+
- Buttons...that are icons. :)
22+
- Input
23+
- Added required, min, max and step
24+
- LeftNav
25+
- Fixed left nav style when docked (#36)
26+
- Transition now uses translate3d instead of left
27+
- Overlay now listens to onTouchTap
28+
- Menu Items
29+
- Added user select none styles (#45)
30+
- Paper
31+
- Added onMouseOver & onMouseOut props
32+
- Toolbar
33+
- Items are now passed in as children instead of groupItem prop
34+
35+
##### Mixins
36+
- Added WindowListenable. Allows listening to window events.
37+
38+
##### Utils
39+
- Added Dom and Events utility functions
40+
- Fixed a bug that caused CSS Events to bind twice
41+
42+
##### Less
43+
- Added media query variables
44+
- Added no-wrap mixin
45+
- Removed unnecessary style resets
46+
- Removed tab highlight color on all elements
47+
148
## 0.2.2
2-
###### Nov. 11, 2014
49+
###### _Nov. 11, 2014_
350
- Changed project structure to be less confusing. Material-UI components/styles live in the src directory.
451
Docs site code lives in the docs directory. This still allows us to easily test components in the docs site
552
as we are working on them
@@ -10,12 +57,12 @@
1057
- Improved ripple animation on buttons
1158

1259
## 0.2.1
13-
###### Nov. 8, 2014
60+
###### _Nov. 8, 2014_
1461
- Fixed icon font reference. We're now including it as part of the project
1562
instead of an npm dependency.
1663

1764
## 0.2.0
18-
###### Nov. 7, 2014
65+
###### _Nov. 7, 2014_
1966
- Icon
2067
- Added all font icons from the unoffical material design icon font:
2168
https://github.com/designjockey/material-design-fonticons
@@ -33,7 +80,7 @@
3380
- onLineBreak event now passes back event (e) on callback
3481

3582
## 0.1.29
36-
###### Nov. 5, 2014
83+
###### _Nov. 5, 2014_
3784
- css fix on paper component
3885
- hover transition fix on buttons
3986
- removed selected state on drop down icon component

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.2.2",
4+
"version": "0.3.0",
55
"description": "Material Design UI components built with React",
66
"main": "./src/index",
77
"scripts": {

0 commit comments

Comments
 (0)