Releases: Tresjs/post-processing
Releases Β· Tresjs/post-processing
v3.0.0-next.0
3.0.0-next.0 (2025-06-24)
Features
Bug Fixes
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
2.4.0 (2025-05-26)
Features
Bug Fixes
What's Changed
- feat: FXAA by @damienmontastier in #197
- feat: SMAA by @damienmontastier in #199
- feat: ASCII by @damienmontastier in #200
- feat: texture by @damienmontastier in #202
- chore: omitted image for copyright reasons π’ by @Tinoooo in #198
- docs: 195 have a section mentioning the attach feature in the docs by @Tinoooo in #203
- fix: big clean demo β docs β bad using multisampling by @damienmontastier in #201
Full Changelog: 2.3.1...2.4.0
v2.3.1
2.3.1 (2025-03-29)
Bug Fixes
What's Changed
- fix: god rays async light source by @damienmontastier in #194
Full Changelog: 2.3.0...2.3.1
v2.3.0
v2.2.0
2.2.0 (2025-03-10)
Features
- brightness contrast (#184) (0df3394)
- color depth (#186) (c09851c)
- fish-eye (#182) (826d832)
- god rays (#187) (eafe305)
- grid (#185) (212312e)
Bug Fixes
- add exported member depth picking pass pmndrs (#179) (6f3d459)
- delete multisampling used in TresCanvas props (#188) (507b517), closes #189
- sorted navigation entries (#190) (cf4aad2)
What's Changed
- fix: add exported member depth picking pass pmndrs by @damienmontastier in #179
- chore(deps): update dependency three to ^0.173.0 by @renovate in #90
- chore: migrate new tresleches by @damienmontastier in #178
- feat: brightness contrast by @damienmontastier in #184
- feat: fish-eye by @damienmontastier in #182
- feat: grid by @damienmontastier in #185
- feat: color depth by @damienmontastier in #186
- fix: delete multisampling used in TresCanvas props by @damienmontastier in #188
- fix: sorted navigation entries by @Tinoooo in #190
- feat: god rays by @damienmontastier in #187
Full Changelog: 2.1.0...2.2.0
v2.1.0
2.1.0 (2025-01-29)
Features
- add barrel blur effect (#159) (84cc46a)
- add chromatic aberration effect (#149) (8fc0321)
- add hue & saturation (#151) (f5a699f)
- add scanline (#150) (f3da309)
- add sepia effect (#161) (2137673)
- add shock wave (#164) (6fa0e3c)
- add tonemapping effect (#148) (db77fc6)
- color average (#166) (03f4986)
- dot screen effect (#167) (a0e957c)
- kuwahara (#172) (29927aa)
- lens distortion effect (#162) (0ee8267)
- linotcut (#170) (bfb64ef)
- tilt shift effect (#160) (ab9c8a0)
Bug Fixes
- fix effect name (#165) (5df6957)
- modify config doc and emojis (#174) (64ef99e)
- typescript-build-issues related to DepthPicking and Linocut (#175) (a2d90b0)
What's Changed
- feat: add scanline by @damienmontastier in #150
- feat: add hue & saturation by @damienmontastier in #151
- feat: add chromatic aberration effect by @damienmontastier in #149
- feat: add sepia effect by @damienmontastier in #161
- fix(chromatic-abberation): fix name effect by @damienmontastier in #165
- feat: dot screen effect by @damienmontastier in #167
- feat: tonemapping effect by @damienmontastier in #148
- feat: add barrel blur effect by @damienmontastier in #159
- feat: add tilt shift effect by @damienmontastier in #160
- feat: add shock wave by @damienmontastier in #164
- feat: lens distortion effect by @damienmontastier in #162
- chore: removal of default prop values by @Tinoooo in #163
- feat: color average by @damienmontastier in #166
- feat: kuwahara by @damienmontastier in #172
- fix: multiples exports & lint issues by @damienmontastier in #173
- feat: linotcut by @damienmontastier in #170
- fix: modify config doc and emojis by @damienmontastier in #174
- fix: typescript-build-issues related to DepthPicking and Linocut by @alvarosabu in #175
New Contributors
- @damienmontastier made their first contribution in #150
Full Changelog: 2.0.0...2.1.0
v2.0.0
2.0.0 (2025-01-03)
β BREAKING CHANGES
-
Consolidated post-processing effects under a unified namespace (
@tresjs/post-processing
). PmndrsEffectComposer
is nowEffectComposerPmndrs
, same for all the effects and composables undersrc/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
What's Changed
- fix!: unified-exports-suffix-pmndrs-effects by @alvarosabu in #154
Full Changelog: 1.0.0...2.0.0
v1.0.0
1.0.0 (2024-11-26)
Features
- native threejs effects (#121) (cd24a57)
- prop types exposure (#136) (bd6ff06)
- sub modules for pmndrs and native components (#123) (c8df59f)
Bug Fixes
What's Changed
- docs: fix docs link in README by @AntoninRousset in #104
- feat: export useEffect composable by @AntoninRousset in #105
- feat: update core to v4 by @alvarosabu in #109
- feat: repository url to package.json by @Tinoooo in #124
- feat: native threejs effects by @Tinoooo in #121
- feat: sub modules for pmndrs and native components by @Tinoooo in #123
- chore(deps): update dependency ubuntu to v24 by @renovate in #133
- feat: prop types exposure by @Tinoooo in #136
- chore(deps): dependency updates in nuxt playground by @Tinoooo in #135
- chore: add @alvarosabu codeowner by @alvarosabu in #139
- fix: 67 depth of field and outline effect by @Tinoooo in #138
- docs: added banner by @alvarosabu in #140
- chore(deps): update pnpm to v9 by @renovate in #134
- chore(deps): update deps before release by @alvarosabu in #141
New Contributors
- @AntoninRousset made their first contribution in #104
Full Changelog: 0.7.1...1.0.0
v1.0.0-next.1
1.0.0-next.1 (2024-07-26)
Features
What's Changed
- docs: fix docs link in README by @AntoninRousset in #104
- feat: export useEffect composable by @AntoninRousset in #105
- feat: update core to v4 by @alvarosabu in #109
New Contributors
- @AntoninRousset made their first contribution in #104
Full Changelog: 0.7.1...1.0.0-next.1