This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
Releases: seek-oss/seek-style-guide
Releases · seek-oss/seek-style-guide
v39.2.0
v39.1.0
v39.0.2
v39.0.1
v39.0.0
39.0.0 (2019-04-04)
Features
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.