Zent Versions Save

A collection of essential UI components written with React.

v10.0.0-rc.7

2 years ago
  • Select
    • 🦀 回滚 rc.6 中的修改,恢复宽度默认值

What's Changed

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

v10.0.0-rc.6

2 years ago
  • Select
    • 🦀 去掉 v10 中新增的 size 宽度默认值
  • Button
    • 🦀 不改变 dom 结构情况下支持 button disabled 时显示 cursor,不再造成 break change
  • Input
    • 🦀 去掉 v10 中新增的 widthSize 默认值

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v10.0.0-rc.5...v10.0.0-rc.6

v10.0.0-rc.5

2 years ago

合并 [email protected]的修改

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v10.0.0-rc.4...v10.0.0-rc.5

v9.12.6

2 years ago
  • Grid
    • 🦀 优化 selection ts 定义
  • Select
    • 🦀 修复使用文本高亮时正则特殊字符报错问题
  • Cascader
    • 🦀 修复使用文本高亮时正则特殊字符报错问题
  • Collapse
    • 📚 更新 activeKey 使用 demo 和相关说明
  • 增加 yarn workspace nohoist 配置

What's Changed

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

v10.0.0-rc.4

2 years ago
  • Select
    • 🦀️ 修复 getExtraOption 函数中取值时可能报错的问题
    • 🦀️ 修复创建条目时,没有显示 option 的问题
  • Breadcrumb
    • 🦀 元素高度 & 行高样式调整

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v10.0.0-rc.3...v10.0.0-rc.4

v10.0.0-rc.3

2 years ago
  • Tabs
    • 🦀️ 多标签滚动模式下,隐藏项tab弹框宽度限制,超出显示省略号
  • Icon
    • 🦀 更新 warning icon
  • Steps
    • 📚 文档调整,删除无用参数statusdirection,参数type默认值添加相关备注
  • Indicator
    • 📚 文档调整,添加参数direction

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v10.0.0-rc.2...v10.0.0-rc.3

v10.0.0-rc.2

2 years ago
  • 文档导航布局优化
  • 增加 v10.0 迁移指南
  • Sortable
    • 🦀️ 取消拖拽过程中拖拽元素 overflow:hidden 样式设置
    • 🦀️ 元素拖拽中占位覆盖元素 zIndex 层级设置

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v10.0.0-rc.1...v10.0.0-rc.2

v9.12.5

2 years ago
  • Notify
    • 🦀 api类型完善
  • Form
    • ✨ 添加 normalizeBeforeBlur 属性,支持 onBlur 时修改值
  • Grid
    • 🦀 修复全选状态判断不正确的问题

What's Changed

Full Changelog: https://github.com/youzan/zent/compare/v9.12.4...v9.12.5

v10.0.0-rc.1

2 years ago
  • 组件分类修改
  • Grid
    • 🦀️ 不传 size 时保持之前 tr 上设置的 56px 高度,不再是 break change
  • Card
    • 暂时移除改动,API 还需要调整
  • Pagination
    • 🦀️ 兼容次按钮样式更新导致的样式变动

v10.0.0-beta.3

2 years ago
  • Button
    • 🦀️ 回滚删除 border 属性的修改