Skip to content

Bump postprocessing from 6.27.0 to 6.28.0#47

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/postprocessing-6.28.0
Closed

Bump postprocessing from 6.27.0 to 6.28.0#47
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/postprocessing-6.28.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2022

Copy link
Copy Markdown
Contributor

Bumps postprocessing from 6.27.0 to 6.28.0.

Release notes

Sourced from postprocessing's releases.

v6.28.0

Requires three ≥ 0.107.0 < 0.142.0

Changelog

Core

  • Resolution
    • Fixed scale not being copied in copy method.

Effects

  • BloomEffect & SelectiveBloomEffect
    • Added mipmapBlur constructor parameter to enable Mipmap/Unreal bloom. See #103. Mipmap bloom will replace the current default bloom implementation in the next major release.
    • Added radius and levels constructor parameters.
    • Deprecated constructor parameters kernelSize, resolutionScale, resolutionX, resolutionY.
    • Deprecated resolution property.
  • BrightnessContrastEffect
    • Input colors are now converted to sRGB.
  • Effect
    • Added experimental inputColorSpace and outputColorSpace settings. See #370.
  • PixelationEffect
    • Minor optimizations.
  • Added FXAAEffect. See e6437d0.

Materials

  • EffectMaterial
    • Deprecated all constructor parameters.
    • Deprecated methods setShaderParts, setDefines, setUniforms and setExtensions.
    • Added method setShaderData.
  • DepthMaskMaterial
    • Depth will now be linearized for more accurate results. See 0c5c687.
  • Added DownsamplingMaterial and UpsamplingMaterial. See 933fd58.

Passes

  • EffectPass
    • Improved shader token collection by removing duplicates and false positives. See fef3493.
    • Removed manual verification of uniforms and varyings.
  • GaussianBlurPass
    • Added iterations setting. See 69f1b31.
  • ShaderPass
    • Made input uniform detection more robust.
  • Added MipmapBlurPass. See 2238e84.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [postprocessing](https://github.com/pmndrs/postprocessing) from 6.27.0 to 6.28.0.
- [Release notes](https://github.com/pmndrs/postprocessing/releases)
- [Commits](pmndrs/postprocessing@v6.27.0...v6.28.0)

---
updated-dependencies:
- dependency-name: postprocessing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #51.

@dependabot dependabot Bot closed this Jun 22, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/postprocessing-6.28.0 branch June 22, 2022 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants