This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
v0.4.8
Bug Fixes
- button: Prevent
click()
event propagation if disabled (2ef9d7b) - button: Remove type attribute (#176) (15152f7), closes #174
- checkbox: Correct camelcase property of
tabIndex
(41af1ad) - textfield: Label overlap if value is undefined (#188) (b2ee5c9), closes #187
Features
- Add
applyCssTransform
function (#170) (4115006) - button: Set
aria-disabled
if disabled (a6c1802) - checkbox: Add focus() as public method (#161) (fe7d1a9)
- checkbox: Provision host + input
id
if not user defined (e686dac) - infrastructure: Implement Test Infrastructure (#150) (c079cd3), closes #114
- Injectable
MdcRipple
+ EventRegistry provider (#181) (99923e7), closes #164 - radio: Improvements + test coverage (#183) (bb45d77)
- switch: Improvements + test coverage (#182) (60653dc)
- tabs: Add test coverage (#185) (0d01b48)
- textfield: Add
setValid
method to set a custom validity (#190) (8dee576)
BREAKING CHANGES
- textfield:
updateErrorState
method was renamed tosetValid
keeping with MDC foundation naming. MdcRippleModule
was removed, please update your code accordingly.