Skip to content

Releases: preactjs/preact

10.5.12

26 Jan 22:07
c71a02f
Compare
Choose a tag to compare

This release includes an enhancement to our devtools integration. Via a babel plugin you can get more readable hook names to show up in devtools instead of dozens of useState hooks in devtools. Check out https://github.com/preactjs/babel-plugin-transform-hook-names for more information.

Before:

image

After:

image

Bug Fixes

Maintenance

10.5.11

20 Jan 21:33
398092e
Compare
Choose a tag to compare

📈 Bug Fixes

⛳ Code golfing

  • Golf element diffing [-17b] (#2942, thanks @developit)
  • Pass all props to createElement instead of just is [-5b] (#2943, thanks @developit)
  • Use try/catch for properties instead of an allow list, remove xlink: (#2939, thanks @developit)
  • Simplify diffChildren's handling of excessDomChildren and oldDom (#2941, thanks @andrewiggins)

🛠️ Maintenance

10.5.10

14 Jan 12:16
efee8cf
Compare
Choose a tag to compare

Bug Fixes

Maintenance

10.5.9

03 Jan 12:31
aba653e
Compare
Choose a tag to compare

Happy New Year to everyone 🎉 Let's kick of the year with a few welcome bug fixes regarding preact/compat 👍

Bug Fixes

Maintenance

10.5.8

30 Dec 15:18
a9f7e67
Compare
Choose a tag to compare

This is probably the last release for 2020. Thank you everyone for the amazing contributions over the year and we can't wait to see where Preact is going in 2021! Lot's of interesting ideas are being worked on 🎉

Bug Fixes

Types

Other

Maintenance

10.5.7

12 Nov 22:00
cdb709e
Compare
Choose a tag to compare

10.5.6

12 Nov 18:49
b4d7a6c
Compare
Choose a tag to compare

Bug Fixes

Types

Maintenance

10.5.5

18 Oct 10:26
9443406
Compare
Choose a tag to compare

Bug Fixes

Typings

10.5.4

05 Oct 16:25
042be5e
Compare
Choose a tag to compare

tl;dr: Bug-Fix only release that should get rid of the last className edge cases. We encourage everyone to upgrade.

Despite our effort to account for all edge cases regarding className handling in preact/compat, we got some reports of some missed ones. This release corrects those 🎉

This release contains a fix to increase compatibility with next.js that ensures that the error overlay will show up.

Bug Fixes

10.5.3

28 Sep 21:02
8603d70
Compare
Choose a tag to compare

This release fixes a regression in regards to class/className handling in preact/compat. We encourage everyone to upgrade.

Bug Fixes

Maintenance