Skip to content

Releases: youzan/zent

zent@10.0.0-rc.6

03 Mar 11:55
@w91 w91
Compare
Choose a tag to compare
zent@10.0.0-rc.6 Pre-release
Pre-release
  • Select
    • 🦀 去掉 v10 中新增的 size 宽度默认值
  • Button
    • 🦀 不改变 dom 结构情况下支持 button disabled 时显示 cursor,不再造成 break change
  • Input
    • 🦀 去掉 v10 中新增的 widthSize 默认值

What's Changed

  • fix: [input]去掉widthSize默认值 by @w91 in #1924
  • fix: [button]不改变dom结构情况下支持button disabled情况下显示cursor by @w91 in #1925
  • fix: [select]去掉size默认值 by @goo-yyh in #1926

Full Changelog: v10.0.0-rc.5...v10.0.0-rc.6

zent@10.0.0-rc.5

02 Mar 09:30
@w91 w91
Compare
Choose a tag to compare
zent@10.0.0-rc.5 Pre-release
Pre-release

合并 zent@9.12.6的修改

What's Changed

  • fix: [Select][Cascader]修复使用文本高亮时正则特殊字符报错问题 [Collapse]优化文档 by @w91 in #1922
  • fix: [Grid]优化selection ts定义 by @w91 in #1923

Full Changelog: v10.0.0-rc.4...v10.0.0-rc.5

zent@9.12.6

02 Mar 05:43
@w91 w91
Compare
Choose a tag to compare
  • Grid
    • 🦀 优化 selection ts 定义
  • Select
    • 🦀 修复使用文本高亮时正则特殊字符报错问题
  • Cascader
    • 🦀 修复使用文本高亮时正则特殊字符报错问题
  • Collapse
    • 📚 更新 activeKey 使用 demo 和相关说明
  • 增加 yarn workspace nohoist 配置

What's Changed

  • fix: [Select][Cascader]修复使用文本高亮时正则特殊字符报错问题 [Collapse]优化文档 by @w91 in #1922
  • fix: [Grid]优化selection ts定义 by @w91 in #1923

Full Changelog: v9.12.5...v9.12.6

zent@10.0.0-rc.4

24 Feb 02:56
@w91 w91
Compare
Choose a tag to compare
zent@10.0.0-rc.4 Pre-release
Pre-release
  • Select
    • 🦀️ 修复 getExtraOption 函数中取值时可能报错的问题
    • 🦀️ 修复创建条目时,没有显示 option 的问题
  • Breadcrumb
    • 🦀 元素高度 & 行高样式调整

What's Changed

  • Automatic update of caniuse-lite database by @github-actions in #1915
  • feat: [Breadcrumb]元素高度&行高样式调整 by @vinelink in #1914
  • fix: [Select]修复代码可能报错的问题,优化部分逻辑 by @goo-yyh in #1917

Full Changelog: v10.0.0-rc.3...v10.0.0-rc.4

zent@10.0.0-rc.3

16 Feb 09:38
@w91 w91
Compare
Choose a tag to compare
zent@10.0.0-rc.3 Pre-release
Pre-release
  • Tabs
    • 🦀️ 多标签滚动模式下,隐藏项tab弹框宽度限制,超出显示省略号
  • Icon
    • 🦀 更新 warning icon
  • Steps
    • 📚 文档调整,删除无用参数statusdirection,参数type默认值添加相关备注
  • Indicator
    • 📚 文档调整,添加参数direction

What's Changed

  • doc: [Steps]文档调整,无用参数删除 by @vinelink in #1911
  • fix: [Icon]更新 warning icon by @w91 in #1912
  • fix: [Tabs]多标签滚动模式下, 隐藏项 tab 弹框宽度限制, 超出显示省略号 by @vinelink in #1910
  • doc: [Steps][Indicator] 文档优化 by @vinelink in #1913

Full Changelog: v10.0.0-rc.2...v10.0.0-rc.3

zent@10.0.0-rc.2

15 Feb 09:53
@w91 w91
Compare
Choose a tag to compare
zent@10.0.0-rc.2 Pre-release
Pre-release
  • 文档导航布局优化
  • 增加 v10.0 迁移指南
  • Sortable
    • 🦀️ 取消拖拽过程中拖拽元素 overflow:hidden 样式设置
    • 🦀️ 元素拖拽中占位覆盖元素 zIndex 层级设置

What's Changed

  • fix: sortable 拖拽中占位覆盖元素 zIndex 层级设置 by @vinelink in #1907
  • fix: [sortable]移除拖拽元素overflow:hidden设置 by @vinelink in #1908

Full Changelog: v10.0.0-rc.1...v10.0.0-rc.2

zent@9.12.5

14 Feb 09:32
@w91 w91
Compare
Choose a tag to compare
  • Notify
    • 🦀 api类型完善
  • Form
    • ✨ 添加 normalizeBeforeBlur 属性,支持 onBlur 时修改值
  • Grid
    • 🦀 修复全选状态判断不正确的问题

What's Changed

  • fix: notify api类型完善 by @vinelink in #1891
  • Automatic update of caniuse-lite database by @github-actions in #1892
  • Automatic update of caniuse-lite database by @github-actions in #1899
  • remove wechat bot by @cpylua in #1898
  • Automatic update of caniuse-lite database by @github-actions in #1901
  • feat: 添加 normalizeBeforeBlur 属性,支持 onBlur 时修改值 by @kainstar in #1878
  • fix: [Grid]修复全选状态判断不正确的问题 by @w91 in #1904

Full Changelog: v9.12.4...v9.12.5

zent@10.0.0-rc.1

10 Feb 14:20
@w91 w91
Compare
Choose a tag to compare
zent@10.0.0-rc.1 Pre-release
Pre-release
  • 组件分类修改
  • Grid
    • 🦀️ 不传 size 时保持之前 tr 上设置的 56px 高度,不再是 break change
  • Card
    • 暂时移除改动,API 还需要调整
  • Pagination
    • 🦀️ 兼容次按钮样式更新导致的样式变动

zent@10.0.0-beta.3

28 Jan 14:58
@w91 w91
Compare
Choose a tag to compare
zent@10.0.0-beta.3 Pre-release
Pre-release
  • Button
    • 🦀️ 回滚删除 border 属性的修改

zent@10.0.0-beta.2

26 Jan 06:48
@w91 w91
Compare
Choose a tag to compare
zent@10.0.0-beta.2 Pre-release
Pre-release
  • Button
    • 🦀️ 修改次级按钮样式
  • Tabs
    • ✨ tabPanel 新增 candel、canFixed 参数
  • Alert
    • 🦀️ closable 默认值恢复 false
  • Banner
    • 🦀️ closable 默认值设为 true
  • Prompt
    • 🦀️ closable 默认值设为 true
  • StatusBar
    • 🦀️ closable 默认值设为 true