Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Releases: preactjs/preact-compat

1.11.0

23 Jul 18:58
Compare
Choose a tag to compare

1.10.0

23 Jul 18:57
Compare
Choose a tag to compare

1.9.0

23 Jul 18:57
Compare
Choose a tag to compare
  • Fix props.children alias. This may break tests (but unlikely actual code) for Preact 4.x.
  • As of 1.9.0, preact-compat now supports react-router! (See #47)

1.8.3

23 Jul 18:55
Compare
Choose a tag to compare
  • Export version="15.1.0", since some libraries depend on this existing and being valid semver

1.8.2

23 Jul 18:54
Compare
Choose a tag to compare
  • Clone attributes prior to patching if inextensible (Fixes #105)

1.8.0

23 Jul 18:53
Compare
Choose a tag to compare
  • Alias props.children to emulate React's behaviour (Fixes #47)
  • Fix cloneElement() to match Preact and React's version (Fixes #72)

1.7.1

27 Apr 00:09
Compare
Choose a tag to compare
  • Fix for #43 via simple existence check

1.7.0

07 Apr 21:19
Compare
Choose a tag to compare
  • Fixed issue where getInitialState() wasn't being called on components created with createClass() (thanks @shiftyp!)

1.6.1

09 Mar 16:56
Compare
Choose a tag to compare

0.6.1

06 Feb 15:28
Compare
Choose a tag to compare
  • Update PropTypes to fix issue when used without browserify/webpack/rollup/etc.