Skip to content

Releases: preactjs/preact

2.8.1

29 Jan 03:30
Compare
Choose a tag to compare
  • Performance improvements for asymmetric DOM properties
  • Account for external mutation of properties

2.7.3

26 Jan 21:23
Compare
Choose a tag to compare
2.7.3

2.5.0

03 Dec 19:25
Compare
Choose a tag to compare
  • Fixes #5: props are now passed to Component constructors.

2.4.1

03 Dec 19:03
Compare
Choose a tag to compare
  • Fix: ensure the npm package includes src/ since it's now used by anyone using rollup for bundling (via jsnext:main).

2.4.0

03 Dec 19:02
Compare
Choose a tag to compare
  • Switch to a rollup-powered build, courtesty of @sheepsteak (thanks!)
  • Apply more strict linting around the codebase, removed some unused code. General cleanliness += 1.

2.3.0

30 Nov 00:43
Compare
Choose a tag to compare
  • Fix incorrect behavior where attributes with explicit false values were being skipped.
  • Readme updates as ever.

2.2.0

28 Nov 20:08
Compare
Choose a tag to compare
  • Fix componentWillMount / componentWillUnmount for high-order components

2.1.0

28 Nov 20:08
Compare
Choose a tag to compare
  • Fix detachment of content attributes by preferring their property equivalents where available

2.0.1

28 Nov 20:07
Compare
Choose a tag to compare

Re-add component.setProps() since other libs depend on it

2.0.0

14 Nov 00:10
Compare
Choose a tag to compare