Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephusPaye committed May 21, 2016
1 parent 85ec80e commit caac23c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## v0.8.8 (May 21, 2016)

### New
* Add UiSelect component
* Add UiSlider component

### Fixes
* Add pointer cursor to all relevant interactive components (UiButton, UiIconButton, UiFab, UiMenuItem, UiCheckbox, UiRadio, UiSwitch)
* Vertically align icons to middle for use inline with text
* Show scrollbar when menu height exceeds viewport height
* Change UiIconButton `display` to `inline-flex`
* UiAutocomplete, UiRadioGroup, UiRating and UiTextbox: keep help text visible when disabled
* Fix z-index issue with tooltips and dropdowns in a modal

### Breaking
* UiMenu and UiMenuItem: rename `keyboardShortcut` and `showKeyboardShortcuts` props to `secondaryText` and `showSecondaryText`, menu options should use the `secondaryText` property for showing secondary text like keyboard shortcuts and badges

* UiButton and UiIconButton: rename `showMenuKeyboardShortcuts` prop to `showMenuSecondaryText`, menu options should use the `secondaryText` property for showing secondary text like keyboard shortcuts and badges
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"dist",
"lib",
"src",
"CHANGELOG.md",
"LICENCE",
"README.md"
],
Expand Down

0 comments on commit caac23c

Please sign in to comment.