dvdoug / BoxPacker

4D bin packing / knapsack problem solver
MIT License
612 stars 156 forks source link

Bump @babylonjs/core from 5.44.0 to 5.54.0 in /docs/visualiser #463

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @babylonjs/core from 5.44.0 to 5.54.0.

Release notes

Sourced from @​babylonjs/core's releases.

5.54.0

Changes:

  • #13707: Fix scene recorder
  • #13706: Make trailmesh diameter public

This list of changes was auto generated.

5.53.1

Changes:

  • #13705: PBR: Fix crash when enabling/disabling anisotropy
  • #13678: feat: support formats option for multirendertarget
  • #13704: Reflection Probe: Fix Z inversion in right handed system
  • #13702: Screenshot: Add finalWidth and finalHeight to the size object
  • #13703: Animation: Fix infinite loop when mutating scene._activeAnimatables
  • #13701: Playground download: Make sure that the canvas area occupies 100% of the surface.
  • #13698: Properly dispose of default rendering pipeline in the postProcessRend…
  • #13697: NativeEngine: Override updateRenderTargetTextureSampleCount to prevent crashes
  • #13694: Add inspector option for DepthOfFieldBlurLevel
  • #13696: Fix bug with glTF accessor min/max code
  • #13695: Inspector. Particle System. Fix broken links to the documentation
  • #13691: WebGPU: synchronize with Spec / multiple improvements and fixes
  • #13435: MultiRenderTarget extended support
  • #13687: Make GLTFLoader index and vertex buffer load methods public
  • #13649: Fixes to Grid behaviors in GUI Editor

This list of changes was auto generated.

5.53.0

Changes:

  • #13683: Fix stopAllAnimatables stop loop order.
  • #13686: Allow FilesInput to append to scene (instead of creating a new one)
  • #13685: Clear internal instance containers in Mesh when disposed
  • #13684: Scene optimizer: Don't merge meshes without positions
  • #13682: Fix GUI Editor not saving Control observables
  • #13681: Material plugins: Add support for uniform array
  • #13679: Frustum: Add IsPointInFrustum helper
  • #13680: [Bugfix] Respect options.powerPreference without doNotHandleContextLost flag
  • #13677: glTF exporter: Fix export with instances
  • #13676: Transmission helper: Fix opaque meshes being rendered two times

... (truncated)

Changelog

Sourced from @​babylonjs/core's changelog.

5.54.0

Core

5.53.1

Core

  • PBR: Fix crash when enabling/disabling anisotropy - [Bug Fix] by Popov72 (#13705)
  • feat: support formats option for multirendertarget - by newbeea (#13678)
  • Reflection Probe: Fix Z inversion in right handed system - [Bug Fix] by Popov72 (#13704)
  • Screenshot: Add finalWidth and finalHeight to the size object - [New Feature] by Popov72 (#13702)
  • Animation: Fix infinite loop when mutating scene._activeAnimatables - [Bug Fix] by Popov72 (#13703)
  • Properly dispose of default rendering pipeline in the postProcessRend… - [Bug Fix] by carolhmj (#13698)
  • NativeEngine: Override updateRenderTargetTextureSampleCount to prevent crashes - [Bug Fix] by PolygonalSun (#13697)
  • Add inspector option for DepthOfFieldBlurLevel - by kircher1 (#13694)
  • WebGPU: synchronize with Spec / multiple improvements and fixes - [Bug Fix] by Popov72 (#13691)
  • MultiRenderTarget extended support - by Orikson (#13435)

GUI

  • Fixes to Grid behaviors in GUI Editor - [Bug Fix] by carolhmj (#13649)

GUI Editor

  • Fixes to Grid behaviors in GUI Editor - [Bug Fix] by carolhmj (#13649)

Inspector

  • Properly dispose of default rendering pipeline in the postProcessRend… - [Bug Fix] by carolhmj (#13698)
  • Add inspector option for DepthOfFieldBlurLevel - by kircher1 (#13694)
  • Inspector. Particle System. Fix broken links to the documentation - [Bug Fix] by Dok11 (#13695)
  • MultiRenderTarget extended support - by Orikson (#13435)

Loaders

  • Fix bug with glTF accessor min/max code - [Bug Fix] by bghgary (#13696)

Playground

  • Playground download: Make sure that the canvas area occupies 100% of the surface. - by Popov72 (#13701)
  • WebGPU: synchronize with Spec / multiple improvements and fixes - [Bug Fix] by Popov72 (#13691)

5.53.0

Core

... (truncated)

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)
dependabot[bot] commented 1 year ago

Superseded by #468.