Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

v35.0.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 10 Apr 02:52
· 178 commits to master since this release
d3fe34f

35.0.0 (2018-04-10)

Bug Fixes

  • FormElements: Make id string.isRequired for our form elements (d3fe34f)

BREAKING CHANGES

  • FormElements: id is now required as string for Autosuggest, Checkbox, Dropdown, MonthPicker, TextField and Textarea ( was already required for Radio & 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.