dvdoug / BoxPacker

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

Bump @babylonjs/gui from 6.0.0 to 6.5.0 in /docs/visualiser #500

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @babylonjs/gui from 6.0.0 to 6.5.0.

Release notes

Sourced from @​babylonjs/gui's releases.

6.5.0

Changes:

  • #13892: Shadows: Fix CSM in infinite far plane mode
  • #13890: [GUI] Fix the underline/strike-through line to use the color of the text when there is no outline.
  • #13886: STL export multiple meshes
  • #13888: Pre-Pass renderer: Fix scene.isReady when using the prepass renderer
  • #13889: RenderTargetTexture: Fix render pass ids when resizing the texture
  • #13885: Mesh: Fix billboards in right-handed systems
  • #13835: Babylon Gui Editor, Free corner radius
  • #13881: WebGPU: Allow to pass to a compute shader the gpu buffer used in a bundle to render instances
  • #13878: [NME] Curve interpolation node
  • #13567: Curve interpolation node for NME

This list of changes was auto generated.

6.4.1

Changes:

  • #13875: Adds a new MeshBuilder function to create 3D Text
  • #13876: Fix #13875
  • #13877: [Screen Reader Support] Option for twin renderer to not render all GUI controls by default
  • #13874: WebGPU: Fix errors when using float32 textures in materials

This list of changes was auto generated.

6.4.0

Changes:

  • #13872: Mesh: Improve doc for ignoreCameraMaxZ
  • #13871: WebGPU: add support for new texture formats
  • #13870: Fix Scene performance counters
  • #13853: Physics: Add debug inertia view
  • #13864: Allow scene.audioListenerPositionProvider to be set to null
  • #13869: core not supported in declare module
  • #13868: WebGPU: Fix morphTargetTextureIndices overwritting morphTargetTextureInfo
  • #13866: Material plugin: Fix cleaning when engine is disposed
  • #13863: [XR] add enabledFeatures to the session manager
  • #13837: [XR] add enabledFeatures to the session manager
  • #13860: Sprite: Fix picking when angle is not zero
  • #13842: Node Material Editor: Allow loading GLTF format files in preview window, add drag and drop, revert to cube when loading fails
  • #13859: Fix bug where constraint perp axes were ignored

... (truncated)

Changelog

Sourced from @​babylonjs/gui's changelog.

6.5.0

Core

  • Shadows: Fix CSM in infinite far plane mode - [Bug Fix] by Popov72 (#13892)
  • Pre-Pass renderer: Fix scene.isReady when using the prepass renderer - [Bug Fix] by Popov72 (#13888)
  • RenderTargetTexture: Fix render pass ids when resizing the texture - [Bug Fix] by Popov72 (#13889)
  • Mesh: Fix billboards in right-handed systems - [Bug Fix] by Popov72 (#13885)
  • WebGPU: Allow to pass to a compute shader the gpu buffer used in a bundle to render instances - [New Feature] by Popov72 (#13881)
  • Curve interpolation node - [New Feature] by deltakosh (#13878)

GUI

  • Fix the underline/strike-through line to use the color of the text when there is no outline. - [Bug Fix] by carolhmj (#13890)
  • Babylon Gui Editor, Free corner radius - by J3F31 (#13835)

GUI Editor

  • Babylon Gui Editor, Free corner radius - by J3F31 (#13835)

Node Editor

Serializers

6.4.1

Core

  • Adds a new MeshBuilder function to create 3D Text - [New Feature] by deltakosh (#13876)
  • WebGPU: Fix errors when using float32 textures in materials - [Bug Fix] by Popov72 (#13874)

6.4.0

Core

  • WebGPU: add support for new texture formats - [New Feature] by Popov72 (#13871)
  • Fix Scene performance counters - [Bug Fix] by sebavan (#13870)
  • Physics: Add debug inertia view - [New Feature] by carolhmj (#13853)
  • Allow scene.audioListenerPositionProvider to be set to null - [Bug Fix] by docEdub (#13864)
  • core not supported in declare module - [Bug Fix] by RaananW (#13869)
  • WebGPU: Fix morphTargetTextureIndices overwritting morphTargetTextureInfo - [Bug Fix] by Popov72 (#13868)
  • Material plugin: Fix cleaning when engine is disposed - [Bug Fix] by Popov72 (#13866)
  • add enabledFeatures to the session manager - by RaananW (#13863)
  • Sprite: Fix picking when angle is not zero - [Bug Fix] by Popov72 (#13860)
  • Fix bug where constraint perp axes were ignored - [Bug Fix] by eoineoineoin (#13859)
  • Decal: Add support for thin instances - [New Feature] by Popov72 (#13857)

... (truncated)

Commits
  • 9c1a1d7 Version update 6.5.0
  • 68a1fc9 Minor version trigger
  • 858f854 Merge pull request #13892 from Popov72/csm-fix-infinite-far-plane
  • 69730e7 [GUI] Fix the underline/strike-through line to use the color of the text when...
  • 8ef6487 Fix csm when in infinite far plane mode
  • 8605e6c Merge pull request #13886 from Bulisor/stl_export_multiple_meshes
  • 9922f6b change property name
  • df157c8 Pre-Pass renderer: Fix scene.isReady when using the prepass renderer (#13888)
  • b0e2b2e Fix render pass ids when resizing the texture (#13889)
  • 124db2b STL export multiple meshes
  • 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 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 #502.