Skip to content

Releases: pmndrs/react-postprocessing

v2.9.1

30 Apr 11:45

Choose a tag to compare

Full Changelog: v2.9.0...v2.9.1

2.9.0

30 Apr 11:44

Choose a tag to compare

What's Changed

  • chore(deps): bump @npmcli/git from 2.0.6 to 2.1.0 by @dependabot in #185
  • Update rpp to work with latest React, R3F and PP, add GH actions by @talentlessguy in #180
  • feat: wrapEffect disposal & root context by @CodyJasonBennett in #179

Full Changelog: v2.8.3...v2.9.0

v1.3.1

07 Sep 17:17

Choose a tag to compare

Fixes

  • adds missing export for <ToneMapping />

v1.3.0

07 Sep 07:51

Choose a tag to compare

⭐ New

  • Added Selection effects
    • <SelectiveBloom />
    • <Outline />

v1.2.0

31 Aug 14:07

Choose a tag to compare

Improved effect composer unmount + remount logic.
Fixed unnecessary rerenders which caused flickering on resize/prop change.