Releases: preactjs/preact
Releases · preactjs/preact
3.0.0-beta4
- Preact's codebase has been factored into modules
- Reduced possible repaints by collecting property cache into a namespace
- 10-20% performance improvement under heavy rendering load!
- Now available in npm under a nice
dist-tag
:npm install preact@beta
3.0.0-beta3
- Fixes for event removal (#34), tests.
3.0.0-beta2
Beta version of the 3.0.0 major bump:
3.0.0
- Added
context
support - Bugfix:
componentDidUpdate()
should not be called after initial render - Switch from tracking
nextState
to trackingprevState
- Drop
VNode#__isVNode
in favor ofinstanceof
(reason)
2.8.1
2.7.3
2.5.0
2.4.1
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.