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 from 5.57.1 to 6.19.0 #1114

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 31, 2023

Bumps babylonjs from 5.57.1 to 6.19.0.

Release notes

Sourced from babylonjs's releases.

6.19.0

Changes:

  • #14223: When reusing the same PhysicsConstraint JS object for more than one p…
  • #14234: Expose collisionEndedObservable to PhysicsBody
  • #14233: Animation groups: Add ClipKeys helper + update inspector
  • #14226: Don't allow blocks in NME to automatically connect to other blocks in…
  • #14207: NME: Fix the shadow output of the light blocks
  • #14231: [XR] a new on XR Camera initialized observable
  • #14230: Fix aggregate extent calculation when scaling is negative
  • #14229: Fix port sync
  • #14228: Add matrix for instatiateXXX
  • #14209: ArcRotateCamera: Modify offset math to correctly zoom to point
  • #14210: WebDeviceInputSystem: Added workaround for MacOS Chromium based Browsers
  • #14224: Add missing cubic projection
  • #14214: [NGE] Add Export to .glb button
  • #14216: Fix #14214
  • #14222: fix stretch nine patch to respect sourceXXX parameters
  • #14221: PointCloudSystem: Fix uv coordinates used when getting color from texture
  • #14215: New NGE node: Mapping
  • #14220: Fix bad input routing
  • #14218: Generic and specific parameters on Cylinder are opposite of how Box works in NGE
  • #14219: Fix #14218
  • #14217: better nge icons
  • #14212: Ability to not antialias GridMaterial
  • #14213: * Change the Custom Frame name formatting.
  • #14211: Procedural texture: Fix the reset method
  • #14205: Better Int icon
  • #14206: Shadows: Fix shadow light frustum calculation
  • #14204: [BUG] #14203 fix:Sound serialize
  • #14203: [BUG] Sound url is not serialised
  • #14200: Better display of ports with values
  • #14014: Make node materials compatible with prepass
  • #3: Add Color tint support to Sprite and Layer
  • #2: trying to run babylon.js from jsfiddle results in error

This list of changes was auto generated.

6.18.0

Changes:

  • #14196: new NGE block: Instantiate
  • #14198: Fix computenormals when no normals
  • #14197: Fix updating issue with exposed inputs

... (truncated)

Changelog

Sourced from babylonjs's changelog.

6.19.0

Core

  • When reusing the same PhysicsConstraint JS object for more than one p… - [Bug Fix] by carolhmj (#14223)
  • Expose collisionEndedObservable to PhysicsBody - by carolhmj (#14234)
  • Animation groups: Add ClipKeys helper + update inspector - by Popov72 (#14233)
  • Don't allow blocks in NME to automatically connect to other blocks in… - [Bug Fix] by carolhmj (#14226)
  • NME: Fix the shadow output of the light blocks - [Bug Fix] by Popov72 (#14207)
  • a new on XR Camera initialized observable - by RaananW (#14231)
  • Fix aggregate extent calculation when scaling is negative - [Bug Fix] by carolhmj (#14230)
  • ArcRotateCamera: Modify offset math to correctly zoom to point - [Bug Fix] by PolygonalSun (#14209)
  • WebDeviceInputSystem: Added workaround for MacOS Chromium based Browsers - by PolygonalSun (#14210)
  • PointCloudSystem: Fix uv coordinates used when getting color from texture - [Bug Fix] by Popov72 (#14221)
  • Procedural texture: Fix the reset method - [Bug Fix] by Popov72 (#14211)
  • Shadows: Fix shadow light frustum calculation - [Bug Fix] by Popov72 (#14206)
  • Sound url is not serialised - by SubratGuptaCtruh (#14204)
  • Make node materials compatible with prepass - by CraigFeldspar (#14014)

GUI

  • fix stretch nine patch to respect sourceXXX parameters - [Bug Fix] by carolhmj (#14222)

Inspector

  • Animation groups: Add ClipKeys helper + update inspector - by Popov72 (#14233)

Materials

  • NME: Fix the shadow output of the light blocks - [Bug Fix] by Popov72 (#14207)
  • Ability to not antialias GridMaterial - by Queatz (#14212)

Node Editor

  • Don't allow blocks in NME to automatically connect to other blocks in… - [Bug Fix] by carolhmj (#14226)
    • Change the Custom Frame name formatting. - [Bug Fix] by carolhmj (#14213)
  • Make node materials compatible with prepass - by CraigFeldspar (#14014)

6.18.0

Core

6.17.1

Core

  • Particle Systems: Fix the pivot position for rotations - [Bug Fix] by Popov72 (#14186)

... (truncated)

Commits
  • 0097dde Version update 6.19.0
  • a4fe474 Minor version trigger
  • 40af309 When reusing the same PhysicsConstraint JS object for more than one p… (#14223)
  • b7f3f74 Expose collisionEndedObservable to PhysicsBody (#14234)
  • 21d5b21 Merge pull request #14233 from Popov72/animgroup-helpers-inspector
  • e71b9fa Merge pull request #14226 from carolhmj/fixNMEBlockAutoConfigure
  • 53743b2 Fix formatting
  • 68cff14 Update inspector with missing properties
  • f72f131 Add ClipKeys helper function
  • 4088fa5 Fix bug when calculating endFrame value
  • 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](https://github.com/BabylonJS/Babylon.js) from 5.57.1 to 6.19.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.57.1...6.19.0)

---
updated-dependencies:
- dependency-name: babylonjs
  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 August 31, 2023 13:58
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 31, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2023

Superseded by #1117.

@dependabot dependabot bot closed this Sep 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/babylonjs-6.19.0 branch September 1, 2023 13:52
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