Skip to content

Releases: Tresjs/post-processing

v3.0.0-next.0

24 Jun 19:38
Compare
Choose a tag to compare
v3.0.0-next.0 Pre-release
Pre-release

3.0.0-next.0 (2025-06-24)

Features

  • adapt code and playgrounds to latest changes on ecosystem (#207) (39ad650), closes #208

Bug Fixes

  • update import paths for post-processing components in documentation (#206) (7289c15)

What's Changed

  • fix: update import paths for post-processing components in documentation by @alvarosabu in #206
  • feat: adapt code and playgrounds to latest changes on ecosystem by @alvarosabu in #207

Full Changelog: 2.4.0...3.0.0-next.0

v2.4.0

26 May 17:42
Compare
Choose a tag to compare

2.4.0 (2025-05-26)

Features

Bug Fixes

  • big clean demo β€” docs β€” bad using multisampling (#201) (38002a6)

What's Changed

Full Changelog: 2.3.1...2.4.0

v2.3.1

29 Mar 08:05
Compare
Choose a tag to compare

2.3.1 (2025-03-29)

Bug Fixes

What's Changed

Full Changelog: 2.3.0...2.3.1

v2.3.0

26 Mar 10:01
Compare
Choose a tag to compare

2.3.0 (2025-03-26)

Features

  • postprocessing: re-instance effect on prop changes without set (#193) (2104f16)

What's Changed

  • chore(deps): update pnpm to v10 by @renovate in #183
  • feat(postprocessing): re-instance effect on prop changes without set by @Tinoooo in #193

Full Changelog: 2.2.0...2.3.0

v2.2.0

10 Mar 09:41
Compare
Choose a tag to compare

2.2.0 (2025-03-10)

Features

Bug Fixes

What's Changed

Full Changelog: 2.1.0...2.2.0

v2.1.0

29 Jan 07:53
Compare
Choose a tag to compare

2.1.0 (2025-01-29)

Features

Bug Fixes

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

v2.0.0

03 Jan 09:40
Compare
Choose a tag to compare

2.0.0 (2025-01-03)

⚠ BREAKING CHANGES

  • Consolidated post-processing effects under a unified namespace (@tresjs/post-processing). Pmndrs EffectComposer is now EffectComposerPmndrs, same for all the effects and composables under src/core/pmndrs to avoid name collisions

  • chore: remove nuxt playground

  • docs: updated docs to breaking changes

  • chore: update deps and tsconfig for docs

  • fix: adjusted aliases in vite config

Bug Fixes

  • unified-exports-suffix-pmndrs-effects (#154) (3a2ec97)

What's Changed

Full Changelog: 1.0.0...2.0.0

v1.0.0

26 Nov 18:24
Compare
Choose a tag to compare

1.0.0 (2024-11-26)

Features

Bug Fixes

  • 67 depth of field and outline effect (#138) (3112305)

What's Changed

New Contributors

Full Changelog: 0.7.1...1.0.0

v1.0.0-next.1

26 Jul 05:29
Compare
Choose a tag to compare
v1.0.0-next.1 Pre-release
Pre-release

1.0.0-next.1 (2024-07-26)

Features

What's Changed

New Contributors

Full Changelog: 0.7.1...1.0.0-next.1

v1.0.0-next.0

21 May 08:20
Compare
Choose a tag to compare
v1.0.0-next.0 Pre-release
Pre-release

1.0.0-next.0 (2024-05-21)

Features

  • export useEffect composable (#105) (b7810ba)
  • render emit and advance playgroudn for render modes (5d256fc)
  • update to v4, useLoop and remove disable render (544fb39)