Skip to content

v1.0.1

Compare
Choose a tag to compare
@JosephusPaye JosephusPaye released this 03 Sep 11:17
· 268 commits to next since this release
  • Upgrade Vue to v2.4.2 and fix template warnings. See #268.
  • Add aria-describedby attribute to UiTooltip
  • Fix bug where help and error content provided via slot isn't shown unless the help or error props are set. Affects UiAutocomplete, UiCheckboxGroup, UiDatepicker, UiRadioGroup, UiSelect, and UiTextbox. See #204.
  • Allow null for UiAutocomplete and UiTextbox value prop. See #253.
  • Allow UiTooltip trigger prop to be a VueComponent instance. See #204.
  • Add checked attribute to the input element for UiRadio. See #207.
  • Fix error being thrown when using UiRippleInk with SVG elements on touch devices. See #236.
  • Fix minor errors and dead links in the docs
  • Remove Material Icons webfont and use inline SVG icons in the docs
  • Update contributing guidelines with information about linting, BEM and using the next branch