Skip to content

v30.0.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 23 Jun 00:53
· 1016 commits to master since this release
f226bae

Patch Changes

  • Narrow fontWeight token type from string | number to the expected values (#952)

  • Textarea: Fix "Received NaN for the rows attribute." warning. (#950)

    Fixes the warning in node testing environments where updating the rows attribute was failing due to line-height being normal. Now falling back to the predefined lines prop when the dynamic grow size is not valid.