dvdoug / BoxPacker

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

Bump @babylonjs/core from 6.7.0 to 6.8.1 in /docs/visualiser #519

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @babylonjs/core from 6.7.0 to 6.8.1.

Release notes

Sourced from @​babylonjs/core's releases.

6.8.1

Changes:

  • #13987: Allow Add, Divide, Subtract and Multiply Node to use float as second …
  • #13986: use exec instead of matchAll while keeping structure
  • #13840: GreasedLine
  • #13983: changeable epsilon for (typeof Quaternion).FromUnitVectorsToRef
  • #13975: Typescript 5.1 For core
  • #13985: VideoTexture: Revert changes
  • #13982: InputManager: Move-based Picking not working with SpriteManager and specific flag
  • #13980: Add recast to downloadable playgrounds
  • #13971: Update animationGroup.ts
  • #13973: Add Vector2/3/4 tests
  • #13974: NME: Add support for sampler types to CustomBlock
  • #13976: Decal: Fix crash when the mesh is an instanced mesh
  • #13978: Materials: Add support for plugins when cloning materials
  • #13972: Add parameter to control jpg/webp quality of screenshots
  • #13969: "Does not exist" view in PBR debug mode
  • #13970: Material: Add serialization and parsing of material plugins
  • #13965: Fix typo computeBonesUsingShaders default value
  • #13968: Water material: Fix support for mesh instances
  • #13966: [Physics] Raycast filtering
  • #13953: Add debug mode to show albedo texture's alpha channel

This list of changes was auto generated.

6.8.0

Changes:

  • #13963: [Documentation] Add some clarification about picking triangles from b…
  • #13962: [NME] When opening NME from PG, use the PG's scene clear color
  • #13964: Allow removing an observer without knowing its observable
  • #13960: Add NativeEngine enableScissor and disableScissor
  • #13961: Fix an issue with NME canvas resizing
  • #13956: Allows colour changes from bboxrenderer observers
  • #13955: [XR] First version of Space Warp support
  • #13946: Added ArrayBufferView to possible input types to load scene content.
  • #13958: [GUI] Fix fixedRatioMasterIsWidth not being preserved on the GUI Editor
  • #13952: [GUI Editor] Add isVisible property on the common control properties …
  • #13957: Use addFunction to add MultiMaterial to a scene
  • #13954: [Ray] Add same parameters from AbstractMesh.intersects to Ray.intersectsMesh
  • #13951: [Physics] Fix warning on copying a mesh with physics body

... (truncated)

Changelog

Sourced from @​babylonjs/core's changelog.

6.8.1

Core

  • Allow Add, Divide, Subtract and Multiply Node to use float as second … - by deltakosh (#13987)
  • use exec instead of matchAll while keeping structure - by RaananW (#13986)
  • GreasedLine - [New Feature] by RolandCsibrei (#13840)
  • changeable epsilon for (typeof Quaternion).FromUnitVectorsToRef - by nekochanoide (#13983)
  • Typescript 5.1 For core - by RaananW (#13975)
  • VideoTexture: Revert changes - [Bug Fix] by Popov72 (#13985)
  • InputManager: Move-based Picking not working with SpriteManager and specific flag - [Bug Fix] by PolygonalSun (#13982)
  • Update animationGroup.ts - by aWeirdo (#13971)
  • Add Vector2/3/4 tests - by dr-vortex (#13973)
  • NME: Add support for sampler types to CustomBlock - by Popov72 (#13974)
  • Decal: Fix crash when the mesh is an instanced mesh - [Bug Fix] by Popov72 (#13976)
  • Materials: Add support for plugins when cloning materials - [Bug Fix] by Popov72 (#13978)
  • Add parameter to control jpg/webp quality of screenshots - by kircher1 (#13972)
  • "Does not exist" view in PBR debug mode - by alexchuber (#13969)
  • Material: Add serialization and parsing of material plugins - by Popov72 (#13970)
  • Fix typo computeBonesUsingShaders default value - by noname0310 (#13965)
  • Raycast filtering - [New Feature] by carolhmj (#13966)
  • Add debug mode to show albedo texture's alpha channel - [New Feature] by alexchuber (#13953)

GUI

GUI Editor

Inspector

Loaders

Materials

Node Editor

Playground

... (truncated)

Commits
  • 1365e7a Version update 6.8.1
  • d0589ac Patch trigger
  • 8e74c9c Allow Add, Divide, Subtract and Multiply Node to use float as second operand ...
  • e96bcc9 Merge pull request #13986 from RaananW/replaceMatchAll
  • 553ef7d prevent memory leak
  • aac9769 GreasedLine (#13840)
  • 940429d changeable epsilon for (typeof Quaternion).FromUnitVectorsToRef (#13983)
  • 87e08ba use exec instead of matchAll while keeping structure
  • 8e9df43 Merge pull request #13975 from RaananW/draftTypescript%
  • 075ac11 Merge pull request #13985 from Popov72/revert-video-ios
  • 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 #522.