14 hours ago
Babylon.js

8.44.0

Changes:

  • #17598: Voxel shadow fixes for interleaved buffers
  • #17376: Voxel shadow fixes for interleaved buffers
  • #17597: Fixed defines where area lights and hemi lights need to checked together
  • #17596: Added extra guards to Area Lights defines to avoid shader compilation.
  • #17593: Meshes: Fix wrong normals after calling updateFacetData
  • #17582: FrameGraph: Support multi-RTT in clear texture and object renderer tasks
  • #17591: SolidParticleSystem: Allow AbstractMesh in the addShape signature
  • #17594: Shadows: Fix artifacts when using PCF and PCSS
  • #17595: Meshes: Fix crash when calling clearCachedData for a transparent mesh
  • #17592: GPUPicker: Added support for bones, morph targets, and VAT

This list of changes was auto generated.

17 hours ago
varlet

v3.13.0

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

1 days ago
ionic-framework

v8.7.16

8.7.16 (2025-12-31)

Bug Fixes

  • modal: prevent card modal animation on viewport resize when modal is closed (#30894) (e5634d4), closes #30679
1 days ago
fabric.js

Version 7.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/fabricjs/fabric.js/compare/v700...v710

1 days ago
tdesign-miniprogram

1.12.1

What's Changed

  • Navbar: 新增 placeholder 属性,默认值为 false;新增 zIndex 属性,默认值为 1 @anlyyao (#4116)
  • TabBar: 新增 placeholder 属性,默认值为 false;新增 zIndex 属性,默认值为 1 @anlyyao (#4116)
  • Badge: @anlyyao (#4137)
    • shape 属性新增 ribbon-right/ribbon-left/triangle-right/triangle-left 可选项,其中 ribbonribbon-right 等效
    • 优化 ribbon 实现,改用 background: linear-gradient(),移除伪元素相关样式
  • Popover: 新增 fixed API,适用于触发元素为 fixed 场景。⚠️ 当触发元素为 fixed 时,除了需要显示指定 fixed 属性为 true,还需在触发元素层添加 t-popover-wrapper--fixed 类,用于定位触发元素。@Wesley-0808 (#4114)
  • Search: @anlyyao (#4150)
    • 确保点击清空按钮后,组件内容清空但保持聚焦
    • 新增 cursor-color 属性

🐞 Bug Fixes

  • ChatContent: 修复角色为 system 时文本颜色错误 @anlyyao (#4112)
  • Toast: 修复 Toast 嵌套调用时 close 回调陷入循环的问题 @anlyyao (#4110)
  • Attachments: 修复删除按钮在华为 pure70 机型上显示不完整的问题 @waiterxiaoyy (#4124)
  • DateTimePicker: 修复插槽名重复导致的控制台告警 @anlyyao (#4126)
  • Picker:
    • 优化性能减少掉帧 @jarmywang @Boomkaa (#4120)
    • 修复平铺模式 value 变化未能准确监听 @jarmywang (#4120)
  • ColorPicker: 补充 styleIsolation 配置项,解决外部样式无法覆盖组件样式问题 @anlyyao (#4138)
  • SwipeCell: 消除 IntersectionObserver is using slowest path 警告 @anlyyao (#4139)
  • Tabs: 消除 IntersectionObserver is using slowest path 警告 @anlyyao (#4139)
  • Progress: @anlyyao (#4153)
    • 修复深色模式下环形进度条内部背景色错误
    • 修复环形进度条内部文本间距错误

New Contributors

Full Changelog: https://github.com/Tencent/tdesign-miniprogram/compare/1.12.0...1.12.1

1 days ago
meta2d.js

v1.1.11

v1.1.11

1 days ago
rspack

v1.7.0

🎉 See Announcing Rspack 1.7 for more details.

What's Changed

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document Updates 📖

Other Changes

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v1.6.8...v1.7.0

1 days ago
next.js

v16.1.1-canary.10

Misc Changes

  • chore(turbo-tasks-malloc): replace mimalloc-rspack to mimalloc: #87815

Credits

Huge thanks to @xusd320 for helping!

1 days ago
react-resizable

3.1.0

3.1.0 (Dec 30, 2025)

  • 🐛 Bugfix: Fix onResizeStop reporting stale size data due to React's batched state updates. The callback now uses the stored size from the last onResize call. #250
  • ➕ Feature: React 18 support.
  • ✏ Chore: Migrate test suite from Enzyme to React Testing Library. #249
  • ✏ Chore: Update react-draggable to ^4.5.0.
  • ✏ Chore: Update react-test-renderer to ^18.
1 days ago
react-grid-layout

2.2.2

🧪 Tests

  • prevent infinite loop when dragging external items in controlled state (#2210) - #2225 by @STRML

🔧 Internal Changes

  • prevent infinite loop when dragging external items in controlled state (#2210) - #2225 by @STRML