10.5.3
This release fixes a regression in regards to class/className
handling in preact/compat
. We encourage everyone to upgrade.
Bug Fixes
- Fix
className
normalization (#2774, thanks @JoviDeCroock) - Fix edge cases for thrown
Promises
in Suspense (#2776, thanks @kitten)
Maintenance
- Replace custom script with
check-export-map
(#2777, thanks @marvinhagemeister) - Upgrade bench infra and add tachometer PR reporter (#2775, thanks @andrewiggins)
- Optimizations for preact/jsx-runtime (#2771, thanks @developit)