8.2.2 fixes a bunch of little issues encountered by those upgrading to 8.2.1 👍
- Use explicit import paths in
src
for ES Modules compatibility (#792, thanks @slaskis) - Fix CLI donation message failing if
npm
is unavailable (#804, thanks @andrejsm) - Fix Babel attempting to use Preact's configuration (#825, thanks @rubenmoya)
- Fix invalid sourcemap by updating Rollup (#800)
preact/debug
: Support for attributes with no.toString()
(#754, thanks @plusCubed)preact/debug
: Allow string refs when preact-compat is present (#807)preact/debug
: Fix error whenpreact-compat
was not present