forked from LucasIcarus/Keen-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85ec80e
commit caac23c
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ | |
"dist", | ||
"lib", | ||
"src", | ||
"CHANGELOG.md", | ||
"LICENCE", | ||
"README.md" | ||
], | ||
|