24 minutes ago
engine

v2.16.1

Fixes

  • Fix chromatic fringing shader undefined behavior with negative values by @mvaligursky in #8438

Full Changelog: https://github.com/playcanvas/engine/compare/v2.16.0...v2.16.1

2 hours ago
tdesign-vue-next

tdesign-vue-next@1.18.1

🌈 1.18.1 2026-02-04

🚀 Features

  • DatePicker:
    • 新增 onClear 清空按钮点击时触发事件 @Wesley-0808 (#6316)
    • presets 支持自定义渲染,用于配置精确时分秒等预设场景 @uyarn (#6316)
    • 新增 disableTime API,用于配置时间选择器中被禁用的时间 @Wesley-0808 (#6316)
    • 新增 rangepanelActiveDate API,用于支持定义日期选择范围,具体使用请参考示例 @Wesley-0808 (#6316)
  • DateRangePicker:
    • disabled API 新增支持数组类型,用于单独禁用开始日期或结束日期 @uyarn (#6390)
    • 新增 rangepanelActiveDate API,用于支持定义日期选择范围,具体使用请参考示例 @Wesley-0808 (#6316)
  • Icon: 新增 217 个与人工智能、文档、徽标和文件相关的图标 @RADWIMPS426 @uyarn (#6367)
  • Menu: 支持菜单面板在空间不足时的自动反转 @RSS1102 (#6392)
  • RangeInput: disabled 支持数组形式配置,用于单独禁用左区间或右区间 @RSS1102 (#5648)

🐞 Bug Fixes

  • Cascader: 修复 useCascaderContext 传递 disabled 失效问题 @liweijie0812 (#6332)
  • DatePicker: 修复 needConfirm 为 false,点击预设无效的问题 @liweijie0812 (#6388)
  • Drawer: 优化开启 sizeDraggable 功能时,调整当前抽屉尺寸后没有实时计算的问题 @yrc2333 (#6328)
  • InputNumber: 修复大数计算前导零被错误清除的问题 @Liumingxun (common#2394)
  • Menu: 修复侧边导航菜单收起时,内容为插槽方式 Tooltip 无法生效的问题 @liweijie0812 (#6341)
  • Table: 修复远程分页场景下全选逻辑错误,在 1.18.0 版本的问题 @RSS1102 (#6393)
  • Transfer: 修复 disabled 为数组时功能不生效的问题 @RSS1102 (#5648)

📝 Documentation

  • Dialog: 补充与嵌套弹窗相关使用问题的文档 @engvuchen (#5847)

🚀 New Features

  • DatePicker:
    • Added an onClear event that gets triggered when the clear button is clicked. @Wesley-0808 (#6316)
    • The presets feature now supports custom rendering for preset scenarios such as specifying exact hours, minutes, and seconds. @uyarn (#6316)
    • A new disableTime API was added to specify times that should be disabled in the date picker. @Wesley-0808 (#6316)
    • The range and panelActiveDate APIs were added to define date selection ranges. For details, see the examples provided. @Wesley-0808 (#6316)
  • DateRangePicker:
    • The disabled API now supports array values, allowing you to disable either the start date or the end date individually. @uyarn (#6390)
    • The range and panelActiveDate APIs were added to define date selection ranges. For details, see the examples provided. @Wesley-0808 (#6316)
  • Icon: 217 new icons related to artificial intelligence, documentation, logos, and files have been added. @RADWIMPS426 @uyarn (#6367)
  • Menu: The menu panel now automatically reverses its orientation when there isn’t enough space. @RSS1102 (#6392)
  • RangeInput: The disabled property now supports array values, allowing you to disable either the left or right range separately. @RSS1102 (#5648)

🐞 Bug Fixes

  • Cascader: Fixed an issue where using useCascaderContext with the disabled parameter didn’t work as expected. @liweijie0812 (#6332)
  • DatePicker: Fixed an issue where clicking on a preset option wasn’t effective when needConfirm was set to false. @liweijie0812 (#6388)
  • Drawer: Optimized the behavior when the sizeDraggable function is enabled. The size of the current drawer wouldn’t update in real time after adjustments. @yrc2333 (#6328)
  • InputNumber: Fixed an issue where leading zeros were incorrectly removed when calculating large numbers. @Liumingxun (common#2394)
  • Menu: Fixed an issue where Tooltips displayed as slots didn’t disappear when the side navigation menu was closed. @liweijie0812 (#6341)
  • Table: Fixed a logical error in the multi-page browsing mode. This issue occurred in version 1.18.0. @RSS1102 (#6393)
  • Transfer: Fixed an issue where the disabled property didn’t take effect when used as an array. @RSS1102 (#5648)

📝 Documentation

  • Dialog: Additional documentation was added regarding the usage of nested pop-ups. @engvuchen (#5847)
2 hours ago
page-spy-web
4 hours ago
vuetify

v4.0.0-beta.1

Documentation: https://next.vuetifyjs.com/ Upgrade guide: https://next.vuetifyjs.com/getting-started/upgrade-guide/ Feedback: https://community.vuetifyjs.com/

🚀 Features

🔧 Bug Fixes

  • styles: utilities should override responsive typography (#22573) (878907f)
5 hours ago
tdesign-miniprogram

@tdesign/uniapp@0.7.1

🌈 0.7.1 2026-02-04

🚀 Features

  • ActionSheet: 为 items 子项的 icon 字段新增 object 类型,支持透传到 TIcon 组件 @novlan1 (#4255)
  • Button: 新增 activity-typeentrance-pathneed-show-entrance 属性 @novlan1 (#4255)
  • Icon: 新增 217 个与人工智能、文档、徽标和文件相关的图标 @novlan1 (#4255)
  • Search: 为 change 事件新增 trigger 参数,表示触发源 @novlan1 (#4255)
6 hours ago
tiny-editor

v4.1.0

What's Changed

Exciting New Features 🎉

Bug Fixes 🐛

Other Changes

New Contributors

Full Changelog: https://github.com/opentiny/tiny-editor/compare/v3.25.1...v4.1.0

7 hours ago
jotai

v2.17.1

Small typing improvements. If you are using v2.16 or earlier, we recommend upgrading to the latest version.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.17.0...v2.17.1

10 hours ago
next.js

v16.2.0-canary.26

Example Changes

  • chore(examples): remove with-recoil exmaple: #81836

Misc Changes

  • Don't upload build cache for deployment tests: #89432
  • Fix indentation of types of tests in docs: #89409
  • Add separate E2E deploy env for turbopack tests: #89458
  • Turbopack: Symbol.for and keyFor are sideeffect-free: #89454

Credits

Huge thanks to @mischnic, @JamBalaya56562, @wheresrhys, and @ijjk for helping!

11 hours ago
monaco-editor

v0.56.0-dev-20260204

Changes:

  • #5213: Fixes CI
  • #5206: Fix WCAG 2 AA color contrast issues in website navbar and HTML syntax highlighting

This list of changes was auto generated.

12 hours ago
rrweb

rrdom-nodejs@2.0.0-alpha.20

Patch Changes

  • Updated dependencies []:
    • rrdom@2.0.0-alpha.20
    • @rrweb/types@2.0.0-alpha.20