You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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