preact v10.0.0-rc.1 Release Notes

Release Date: 2019-08-02 // over 4 years ago
  • _ tl;dr: This release contains many little fixes and we encourage all X users to upgrade._

    ๐Ÿš€ As we're nearing closer to the actual release we're hoping to sweeten the wait with another rc-release ๐ŸŽ‰ While the docs are coming along nicely we have a preview of our upcoming migration guide to Preact X from 8.x. We have a little polish left to do, but apart from that the new docs are basically ready :fingers_crossed:

    But back to the actual release! This time the fixes touch a broad area in Preact. There are a few for Portals, some for onTransition* or onAnimation* events and the usual round of browser or typing PRs.

    ๐Ÿš€ It's arguably less feature packed than previous releases, but that's a really good sign for the release candidate phase. It means that X is mature and is in great shape for going gold ๐Ÿ‘ ๐Ÿ’ฏ

    ๐Ÿ”‹ Features

    • Diff props when replacing a node and don't diff when hydrating (#1786, thanks @JoviDeCroock)

    ๐Ÿ› Bug Fixes

    Typings

    ๐Ÿšง Maintenance