tl;dr: This is a bug-fix only release and safe to upgrade 🎉
We've landed some very anticipated fixes and therefore thought to cut a new release not soon after 🙌
Bug Fixes
- Initialize
children
if they'renull
in suspense (#2570, thanks @sventschui) - Fix case where
textarea
doesn't reset state (#2615, thanks @JoviDeCroock) - Fix passing
null
toforwardRef
(#2600, thanks @JoviDeCroock)
Typings
- Make
strokeMiterlimit
accept a number as well (#2620, thanks @lfamorim) - Add
feDropShadow
definition (#2609, thanks @Somnid)
Maintenance
- Add missing
LICENSE
files and fix submodule names (#2611, thanks @hbroer) - Fix typo in
CONTRIBUTING.md
(#2603, thanks @futantan) - HTTPS fix for README image (#2602, thanks @developit)
- Run same workflow on PR and master push (#2601, thanks @andrewiggins)