Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babylonjs/accessibility

Package Overview
Dependencies
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babylonjs/accessibility - npm Package Versions

1
25

5.43.2

Diff

Changelog

Source

5.43.2

Core

  • Observable: Fix single fire events not working sometimes - [Bug Fix] by Popov72 (#13465)
  • Gradients on GUI - by carolhmj (#13361)
  • Fluid Renderer: Fixes WebGPU support - [Bug Fix] by Popov72 (#13459)
  • Update assetContainer.ts - by aWeirdo (#13451)

GUI

GUI Editor

babylonjs
published 5.43.1 •

Changelog

Source

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)
babylonjs
published 5.43.0 •

Changelog

Source

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)
  • Fix Sound current time when stop is called while paused - [Bug Fix] by docEdub (#13444)
  • Add support for unsigned int uniform - by newbeea (#13433)
  • Fix Action Deserialization - [Bug Fix] by sebavan (#13436)

GUI Editor

Serializers

  • Add support for instanced meshes in STLEXPORT - by d-0-s-t (#13439)
babylonjs
published 5.42.2 •

Changelog

Source

5.42.2

Core

babylonjs
published 5.42.1 •

Changelog

Source

5.42.1

Core

  • Add touch release detection to draggable parts of BoundingBoxGizmo - by Hsifnus (#13428)
  • Fix broken sound offset backward compatibility - [Bug Fix] by docEdub (#13431)
  • GPUParticleSystem: Fix crash when update effect not ready - [Bug Fix] by Popov72 (#13432)

GUI

  • Fixes and performance improvement for linked GUI - [Bug Fix] by carolhmj (#13430)
babylonjs
published 5.42.0 •

Changelog

Source

5.42.0

Core

  • Fix broken use of TmpVectors in BoundingBoxGizmo - [Bug Fix] by CedricGuillemet (#13429)
  • Add location to glFragColor in WebGL preprocessor - by OrigamiDev-Pete (#13427)
  • Fix sound play function not accepting zero as a valid offset - [Bug Fix] by docEdub (#13425)
  • ActionManager: Add support for Material in serialization and parsing - [New Feature] by Popov72 (#13423)
  • NME: Add a RealTime input - [New Feature] by Popov72 (#13418)
  • Fix LoadScriptAsync to reject with proper error - [Bug Fix] by bghgary (#13415)
  • Prevent Uncaught Exception from ThinEngine.runRenderLoop when window.SetTimeout in not defined - by barroij (#13401)
  • Add a fade out delay to FadeInOutBehavior - by ericwood73 (#13389)
  • NME : Use flag IgnoreTexturesAtLoadTime in ReflectionTextureBaseBlock - by GMM-Monumento (#13409)

GUI

  • Cache loaded dom images on Image class so the playground-editor doesn't have to reload them often - by carolhmj (#13388)
  • Fix 2 slider3D issues - [Bug Fix] by RaananW (#13411)
  • Properly notify textHighlightObservable - [Bug Fix] by carolhmj (#13410)

Inspector

  • Prevent Uncaught Exception from ThinEngine.runRenderLoop when window.SetTimeout in not defined - by barroij (#13401)

Materials

Node Editor

Serializers

babylonjs
published 5.41.0 •

Changelog

Source

5.41.0

Core

GUI

  • Fix calculation of text height in InputTextArea - [Bug Fix] by carolhmj (#13404)
  • GUI Editor Line Gizmo Improvements - by carolhmj (#13394)
  • Force the control's old rect position to be invalidated before moving - [Bug Fix] by carolhmj (#13399)

GUI Editor

Loaders

  • Add a _internalMetadata to avoid side effects with metadata - [Bug Fix] by Popov72 (#13365)

Playground

babylonjs
published 5.40.1 •

Changelog

Source

5.40.1

Core

  • Release 5.39.0 Has IPhysicsEnginePLugin Errors - by RaananW (#13393)

GUI Editor

  • Fix font style options on gui editor. - [Bug Fix] by carolhmj (#13392)

Playground

  • Allow loading unicode-based playgrounds in older versions - by RaananW (#13395)
babylonjs
published 5.40.0 •

Changelog

Source

5.40.0

Core

  • Add a parameter to CreateScreenshotUsingRenderTarget(Async) to allow … - [Bug Fix] by carolhmj (#13384)
  • Add some comments on docs reinforcing that it's only possible to upda… - by carolhmj (#13383)
  • Don't serialize internal shader materials - [Bug Fix] by Popov72 (#13379)
  • Fix crash when calling getGlowLayerByName when no effects have been created yet - [Bug Fix] by Popov72 (#13377)
  • Fix doc comment for audio listener rotation provider - by docEdub (#13376)
  • Fix audio offset issues - [Bug Fix] by docEdub (#13373)
  • Add audioListenerRotationProvider - by sebavan (#13375)
  • Material plugins: Allow custom flags when injecting code with regexp - [New Feature] by Popov72 (#13371)
  • Allow accessing private fields and methods of SPS - by s207152 (#13369)

GUI

  • Hold shift when resizing to lock aspect ratio in GUI Editor - by carolhmj (#13386)
  • If a new control is added on root, call the camera update function to… - [Bug Fix] by carolhmj (#13372)

GUI Editor

  • Hold shift when resizing to lock aspect ratio in GUI Editor - by carolhmj (#13386)
  • Change GUI Editor default image URL - [Bug Fix] by carolhmj (#13380)

Inspector

  • More defensive handling of name property in Inspector - [Bug Fix] by carolhmj (#13382)
babylonjs
published 5.39.0 •

Changelog

Source

5.39.0

Core

  • Add Transpose and Determinant matrix blocks - [New Feature] by sebavan (#13368)
  • Fix PBR Emissive with lightmap - [Bug Fix] by sebavan (#13362)
  • LineMesh: Add an option to not dispose the material - [New Feature] by Popov72 (#13358)
  • RenderTargetTexture: Add forceLayerMaskCheck property - [New Feature] by Popov72 (#13359)
  • Fix rtt option default - by thscott (#13340)
  • VolumetricLightScattering: Add support for included only meshes - [New Feature] by Popov72 (#13355)
  • Some examples for matrices - by BabylonJSGuide (#13351)
  • DepthRenderer: Allow passing the sampling mode to the scene depth renderer - [New Feature] by Popov72 (#13349)

GUI

  • Rework Scene and GUI Editor connection - [Bug Fix] by carolhmj (#13353)

GUI Editor

  • Rework Scene and GUI Editor connection - [Bug Fix] by carolhmj (#13353)

Node Editor

  • Add Transpose and Determinant matrix blocks - [New Feature] by sebavan (#13368)

Serializers

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc