This repository was archived by the owner on Sep 14, 2021. It is now read-only.
v35.0.0
35.0.0 (2018-04-10)
Bug Fixes
- FormElements: Make id string.isRequired for our form elements (d3fe34f)
BREAKING CHANGES
- FormElements:
idis now required as string forAutosuggest,Checkbox,Dropdown,MonthPicker,TextFieldandTextarea( was already required forRadio&SlideToggle).
This standardises our form elements, removes a custom prop type check, allow future accessibility fixes as well as making it not possible to accidentally opt out of these fixes by omitting a id.
This reverts commit d31cdb1.