2.1.0 (2025-01-29)
- 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)
- fix effect name (#165) (5df6957)
- modify config doc and emojis (#174) (64ef99e)
- typescript-build-issues related to DepthPicking and Linocut (#175) (a2d90b0)
2.0.0 (2025-01-03)
-
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
1.0.0 (2024-11-26)
- native threejs effects (#121) (cd24a57)
- prop types exposure (#136) (bd6ff06)
- sub modules for pmndrs and native components (#123) (c8df59f)
1.0.0-next.1 (2024-07-26)
1.0.0-next.0 (2024-05-21)
- export useEffect composable (#105) (b7810ba)
- render emit and advance playgroudn for render modes (5d256fc)
- update to v4,
useLoop
and remove disable render (544fb39)
0.7.1 (2024-03-18)
0.7.0 (2023-11-14)
0.6.0 (2023-11-14)
0.6.0-next.0 (2023-10-30)
- noise effect (9f65ebf)
0.5.0 (2023-10-28)
- 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)
- 58 postprocessing breaks on nuxt (#69) (013b4a1)
- deps: update dependency @tresjs/core to v3.2.0 (#53) (4ec3156)
0.4.0 (2023-09-06)
- deps: update dependency @tresjs/core to v2.4.0 (#20) (5725498)
- deps: update dependency @tresjs/core to v3.1.1 (#48) (09fc4f8)
- made effect composer live only when canvas has an area (#46) (7238cb3)