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/inspector from 5.28.0 to 5.44.0 #662

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @babylonjs/inspector from 5.28.0 to 5.44.0.

Release notes

Sourced from @​babylonjs/inspector's releases.

5.44.0

Changes:

  • #13466: InputManager: Fix for POINTERTAP firing during multi-touch gesture
  • #13468: BaseCameraPointerInputs: Fixed logic to ignore extra touches

This list of changes was auto generated.

5.43.2

Changes:

  • #13465: Observable: Fix single fire events not working sometimes
  • #13464: Effect: Fix crash when using an external shader file
  • #13460: Add forceResizeWidth on GUI Text Block to allow for width resize even…
  • #13463: Fix webXRFeaturesManager test name
  • #13462: Fixes to GUI Editor Zoom Behavior
  • #13361: [GUI] Gradients on GUI
  • #13459: Fluid Renderer: Fixes WebGPU support
  • #13451: Update assetContainer.ts

This list of changes was auto generated.

5.43.1

Changes:

  • #13450: Physics V2 Iteration 3
  • #13457: Fix Lines Mesh with Push Material
  • #13456: Optimizing performance of _BinaryWriter._resizeBuffer
  • #13455: Fix Sound current time when pause is called, and refactor pause system
  • #13453: Fix back-compat issue in physics (es6)
  • #13440: Fix GUI Image caching to consider images that have been created but n…

This list of changes was auto generated.

5.43.0

Changes:

  • #13452: Fix memory leaks
  • #13387: Pan torwards cursor when zooming on GUI Editor
  • #13437: Material: Make the frozen mode more user friendly
  • #13449: [XR] Better error handling in XR Hand constraint behavior
  • #13448: [XR] Remove a 180 degree flip (an old relic)

... (truncated)

Changelog

Sourced from @​babylonjs/inspector's changelog.

5.44.0

Core

  • InputManager: Fix for POINTERTAP firing during multi-touch gesture - [Bug Fix] by PolygonalSun (#13466)
  • BaseCameraPointerInputs: Fixed logic to ignore extra touches - [Bug Fix] by PolygonalSun (#13468)

5.43.2

Core

GUI

GUI Editor

5.43.1

Core

GUI

  • Fix GUI Image caching to consider images that have been created but n… - [Bug Fix] by carolhmj (#13440)

Serializers

  • Optimizing performance of _BinaryWriter._resizeBuffer - by myfreeer (#13456)

5.43.0

Core

  • Fix memory leaks - [Bug Fix] by Popov72 (#13452)
  • Material: Make the frozen mode more user friendly - [New Feature] by Popov72 (#13437)
  • Better error handling in XR Hand constraint behavior - by RaananW (#13449)
  • Remove a 180 degree flip (an old relic) - by RaananW (#13448)

... (truncated)

Commits
  • 1c0f9fa Version update 5.44.0
  • 97eabd4 Minor version trigger
  • 0910e2d Merge pull request #13466 from PolygonalSun/tap-multitouch-fix
  • 360761c Merge pull request #13468 from PolygonalSun/base-pointer-extra-touch-fix
  • decdf5e Modify logic to ignore extra touches properly
  • db9094e PR Feedback
  • e32068b Version update 5.43.2
  • c323c3b Patch trigger
  • 97a19fa Fix for POINTERTAP occurrences with multi-touch
  • 7615c8c Merge pull request #13465 from Popov72/fix-observable
  • 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 #666.