github preactjs/preact 4.4.0

latest releases: 10.21.0, 10.20.2, 10.20.1...
8 years ago

Bug Fixes

  • When reclaiming externally created elements (such as via dangerouslySetInnerHTML), copy their attributes into the prop cache so they are properly diffed on subsequent render (Issue #97)
  • Fix cached unmount behavior: lifecycle events should be invoked for nested components, but only the top-level component should be physically removed from the DOM. The rest remain cached within that component's DOM + VDOM tree (Issue #94)

Don't miss a new preact release

NewReleases is sending notifications on new releases.