1 hours ago
plait

v0.55.1

What's Changed

Full Changelog: https://github.com/worktile/plait/compare/v0.55.0...v0.55.1

2 hours ago
router

v1.28.9

Version 1.28.9 - 4/19/2024, 9:05 AM

Changes

Fix

  • history: update the state.key when using memory history on navigation change via .back(), .forward(), and .go() (#1491) (6a494485) by Sean Cassiere

Packages

  • @tanstack/history@1.28.9
  • @tanstack/react-router@1.28.9
  • @tanstack/router-devtools@1.28.9
  • @tanstack/react-router-server@1.28.9
3 hours ago
tdesign-miniprogram

1.3.0

What's Changed

🚀 Features

  • TDesign 微信小程序组件库提供原生深色模式适配 @zuiaiwanqian (#2636)
  • PullDownRefresh: 新增 header 插槽 @betavs (#2652)
  • PullDownRefresh: 新增 drag 等事件 @betavs (#2649)
  • Picker: 新增 footer 插槽 @anlyyao (#2632)
  • DateTimePicker: 新增 footer 插槽 @anlyyao (#2632)
  • CheckTag: 新增 shapeclosable 属性 @betavs (#2365)
  • Image: 新增 t-id 属性 @catiwang (#2658)
  • upload: 支持自定义上传图片后的略缩图 @dexterBo (#2690)
  • Skeleton: 新增 delay 属性 @anlyyao (#2698)
  • Message: 支持同时显示多条消息并自动垂直排版 @zh-huan (#2639)

🐞 Bug Fixes

  • RadioGroup: 修复 disabled 动态修改无效 @catiwang (#2643)
  • Calendar: 动态设置 format 无效 @betavs (#2670)
  • CheckboxGroup: 处理 disabled 动态修改无效的问题 @betavs (#2647)
  • Slider: 修复组件宽度失效 @anlyyao (#2699)
  • Drawer: 修复 --td-drawer-item-icon-color 名称错误 @anlyyao (#2697)
  • TabBarItem: 当 tab-bar 组件 split 属性为真时,样式异常 @betavs (#2696)

🚧 Others

  • Footer: sync api @liweijie0812 (#2683)
  • Tag: sync api @liweijie0812 (#2684)
  • Result: sync api @liweijie0812 (#2685)

New Contributors

Full Changelog: https://github.com/Tencent/tdesign-miniprogram/compare/1.2.9...1.3.0

3 hours ago
G2

5.1.19

What's Changed

Full Changelog: https://github.com/antvis/G2/compare/5.1.18...5.1.19

3 hours ago
ant-design-charts

2.1.0

2024-04-19

  • 🐞 修复低版本 webpack 不支持的 export * as 语法
  • 🔥 暴露图表 ref 上层可通过 ref 直接获取图表实例,eg: <Line ref={React.useRef()} />
4 hours ago
fluentui

@fluentui/react-charting v5.20.1

Patches

  • Add data-is-focusable to root node text component (PR #31098 by Shubhabrata08)
4 hours ago
fluentui

@fluentui/react-docsite-components v8.13.79

Patches

  • Bump @fluentui/react-monaco-editor to v1.7.197 (PR #31111 by tomi-msft)
4 hours ago
fluentui

@fluentui/react-monaco-editor v1.7.197

Patches

  • Bump @fluentui/react-charting to v5.20.1 (PR #31111 by tomi-msft)
4 hours ago
semi-design

v2.56.3

  • 【Fix】
    • 修复 Modal footerFill 打开后,取消按钮带有左边距的问题 #2177
    • 修复单选,可搜索,远程加载的 TreeSelect 在选择选项后,选项展开状态异常问题 #2178 #2179
    • 修复 Upload 将 addOnPasting 切换为 false 后,粘贴上传依然触发的问题 #2176
    • 修复 TreeSelect 在搜索后选项变化,面板位置未自动调整问题 #2181
    • 修改 locale 越南语翻译中不准确的表达 @ruaruababa #2154
  • 【Docs】
    • 数据可视化文档更新 #2182

  • 【Fix】
    • Fixed the issue where the Cancel button has a left margin after Modal footerFill is opened.#2177
    • Fix abnormal expansion status of TreeSelect which is single selection, searchable, loaded data from remote #2178
    • Fixed the problem that after Upload switches addOnPasting to false, paste upload is still triggered.#2176
    • Fixed the problem that TreeSelect options changed after searching and the panel position was not automatically adjusted.#2181
    • Modify inaccurate expressions in locale vi-VN translation @ruaruababa#2154
  • 【Docs】
    • Data visualization documentation updates
5 hours ago
nutui

v4.3.6

v4.3.6

2024-04-19

Bug Fixes

  • sticky: fix typo in index.taro.vue (#3023) @lainbo
  • type: fix warning of v-model in JetBrains IDE (#3029) @anyesu

Refactors

  • move to script setup
    • countdown, steps @subordon
    • radio, grid @eiinu

Other Changes

  • chore: 优化组件 provide/inject 使用 (#3027) @eiinu

CHANGELOG