Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump babylonjs-materials from 5.54.0 to 6.37.0 #1258

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 4, 2024

Bumps babylonjs-materials from 5.54.0 to 6.37.0.

Release notes

Sourced from babylonjs-materials's releases.

6.37.0

Changes:

  • #14660: Add observers to WebXRCamera when a rotation is performed
  • #14655: WebGPU: Manage context lost and restoration
  • #14665: Fix arcrotate gamepad input
  • #14608: Flow Graph/Interactivity/Animation Pointer Object model
  • #14664: Fix material plugin calls without register
  • #14661: fix(ShaderMaterial): correct serialization key spelling mistake
  • #14657: DynamicTexture: add sanity check in dispose
  • #14650: refactor(renderTargetTexture): optimized render

This list of changes was auto generated.

6.36.1

Changes:

  • #14659: Declaration generation for UMD

This list of changes was auto generated.

6.36.0

Changes:

  • #14652: WebGPU: Fix breaking change in the constructor of ComputeShader
  • #14651: ProceduralTexture: Add options when creating a (custom) procedural texture
  • #14649: fix comments
  • #14647: DynamicTexture: Add a dispose method
  • #14646: SSR: Add support for world/unsigned normals
  • #14645: GeometryBufferRenderer: Add a getter for "unsigned normals"
  • #14644: GeometryBufferRenderer: Allow to define texture type and format
  • #14642: Incremental bounding box scaling
  • #14640: WebGPU: Inject dynamic and uniform buffer extensions in WebGPU engine

This list of changes was auto generated.

6.35.0

Changes:

  • #14638: refactor(scaleGizmo): isHovered
  • #14636: Nit
  • #14634: fix Loading Image for Native

... (truncated)

Changelog

Sourced from babylonjs-materials's changelog.

6.37.0

Core

  • Add observers to WebXRCamera when a rotation is performed - by yuripourre (#14660)
  • WebGPU: Manage context lost and restoration - by Popov72 (#14655)
  • Fix arcrotate gamepad input - [Bug Fix] by sebavan (#14665)
  • Flow Graph/Interactivity/Animation Pointer Object model - by carolhmj (#14608)
  • Fix material plugin calls without register - [Bug Fix] by sebavan (#14664)
  • fix(ShaderMaterial): correct serialization key spelling mistake - by Starryi (#14661)
  • DynamicTexture: add sanity check in dispose - by Popov72 (#14657)
  • refactor(renderTargetTexture): optimized render - by GuoBinyong (#14650)

Loaders

  • Flow Graph/Interactivity/Animation Pointer Object model - by carolhmj (#14608)

6.36.1

Core

6.36.0

Core

  • WebGPU: Fix breaking change in the constructor of ComputeShader - [Bug Fix] by Popov72 (#14652)
  • ProceduralTexture: Add options when creating a (custom) procedural texture - by Popov72 (#14651)
  • fix comments - by Starryi (#14649)
  • DynamicTexture: Add a dispose method - by Popov72 (#14647)
  • SSR: Add support for world/unsigned normals - by Popov72 (#14646)
  • GeometryBufferRenderer: Add a getter for "unsigned normals" - by Popov72 (#14645)
  • GeometryBufferRenderer: Allow to define texture type and format - by Popov72 (#14644)
  • Incremental bounding box scaling - by CedricGuillemet (#14642)
  • WebGPU: Inject dynamic and uniform buffer extensions in WebGPU engine - by Popov72 (#14640)

6.35.0

Core

  • SSR: Don't recalculate the camera view/projection matrices each frame - [Bug Fix] by Popov72 (#14633)
  • Bake morph data: allow negative influences - by Popov72 (#14632)

Loaders

  • Force alpha to be 1 with opaque alpha mode in glTF - [Bug Fix] by bghgary (#14628)

Serializers

... (truncated)

Commits
  • ed4ff37 Version update 6.37.0
  • c581d44 Minor version trigger
  • a99db8f Merge pull request #14660 from yuripourre/webxr-camera-rotation-observers
  • a574589 Add observers to WebXRMotionControllerTeleportation when a rotation is perfor...
  • fe9f9f9 Merge pull request #14655 from Popov72/webgpu-contextlost
  • 4efe657 Add type for ImageSource
  • 091b85c Fix some additional visualization tests
  • 8350830 Address comments (2)
  • fa148ca Address comments
  • 6768cc8 Merge pull request #14665 from sebavan/work1
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [babylonjs-materials](https://github.com/BabylonJS/Babylon.js) from 5.54.0 to 6.37.0.
- [Release notes](https://github.com/BabylonJS/Babylon.js/releases)
- [Changelog](https://github.com/BabylonJS/Babylon.js/blob/master/CHANGELOG.md)
- [Commits](BabylonJS/Babylon.js@5.54.0...6.37.0)

---
updated-dependencies:
- dependency-name: babylonjs-materials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 4, 2024 13:38
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 4, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 5, 2024

Superseded by #1260.

@dependabot dependabot bot closed this Jan 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/babylonjs-materials-6.37.0 branch January 5, 2024 13:58
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