preact v10.4.1 Release Notes

Release Date: 2020-04-20 // almost 4 years ago
  • _ tl;dr: This release allows our devtools extension to inspect hooks. Apart from that it includes the usual round of bug fixes._

    โšก๏ธ We have a nice little present for you and that is hooks are now fully supported in Preact Devtools 0.5.0 ๐ŸŽ‰ The extension is currently awaiting approval in browsers stores and your browser will automatically update to it in the following days.

    Screenshot from 2020-04-19 21-10-06

    ๐Ÿฑ Both @andrewiggins and @JoviDeCroock went full on bug hunting mode and got some neat fixes in! We also saw an awesome contribution from @davidje13 who found an error in our types for memo ๐Ÿ‘

    โšก๏ธ But the true star from the show is without a doubt that we finally have updated our typings to bring back the marquee element. @developit himself took the honors and made sure that developers can continue to use this element in their demo applications.

    ๐Ÿ› Bug Fixes

    Typings

    • โž• Add <marquee> typings (#2466, thanks @developit)
    • 0๏ธโƒฃ Account for defaultProps when wrapping components with memo (#2461, thanks @davidje13)

    ๐Ÿšง Maintenance