Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Tresjs/post-processing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: Tresjs/post-processing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.0
Choose a head ref
  • 3 commits
  • 20 files changed
  • 3 contributors

Commits on Mar 18, 2025

  1. chore(deps): update pnpm to v10 (#183)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    ca1bfdb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. feat(postprocessing): re-instance effect on prop changes without set (#…

    …193)
    
    * feat(postprocessing): re-instance effect on prop changes without set
    
    - Add blend function support to OutlinePmndrs component
    - Implement dynamic effect recreation for specific prop changes
    - Update playground example with more interactive outline configuration
    - Add console logging for debugging and development purposes
    
    * refactor(postprocessing): clean up outline example and improve type safety
    
    - Remove unused imports and console logs
    - Improve type annotation for OutlinePmndrs ref
    - Remove unnecessary gl configuration
    - Add eslint disable for console log in watchEffect
    
    * Refactored useEffectPmndrs to improve type safety and allow for indexed effect recreation
    
    * tiny beautification
    
    * adjusted docs
    
    * made blend function reactive
    
    * made more blendfunction props reactive
    
    * made mode reactive in glitch effect
    
    * made some props reactive
    
    * cleanup
    
    * cleanup
    
    * cleanup
    
    * made resolutions on outline effect reactive
    
    * added resolutionScale prop and made it reactive in outline effect
    
    * Enhanced useEffect to support dependency fields for effect recreation; updated Glitch component to utilize new functionality.
    
    * updated docs
    
    ---------
    
    Co-authored-by: alvarosabu <alvaro.saburido@gmail.com>
    Co-authored-by: Tino Koch <>
    Tinoooo and alvarosabu authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    2104f16 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. chore: release v2.3.0

    alvarosabu committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    3e38d9b View commit details
    Browse the repository at this point in the history
Loading