Skip to content

Releases: preactjs/preact

10.26.7

24 May 09:53
3c556ad
Compare
Choose a tag to compare

Types

Improvements

Maintenance

10.26.6

06 May 17:46
e92fdf8
Compare
Choose a tag to compare

Fixes

Types

  • Change HTMLMediaElement.controlsList type to string (DOMTokenList) (#4744, thanks @piotr-cz)

Maintenance

10.26.5

06 Apr 08:11
f6bbed5
Compare
Choose a tag to compare

Types

Fixes

  • Avoid cloning reused nodes (#4733, thanks @JoviDeCroock)
  • Bring back strict-equality bailout for children even w/ context updates (#4724, thanks @rschristian)
  • Effect in memoed boundary should be re-executed when the lazy boundary resolves (#4711, thanks @CaptainWang98)

Maintenance

10.26.4

28 Feb 19:46
ccd1e71
Compare
Choose a tag to compare

Fixes

10.26.3

27 Feb 11:18
ecf6c40
Compare
Choose a tag to compare

Fixes

Types

Maintenance

10.26.2

18 Feb 11:33
927fdd4
Compare
Choose a tag to compare

This is a hotfix release! If you are encountering bundling issues with regards to unallowed import syntax, this will fix it!

Fixes

Maintenance

10.26.1

18 Feb 06:46
e62871c
Compare
Choose a tag to compare

Fixes

  • Fixes memory leak when wrapping Fragment is captured by an effect closure (#4680, thanks @JoviDeCroock)

Optimization

Maintenance

10.26.0

16 Feb 16:29
2812165
Compare
Choose a tag to compare

Features

Fixes

Types

Maintenance

10.25.4

28 Dec 08:27
055cc5b
Compare
Choose a tag to compare

Types

Fixes

10.25.3

18 Dec 20:58
3972db1
Compare
Choose a tag to compare

Fixes

Types

  • Add default event target types for HTML attribute interfaces (#4606, thanks @rschristian)