New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tdesign-mobile-vue

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tdesign-mobile-vue - npm Package Versions

13
11

1.4.1

Diff

Changelog

Source

🌈 1.4.1 2024-09-02

🚧 Others

  • chore: 修复 1.4.0 es module 入口文件错误 @liweijie0812 (#1566)
tdesign-robot
published 1.4.0 •

Changelog

Source

🌈 1.4.0 2024-08-30

🚀 Features

  • CollapsePanel: 支持destroyOnCollapse 配置折叠状态时,是否销毁面板内容 @liweijie0812 (#1550)
  • Icon: 图标库版本升级为 0.2.6lock-on 图标存在更新 @liweijie0812 (#1552)
  • Toast: ToastPlugin 支持 attachclassNamestyle 属性 @anlyyao (#1555)
  • Picker: columns 属性扩展 PickerColumn 类型,支持一维数组 @anlyyao (#1556)

🐞 Bug Fixes

  • Badge: 修复 count 插槽位置错误,移除 t-badge__ribbon--before 元素与 t-badge__ribbon--after 节点,角标改用伪元素实现 @anlyyao (#1539)
  • DropdownMenuItem: 修复 label 优先级错误,属性值优先级高于选中子项 @anlyyao (#1547)
  • DropdownMenu: 修复 menuOpenedmenuClosed 事件无效 @anlyyao (#1555)
  • Button: 修复 dashed 类型按钮样式错误 @tobytovi (#1534)
  • Loading: 修复按需加载时组件动画缺失 @anlyyao (#1907)

🚧 Others

  • SideBarItem: 完善 badgeProps TS 类型 @liweijie0812 (#1546)
tdesign-robot
published 1.3.4 •

Changelog

Source

🌈 1.3.4 2024-08-08

🚀 Features

  • ImageViewer: 优化预加载逻辑 @QuentinHsu (#1516)
  • Fab: 新增 draggable 属性,支持拖拽 @novlan1 (#1527)

🐞 Bug Fixes

  • Cell: 修复禁用 Hover 不生效 @liweijie0812 (#1519)
  • Dialog: 修复函数式调用 Dialog 时关闭按钮不生效 @QuentinHsu (#1513)
  • NoticeBar: 修复滚动内容宽度获取错误 @anlyyao (#1860)
tdesign-robot
published 1.3.3 •

Changelog

Source

🌈 1.3.3 2024-07-23

🚀 Features

  • Rate: 新增 placement 属性, 支持配置评分弹框的位置 @liweijie0812 (#1501)
  • Guide: sfctsx @zuiaiwanqian (#1471)
  • SwipeCell: sfc 改 tsx @liweijie0812 (#1499)

🐞 Bug Fixes

  • Link: 修复禁用优先级问题 @liweijie0812 (#1502)
  • Popup: 处理窗体类组件隐藏时 t-popup-overflow-hidden 等类名未移除的问题 @QuentinHsu (#1504)
tdesign-robot
published 1.3.2 •

Changelog

Source

🌈 1.3.2 2024-07-11

🚀 Features

  • Icon: 新增 list-numberedlock-off-filledlock-on-filled 等 3 个图标 @liweijie0812 (#1488)
  • Input: 新增 clearTrigger 支持调整清空图标触发方式 @liweijie0812 (#1481)

🐞 Bug Fixes

  • Icon: 修复图标 chart-column 的命名错误问题 @liweijie0812 (#1488)
  • Slider: 修复 label 属性的 Function 类型无效 @anlyyao (#1490)
  • Input: 修复禁用状态还可以查看密码 @liweijie0812 (#1481)
  • ImageViewer: 修复页码对齐问题 @anlyyao (#1494)
tdesign-robot
published 1.3.1 •

Changelog

Source

🌈 1.3.1 2024-06-28

🐞 Bug Fixes

  • Form: 修复表单组件禁用优先级 (组件 > 组件组 >表单) @liweijie0812 (#1472)
  • Checkbox: 修复导出组件名称错误 @anlyyao (#1478)
tdesign-robot
published 1.3.0 •

Changelog

Source

🌈 1.3.0 2024-06-21

🚀 Features

  • TreeSelect: 新增 TreeSelect 组件 @Lyan-u (#1347)
  • Layout: 新增 Layout 组件 @aaronmhl (#1393)
  • Loading: 新增 attachfullscreen 属性,并支持函数式调用 @dexterBo (#1444)
  • ImageViewer: 优化 align 配置长图滚动范围设置 @aaronmhl (#1442)
  • SideBar: label 标签对齐方式从 "居中对齐" 变更为 “左对齐” @anlyyao (#1347)
  • SideBar: 修复禁用态仍能点选的问题 @anlyyao (#1347)
  • Form: 支持scrollToFirstError,自动滚动到第一个校验不通过的字段位置 @liweijie0812 (#1460)
  • Form: 新增preventSubmitDefault 属性,表示是否阻止表单提交默认事件 @liweijie0812 (#1465)
  • FormItem: 新增arrow 属性,表示是否显示右侧箭头 @liweijie0812 (#1465)
  • ActionSheet: sfctsx @jiasy1616 (#1445)
  • Message: sfctsx @anlyyao (#1448)
  • ConfigProvider: sfctsx @anlyyao (#1459)
  • List: sfctsx @Florian-lan (#1437)

🐞 Bug Fixes

  • Input: 修复type='password'场景下查看密码无效 @liweijie0812 (#1464)

🚧 Others

  • other: 支持通过 import 方式引入组件类型,e.g., import { ActionSheetProps } from 'tdesign-mobile-vue'; @anlyyao (#1461)
tdesign-robot
published 1.2.4 •

Changelog

Source

🌈 1.2.4 2024-06-07

🚀 Features

  • Rate: sfctsx @1379255913 (#1417)
  • BackTop: sfctsx @liweijie0812 (#1333)
  • Image: sfctsx @jiasy1616 (#1414)
  • NoticeBar: sfctsx @zuiaiwanqian (#1378)
  • Toast: 新增 className 属性 @anlyyao (#1432)
  • Toast: sfc to tsx @betavs (#1397)
  • Input: 新增spellCheck 是否开启拼写检查 @liweijie0812 (#1435)
  • Input: TS类型 InputValue 支持 number @liweijie0812 (#1435)
  • Input: maxlength 属性扩展支持 string 类型 @liweijie0812 (#1436)
  • ImageViewer: sfctsx @aaronmhl (#1422)

🐞 Bug Fixes

  • Swiper: 修复 current 动态更新问题 @zuiaiwanqian (#1404)
  • Image: 修复 lazytrue 时,图片无法正常显示 @jiasy1616 (#1414)
tdesign-robot
published 1.2.3 •

Changelog

Source

🌈 1.2.3 2024-05-27

🚀 Features

  • Slider: sfctsx @liweijie0812 (#1384)
  • Loading: sfctsx @liweijie0812 (#1382)
  • TabBar: sfctsx @zuiaiwanqian (#1365)
  • Progress: sfctsx @anlyyao (#1413)
  • Grid: sfctsx @novlan1 (#1415)
  • Dialog: sfctsx @zuiaiwanqian (#1371)
  • Checkbox: sfctsx @zuiaiwanqian (#1375)

🐞 Bug Fixes

  • Message: 修复 ssr 下报错 @anlyyao (#1416)
tdesign-robot
published 1.2.2 •

Changelog

Source

🌈 1.2.2 2024-05-13

🚧 Others

  • chore: aliases are not used inside components @anlyyao (#1394)
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