Skip to content

v30.2.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 26 Jul 04:08
· 994 commits to master since this release
4ccc567

Patch Changes

  • Checkbox, RadioGroup, Radio: Use atoms for label cursor styles (#973)

    Since the disabled state of a checkbox can only be changed via JavaScript, cursor styles can be toggled via Box props rather than generating additional CSS.

    While this is an improvement in and of itself, this change is being made to work around a third-party testing bug where our use of :disabled in a complex CSS selector is causing an exception to be thrown.