Skip to content

Releases: pmndrs/react-postprocessing

v3.0.4

20 Feb 06:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

v3.0.3

19 Feb 17:28
Compare
Choose a tag to compare

Manual re-release of v3.0.2.

Full Changelog: v3.0.2...v3.0.3

v3.0.2

19 Feb 17:25
dc9e2e6
Compare
Choose a tag to compare

3.0.2 (2025-02-19)

Bug Fixes

  • include dist folder in package files (#326) (dc9e2e6)

v3.0.1

19 Feb 17:23
1d9526c
Compare
Choose a tag to compare

3.0.1 (2025-02-19)

Bug Fixes

  • include dist folder in release artifacts (#325) (1d9526c)

v3.0.0

19 Feb 14:03
9bbc98c
Compare
Choose a tag to compare

3.0.0 (2025-02-19)

BREAKING CHANGES

  • React 19 support

v3.0.0-rc.2

23 Jan 12:35
Compare
Choose a tag to compare
v3.0.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-rc.1...v3.0.0-rc.2

v3.0.0-rc.1

23 Jan 05:39
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-rc.0...v3.0.0-rc.1

v2.19.1

23 Jan 05:37
d9164b8
Compare
Choose a tag to compare

2.19.1 (2025-01-23)

Bug Fixes

v3.0.0-rc.0

20 Jan 23:23
Compare
Choose a tag to compare
v3.0.0-rc.0 Pre-release
Pre-release

What's Changed

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

Full Changelog: v2.19.0...v3.0.0-rc.0

v2.19.0

18 Jan 21:57
eb0d5fb
Compare
Choose a tag to compare

2.19.0 (2025-01-18)

Features