|
| 1 | +## 0.6.0 |
| 2 | +###### _Jan. 26, 2105_ |
| 3 | + |
| 4 | +##### General |
| 5 | +- Fixed dependencies to prevent multiple versions of React getting loaded on the docs site (#194) |
| 6 | + |
| 7 | +##### Deprecated |
| 8 | +- Input - Please use TextField instead. |
| 9 | + |
| 10 | +##### New |
| 11 | +- Radio Button Group |
| 12 | + - This component was created to make it easier to work with groups of radio buttons (#151) |
| 13 | +- Tabs |
| 14 | + - Added new Tabs component. |
| 15 | +- TextField |
| 16 | + - This component replaces Input. It extends the native input element and will support all of |
| 17 | + its props and events. It also supports valueLink and can be controlled or uncontrolled. |
| 18 | + - MultiLine text fields now grow and shrink as the user inputs data. |
| 19 | + - Allow for both floating labels and hint text in the same input. |
| 20 | + - Floating labels now generate a label element. |
| 21 | + |
| 22 | +##### Fixes |
| 23 | +- AppBar |
| 24 | + - Added icon prop. (#250) |
| 25 | +- Checkbox |
| 26 | + - Checkbox styling now matches material design specs |
| 27 | + - This component has been revamped and can now be controlled or uncontrolled. |
| 28 | +- Date Picker |
| 29 | + - Fixed a bug with getDate() (#196) |
| 30 | + - Added onChange prop (#198) |
| 31 | +- Dialog |
| 32 | + - Actions can now be passed in as an array of react elements. (#241) |
| 33 | +- Menu Item |
| 34 | + - Menu Items now respond to onTouchTap |
| 35 | +- Radio Button |
| 36 | + - Checkbox styling now matches material design specs |
| 37 | + - This component has been revamped and can now be controlled or uncontrolled. |
| 38 | +- Slider |
| 39 | + - Fixed a css bug with slider handles (#225) |
| 40 | + - Added onDragStart and onDragStop props (#217) |
| 41 | +- Snackbar |
| 42 | + - Fixed Ghost hidden snackbar (#235) |
| 43 | +- Toggle |
| 44 | + - This component now extends a native input checkbox. |
| 45 | + - It can now be controlled or uncontrolled. |
| 46 | +- Toolbar |
| 47 | + - Fixed FlatButton positioning inside toolbar (#224) |
| 48 | + |
1 | 49 | ## 0.5.0
|
2 | 50 | ###### _Jan. 3, 2105_
|
3 | 51 |
|
|
12 | 60 | - Spacebar key up triggers button clicks. (#155)
|
13 | 61 | - Slider
|
14 | 62 | - Changed slider cursor (#187)
|
15 |
| -- Snackbar (New) |
| 63 | +- Snackbar **(New)** |
16 | 64 | - Added a snackbar component.
|
17 | 65 |
|
18 | 66 | ## 0.4.1
|
|
27 | 75 | - Buttons
|
28 | 76 | - Added secondary button colors
|
29 | 77 | - Removed underline styles on link buttons (#172)
|
30 |
| -- Date Picker (New) |
| 78 | +- Date Picker **(New)** |
31 | 79 | - Added new date picker component.
|
32 | 80 | - Dialog version is implemented, inline version to follow in upcoming release.
|
33 | 81 | - Has both portrait and landscape modes.
|
|
0 commit comments