Skip to content

Releases: pmndrs/react-postprocessing

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

v2.18.0

18 Jan 21:27
9eb6982
Compare
Choose a tag to compare

2.18.0 (2025-01-18)

Bug Fixes

  • SelectiveBloom: apply ignoreBackground and inverted props (#297) (9eb6982)

Features

v2.17.0

18 Jan 21:22
b18b3ff
Compare
Choose a tag to compare

2.17.0 (2025-01-18)

Features

v2.16.7

16 Jan 18:01
Compare
Choose a tag to compare

2.16.7 (2025-01-16)

Bug Fixes

v2.16.6

07 Jan 18:48
0f4acdb
Compare
Choose a tag to compare

2.16.6 (2025-01-07)

Bug Fixes

  • WebGLMultipleRenderTargets is removed in r172. (#309) (0f4acdb)

v2.16.5

26 Dec 08:45
f9b4dae
Compare
Choose a tag to compare

2.16.5 (2024-12-26)

Bug Fixes

  • avoid warnings with Three 165+ with screen-space-reflections.js (#289) (f9b4dae)