github preactjs/preact 5.7.0

latest releases: 10.21.0, 10.20.2, 10.20.1...
7 years ago
  • Correct regression introduced in 5.6.0 where re-rendering components with the same root node could duplicate their DOM. Fixes #257.
  • Enforce this.props and this.context, even when a class improperly inherits from Component (eg: calls super() without forwarding arguments)
  • Fix for all empty vnodes ("", null, etc) rendering a comment - this should only occur when an empty vnode is returned from a component's render().
  • Make event handler "on" prefix case-insensitive

Don't miss a new preact release

NewReleases is sending notifications on new releases.