Zent Versions Save

A collection of essential UI components written with React.

v9.12.9

1 year ago
  • 调整 AlertInput 组件图标按钮的图标大小为 20px

What's Changed

New Contributors

Full Changelog: https://github.com/youzan/zent/compare/v9.12.7...v9.12.9

v10.0.4

1 year ago
  • 🦀 Button 组件渲染为 <a> 标签,并且设置了 disabled 属性时,不再设置 href 属性
  • 🦀️ 修复了 withErrorBoundaryonError 类型问题

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v10.0.3...v10.0.4

v10.0.3

1 year ago
  • 🦀️ 修复主题色问题

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v10.0.2...v10.0.3

v10.0.2

1 year ago
  • Select 新增 renderCollapsedContent 自定义渲染收起内容
  • 🦀️ AnimateHeight 修复当设置 appeartrueheightauto 的时候没有动画的问题
  • 🦀️ 修复主题色中错误的颜色

What's Changed

New Contributors

Full Changelog: https://github.com/youzan/zent/compare/v10.0.0...v10.0.2

v10.0.1-rc.0

1 year ago
  • Cascader
    • ✨ 当配置了 searchable 时,也支持了placeholder

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v10.0.0...v10.0.1-rc.0

v9.12.8-rc.0

1 year ago
  • Cascader
    • ✨ 当配置了 searchable 时,也支持了placeholder

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v9.12.7...v9.12.8-rc.0

v10.0.0

2 years ago

详细更新内容参见 v10迁移指南

v10.0.0-rc.9

2 years ago
  • Input
    • ✨ 增加 iconPosition 来确定 icon 的位置
    • ✨ 有交互的 icon,点击和 hover 时增加背景色

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v10.0.0-rc.8...v10.0.0-rc.9

v10.0.0-rc.8

2 years ago

v10 相关改动

  • Tree
    • 🦀 selectable默认值修改为true
    • 🦀 修复smalllarge尺寸下同层级节点位置未对齐的样式问题
    • 📚 selectable相关文档、demo更新
  • Button
    • 🦀 outline模式下修复hover背景色为#fff
  • Cascader
    • 🦀 修复级联选择器选中option文字没有加粗
  • Form
    • 📚 修复vertical变更导致的demo样式布局错位

合并 v9.12.7 的修改

  • Cascader
    • ✨ 增加simplifySelectionMode判断simplifySelection时是否包含disabled的路径
  • Sortable
    • 🦀️ 修复拖拽后有时数据会变为empty 的问题
  • Notice
    • 🦀 去除overflow-y: hidden,解决下方阴影显示不完全的问题
  • Placeholder
    • 🦀 ts 类型补全
  • Grid
    • expandation 中新增 isExpandable API,支持配置可展开图标显示 #1895
    • ✨ 新增 tableLayout API,支持设置 table 的 tableLayout 属性
    • 🦀️ Grid 未配置 tableLayout,但是配置了 scroll 或者 ellipsis 属性时,设置 tableLayoutfixed,解决一些单元格对齐问题
    • 🦀️ 对设置了宽度的列设置 word-break,解决一些单元格对齐问题

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v10.0.0-rc.7...v10.0.0-rc.8

v9.12.7

2 years ago
  • Cascader
    • ✨ 增加simplifySelectionMode判断simplifySelection时是否包含disabled的路径
  • Sortable
    • 🦀️ 修复拖拽后有时数据会变为empty 的问题
  • Notice
    • 🦀 去除overflow-y: hidden,解决下方阴影显示不完全的问题
  • Placeholder
    • 🦀 ts 类型补全
  • Grid
    • expandation 中新增 isExpandable API,支持配置可展开图标显示 #1895
    • ✨ 新增 tableLayout API,支持设置 table 的 tableLayout 属性
    • 🦀️ Grid 未配置 tableLayout,但是配置了 scroll 或者 ellipsis 属性时,设置 tableLayoutfixed,解决一些单元格对齐问题
    • 🦀️ 对设置了宽度的列设置 word-break,解决一些单元格对齐问题

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v9.12.6...v9.12.7