preact v10.3.0 Release Notes

Release Date: 2020-02-03 // about 4 years ago
  • _ tl;dr: This release contains a good number of bug fixes and we encourage all users to upgrade._

    ๐Ÿš€ A little bit of time has passed since our last release and we're excited to ship another one, making Preact even more robust! The fixes nearly touch all packages and further improves compatibility with third-party libraries ๐ŸŽ‰

    ๐Ÿฑ If you glance at the contributor names, you'll notice a few new ones there. It's safe to say that we were amazed and super ecstatic by the amount of new first time contributors to Preact! ๐Ÿ™Œ

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Include support for customised built-in elements (#2266, thanks @defx)
    • โฌ†๏ธ Upgrade devtools adapter to support Profiler and bring back preact/devtools import (#2246, thanks @marvinhagemeister)

    ๐Ÿ› Bug Fixes

    Types

    • ๐Ÿ‘ Allow null as an initial value for useRef (#2281, thanks @armujahid)

    ๐Ÿšง Maintenance