okp4 / ui

🎨 Implementation of OKP4 UI components in React, TypeScript, and SASS.
https://ui.okp4.space/
BSD 3-Clause "New" or "Revised" License
28 stars 2 forks source link

chore(deps-dev): bump @babylonjs/core from 5.21.0 to 5.25.0 #546

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @babylonjs/core from 5.21.0 to 5.25.0.

Release notes

Sourced from @​babylonjs/core's releases.

5.25.0

Changes:

  • #13008: Fix cache issue
  • #12999: Move from @​hidden to @​internal
  • #13007: Fix effects onError notifications
  • #13001: Fix nme drop
  • #12998: [XR] Fix XR picking in utility laters
  • #12958: Add camera refresh rate support in XR enableSpectatorMode().
  • #12997: Update tubeBuilder docs.
  • #12990: Add operator functions to Polar and Spherical
  • #12996: Test babylon vertex buffer instance divisor
  • #12987: Texture UV animation performance
  • #12995: Fix #12987
  • #12992: test(particles.cloudPoint): add tests for intersectsMesh function
  • #12991: WebGPU: Fix geometry buffer renderer in WebGPU
  • #12994: [XR] Fix typings for the options passed
  • #12988: PrePass renderer: Fix engine current render pass id set too early
  • #12962: Issue158
  • #7: FPS Drops from 60 FPS to 30 FPS
  • #12920: Font Family Drowpdown
  • #12986: distance and normal in collision callback for ammojs
  • #6: Apply animation and animation curves on texture
  • #5: Where are the samples source code?
  • #4: Enable High DPI display support.
  • #3: Add Color tint support to Sprite and Layer
  • #2: trying to run babylon.js from jsfiddle results in error
  • #1: Object has no method 'createSphere'

This list of changes was auto generated.

5.24.0

Changes:

  • #12978: Some fixes for NME CSS
  • #12985: Add maths polar export
  • #12983: GeometryBufferRenderer: Allow setting the depth texture format
  • #12984: Fix billboard translation with parenting
  • #12982: Fix Array Observers
  • #12942: Add polar and spherical coordinate system support
  • #12980: Fix Typos in Physics
  • #12979: If blob or data load the image directly, as no caching is needed.
  • #12975: Add teleportationCircleMaterial to WebXR teleportation options
  • #12976: Add createRadialGradient to ICanvas

... (truncated)

Changelog

Sourced from @​babylonjs/core's changelog.

5.25.0

Core

GUI Editor

5.24.0

Core

GUI

Loaders

... (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)
fredericvilcot commented 2 years ago

@ccamel I think that you have already met this issue when implementing the network graph? Could you provide a fix or do you prefer somebody else to have a look?

ccamel commented 2 years ago

@fredericvilcot Sure. My recommandation: I'd like the PR #509 be merged first to avoid any conflicts.

fredericvilcot commented 2 years ago

@fredericvilcot Sure. My recommandation: I'd like the PR #509 be merged first to avoid any conflicts.

@ccamel of course, LGTM! Thx!

dependabot[bot] commented 2 years ago

Superseded by #561.