Releases: preactjs/preact
Releases · preactjs/preact
2.5.0
- Fixes #5:
props
are now passed to Component constructors.
2.4.1
- Fix: ensure the npm package includes
src/
since it's now used by anyone using rollup
for bundling (via jsnext:main
).
2.4.0
- 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
- Fix incorrect behavior where attributes with explicit
false
values were being skipped.
- Readme updates as ever.
2.2.0
- Fix componentWillMount / componentWillUnmount for high-order components
2.1.0
- Fix detachment of content attributes by preferring their property equivalents where available
2.0.1
Re-add component.setProps() since other libs depend on it