Skip to content

Releases: preactjs/preact

10.6.0

23 Nov 16:06
3a32895
Compare
Choose a tag to compare

Types

Fixes

Maintenance

10.5.15

12 Oct 05:55
bd52611
Compare
Choose a tag to compare

Fixes

Types

Maintenance

10.5.14

01 Jul 16:57
ba8353c
Compare
Choose a tag to compare

Features

Bug Fixes

  • Prevent eager child removal (#3210, thanks @JoviDeCroock)
  • Compat: Update Fake React Version (#3189, thanks @tim-on-github)
  • Fix react-spring error caused by augmented function contexts (#3165, thanks @developit)
  • Use Array.prototype.slice.call for children arguments (#3143, thanks @fzzle)
  • Improve performance of vnodeId generation (#2978, thanks @developit)
  • Fix: should override children if null is provided as an argument (#3091, thanks @clyfish)

Size

Typings

Maintenance

10.5.13

14 Mar 21:22
e523a82
Compare
Choose a tag to compare

Bug Fixes

Types

Maintenance

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