This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
Releases: preactjs/preact-compat
Releases · preactjs/preact-compat
3.9.1
3.9.0
3.8.2
🎉 This release brings full compatibility with React Storybook!
Changes Since 3.7.1:
- Ensure
.attributes
/.props
is always populated, since React does so - Remove
props.children
if it's an empty Array, since that is now much more often the case as of Preact 6.3.0.
3.7.0
- Add support for (deprecated) camelCase'd SVG props. Fixes #222.
- Transform pure functions to components in order to make keyed behavior match React's
- This may be moved into preact's core soon!
- Optimize performance of JSX (VNode creation/normalization) and hooks
Note: It's recommended that you also update to Preact 6.3.0.
3.6.0
3.5.0
Important:
- We've migrated
Component.getInitialState()
here from preact core (as of preact 6.2.0)