Releases: Tresjs/post-processing
Releases · Tresjs/post-processing
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
v1.0.0-next.0
1.0.0-next.0 (2024-05-21)
Features
v0.7.1
0.7.1 (2024-03-18)
Bug Fixes
What's Changed
- fix: expose effectComposer by @alvarosabu in #83
- chore: update deps 4 12 by @alvarosabu in #89
- chore(deps): update pnpm to v8.11.0 by @renovate in #79
- fix: multisampling prop value by @whereiswolf in #102
New Contributors
- @whereiswolf made their first contribution in #102
Full Changelog: 0.7.0...0.7.1
v0.7.0
0.7.0 (2023-11-14)
Features
Bug Fixes
What's Changed
- fix: avoid recursive updates when resizing the window by @alvarosabu in #81
- feat: vignette effect by @alvarosabu in #75
Full Changelog: 0.6.0...0.7.0
v0.6.0
0.6.0 (2023-11-14)
Features
What's Changed
- chore: repo improvements automerge by @alvarosabu in #73
- feat: 66 noise by @alvarosabu in #71
- chore: cientos playground structure alike by @alvarosabu in #76
Full Changelog: 0.5.0...0.6.0
v0.6.0-next.0
v0.5.0
0.5.0 (2023-10-28)
Features
- 50 similar linting rules throughout the tresjs packages (#51) (1ea91b8)
- post-processing: depth of field effect (#56) (9264231)
- post-processing: pixelation effect (#68) (8e3e583)
- post-processing: refactor of existing effects (#64) (a2afd3f)
Bug Fixes
- 58 postprocessing breaks on nuxt (#69) (013b4a1)
- deps: update dependency @Tresjs/core to v3.2.0 (#53) (4ec3156)
What's Changed
- feat: 50 similar linting rules throughout the tresjs packages by @Tinoooo in #51
- chore(deps): update dependency @tresjs/eslint-config-vue to ^0.2.0 by @renovate in #54
- fix(deps): update dependency @Tresjs/core to v3.2.0 by @renovate in #53
- Readme update by @Tinoooo in #52
- feat(post-processing): depth of field effect by @Tinoooo in #56
- feat(post-processing): refactor of existing effects by @Tinoooo in #64
- feat(post-processing): pixelation effect by @Tinoooo in #68
- chore: update versions by @alvarosabu in #70
- fix: 58 postprocessing breaks on nuxt by @alvarosabu in #69
Full Changelog: 0.4.0...0.5.0