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

v39.0.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 04 Apr 03:45
· 50 commits to master since this release
961a19f

39.0.0 (2019-04-04)

Features

  • Checkbox: Support multiline label and improved VoiceOver focus (#614) (961a19f)

BREAKING CHANGES

  • React: Requires consumers to have React v16.3+.

  • Checkbox: Adds horizontal padding to the Checkbox in button mode to prevent label text colliding with button border.

MIGRATION GUIDE

React

Now takes a peer dependency on React v16.3+. Please ensure your app is compatible, see the React v16 release blog to see what is relevant for your app.

Checkbox

If using <Checkbox type="button" /> please validate that the addition of the field gutter width padding does not introduce any undesired wrapping or overflow.