Skip to content

v0.8.8 (May 21, 2016)

Compare
Choose a tag to compare
@JosephusPaye JosephusPaye released this 21 May 11:57
· 466 commits to next since this release

New

Fixes

  • Added pointer cursor to all relevant interactive components (UiButton, UiIconButton, UiFab, UiMenuItem, UiCheckbox, UiRadio, UiSwitch)
  • Fixed z-index issue with tooltips and dropdowns in a modal
  • UiIcon: Vertically align icons to middle for use inline with text
  • UiMenu: Show scrollbar when menu height exceeds viewport height
  • UiAutocomplete, UiRadioGroup, UiRating and UiTextbox: Keep help text visible when disabled
  • UiIconButton and UiFab: Fixed horizontal centering of icon in Firefox
  • UiIconButton: Changed display to inline-flex
  • UiCollapsible: Fixed header vertical centering in IE

Breaking

  • UiMenu and UiMenuItem: Renamed 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: Renamed showMenuKeyboardShortcuts prop to showMenuSecondaryText, menu options should use the secondaryText property for showing secondary text like keyboard shortcuts and badges