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.14.1
3.14.0
- Refs/render() should return inner instance for
renderSubtreeIntoContainer()
(#296, thanks @windyGex) - Fix a duplication bug when re-rendering root components that swap their
base
(#301) - Allow
children
in the props argument ofcloneElement()
(#317, thanks @tkh44) - Update
preact-render-to-string
to 3.6.0, adjusting self-closing tag SSR for XHTML (#302) - We now ship an ES Modules build without ES2015 to make Webpack 2 users happy 🌈
3.13.1
3.13.0
- Fix component state leakage (preactjs/preact#413)
- Size optimizations
3.12.0
3.11.0
3.10.0
- Add methods passed to createClass to the new class' prototype (#250)
- Prevent onChange from firing twice on checkboxes (#247 / preactjs/preact#358)
- Export ReactComponentWithPureRenderMixin from lib (#255)
- Merge mixin return values (#240)
- Fix
Children
API incompatibilities (#236) - Add support for
onDoubleClick
alias of nativeonDblClick
(#264) (#272)
Thank you to everyone who made this release:
@chrishinrichs @pekala @aweary @Stuk @linde12 @rokoroku
3.9.4
3.9.3
3.9.2
- Autobind
createClass
properties before calling the constructor (preactjs/preact#234) 🎉