2 hours ago
shaka-player

v5.1.12

5.1.12 (2026-06-29)

Bug Fixes

  • Correct device detection for PlayStation 4 Pro to enable 4K resolution (#10269) (ee5f61c)
2 hours ago
webpack

v5.108.2

Patch Changes

  • Fix lazy barrel deferral of ungrouped side-effect imports. (by @hai-x in #21291)

  • Respect the node: prefix for node.js core modules used as externals. (by @alexander-akait in #21286)

2 hours ago
shaka-player

v5.0.24

5.0.24 (2026-06-29)

Bug Fixes

  • Correct device detection for PlayStation 4 Pro to enable 4K resolution (#10269) (de4dc67)
3 hours ago
varlet

v3.19.0

更新内容请查看CHANGELOG。 Please refer to CHANGELOG for details.

3 hours ago
shaka-player

v4.16.39

4.16.39 (2026-06-29)

Bug Fixes

  • Correct device detection for PlayStation 4 Pro to enable 4K resolution (#10269) (eea9fd2)
3 hours ago
shaka-player

v4.15.50

4.15.50 (2026-06-29)

Bug Fixes

  • Correct device detection for PlayStation 4 Pro to enable 4K resolution (#10269) (ea9f514)
3 hours ago
engine

v2.20.1

Fixes

  • Recommend EventHandle.off() for event removal by @mvaligursky in #8974
  • Fix lodRangeMin/lodRangeMax not applied from GSplatComponent init data by @willeastcott in #8968
  • Mark live API getters readonly by @kpal81xd in #8959
  • Free font textures when a font asset is unloaded by @mvaligursky in #8969
  • Fix re-render of work buffer for non-streaming splats on device restore by @mvaligursky in #8973
  • Free SOG bundle archive memory after texture upload by @mvaligursky in #8972

Full Changelog: https://github.com/playcanvas/engine/compare/v2.20.0...v2.20.1

10 hours ago
electron

electron v41.9.1

Release Notes for v41.9.1

Fixes

  • Fixed ProtocolResponse.url requests being made through the default session instead of the session the protocol handler was registered on when ProtocolResponse.session was not set. #52134 (Also in 40, 42, 43)
  • Made "reload" menu items work with BaseWindow. #52118 (Also in 42, 43)

Other Changes

  • Backported fixes from upstream Chromium. #52120
  • Backported fixes from upstream Chromium. #52170
10 hours ago
electron

electron v42.5.1

Release Notes for v42.5.1

Fixes

  • Fixed ProtocolResponse.url requests being made through the default session instead of the session the protocol handler was registered on when ProtocolResponse.session was not set. #52132 (Also in 40, 41, 43)
  • Made "reload" menu items work with BaseWindow. #52117 (Also in 41, 43)

Other Changes

  • Backported fixes from upstream Chromium. #52115
  • Backported fixes from upstream Chromium. #52169
17 hours ago
react-arborist

v3.12.0

Features

  • Added a disableDeselectOnClick prop. By default, clicking the empty area below the rows clears the selection; setting this prop keeps the current selection intact instead (#245, #308). (#369)