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.32.0 #1225

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 30, 2023

Bumps babylonjs-materials from 5.54.0 to 6.32.0.

Release notes

Sourced from babylonjs-materials's releases.

6.32.0

Changes:

  • #14558: Fix Add Color Uniform of CustomMaterial & PBRCustomMaterial
  • #14560: Fix for animations with relative loop mode.
  • #14556: Fix Matrix getRowToRef function
  • #14557: Fix incorrect range check when reading glTF buffer
  • #14551: Mesh: Add a setIndexBuffer method
  • #14554: Simple One Word Typo Fix
  • #14544: Flow graph path
  • #14550: Update dependencies
  • #14553: Thin instances: Support forcedInstanceCount with thin instances
  • #14552: Engine: Misc helpers
  • #14547: Allow Mod Node to use float as second operand
  • #14548: GeometryBufferRenderer: Use bone texture if supported
  • #14546: Engine: Misc helpers
  • #14542: glTF transmission: Fix rendering sprites and particle systems in the opaque texture
  • #14538: Allows SkeletonViewer to render skeleton without mesh
  • #14541: Fix highlight layer properties in inspector

This list of changes was auto generated.

6.31.0

Changes:

  • #14540: glTF loader: Fix checking bounds when creating a typed array
  • #14539: docs: s/the the/the
  • #14537: Update skeletonViewer.ts
  • #14536: OIT: Add a isReady method to the depth peeling renderer
  • #14535: Multi canvas rendering: Allow multiple cameras when registering a view
  • #14534: feat(gizmo): set custom rotation color
  • #14532: Usability Fix
  • #14533: Fix inputTextArea isReadOnly
  • #14526: [WebXR] Add HDR Filtering to webxr light estimation
  • #14531: refactor: optimize getForwardRayToRef
  • #14525: feat(gizmo): custom colors for gizmos
  • #14530: fix: correct two misspellings
  • #14527: [WebXR] Raw camera access feature
  • #14529: Fix teleport node target
  • #14528: DepthRenderer: Support point rendering
  • #14523: Optimize duplicate member visits
  • #14524: refactor: Optimized createPickingRay

... (truncated)

Changelog

Sourced from babylonjs-materials's changelog.

6.32.0

Core

  • Fix for animations with relative loop mode. - [Bug Fix] by carolhmj (#14560)
  • Fix Matrix getRowToRef function - [Bug Fix] by sebavan (#14556)
  • Mesh: Add a setIndexBuffer method - [New Feature] by Popov72 (#14551)
  • Flow graph path - by carolhmj (#14544)
  • Update dependencies - by RaananW (#14550)
  • Thin instances: Support forcedInstanceCount with thin instances - [New Feature] by Popov72 (#14553)
  • Allow Mod Node to use float as second operand - by Starryi (#14547)
  • GeometryBufferRenderer: Use bone texture if supported - by Popov72 (#14548)
  • Allows SkeletonViewer to render skeleton without mesh - by yuripourre (#14538)
  • Fix highlight layer properties in inspector - [Bug Fix] by sebavan (#14541)

Inspector

  • Allows SkeletonViewer to render skeleton without mesh - by yuripourre (#14538)
  • Fix highlight layer properties in inspector - [Bug Fix] by sebavan (#14541)

Loaders

  • glTF transmission: Fix rendering sprites and particle systems in the opaque texture - [Bug Fix] by Popov72 (#14542)

Materials

  • Fix Add Color Uniform of CustomMaterial & PBRCustomMaterial - by Starryi (#14558)

Serializers

6.31.0

Core

GUI

... (truncated)

Commits
  • 6f409ae Version update 6.32.0
  • 337cf19 Minor version trigger
  • b2e91ba Fix Add Color Uniform of CustomMaterial & PBRCustomMaterial (#14558)
  • 2a5c63f Fix for animations with relative loop mode. (#14560)
  • f07ee5a Merge pull request #14556 from sebavan/work1
  • 6338f09 Merge pull request #14557 from bghgary/gltf-buffer-read-fix
  • 8e6b4cd Fix incorrect range check when reading glTF buffer
  • a3eeb7c Fix getRowToRef
  • 0afa986 Merge pull request #14551 from Popov72/geometry-setindexbuffer
  • aa06b21 Merge pull request #14554 from FrameBuffer4096/FrameBuffer4096-patch-1-typo-fix
  • 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.32.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.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 30, 2023 13:42
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 30, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 4, 2023

Superseded by #1230.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/babylonjs-materials-6.32.0 branch December 4, 2023 13:31
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