Releases: pmndrs/react-postprocessing
v3.0.0-rc.2
What's Changed
- fix: remove use of TS extensions by @CodyJasonBennett in #322
Full Changelog: v3.0.0-rc.1...v3.0.0-rc.2
v3.0.0-rc.1
What's Changed
- fix(types): remove use of ambient three by @dreamoftrees, @CodyJasonBennett in #320
Full Changelog: v3.0.0-rc.0...v3.0.0-rc.1
v2.19.1
v3.0.0-rc.0
What's Changed
- feat!: React 19 support by @aryankarim in #302
- fix: tree-shaking by @CodyJasonBennett in #314
- fix!: remove SSR by @CodyJasonBennett in #316
- fix: drop forwardRef in wrapEffect by @CodyJasonBennett in #317
- fix!: publish as ESM-only, upstream N8AO by @CodyJasonBennett in #313
React 18 support is dropped, and @react-three/[email protected]
and react >= 19
are supported. This incidentally includes three >= 0.156
for types.
<SSR />
has been removed as https://github.com/0beqz/screen-space-reflections is no longer maintained, and maintaining a modern G-buffer in three.js is not permittable without implementing a bespoke material system. We'll implement this upstream in pmndrs/postprocessing if nodes materials stabilize pmndrs/postprocessing#279 (comment), mrdoob/three.js#30185 (comment).
This package is now ESM-only, which is necessary to pull in ecosystem effects like <N8AO />
without vendoring. CommonJS packages can still be used in harmony alongside, but one may not import this library without a recent version of Node (nodejs/node#51977).
New Contributors
- @aryankarim made their first contribution in #302
Full Changelog: v2.19.0...v3.0.0-rc.0