Skip to content

1.7.0

Compare
Choose a tag to compare
@2betop 2betop released this 28 Feb 12:36
· 6357 commits to master since this release

Feature✨

Enhancement 🚀

  • Log 组件的 fetch 默认加上 cookie Closes #3639 (#3648) @nwind
  • 表单报错时表单的 notify 里不再显示表单项的报错信息,等后续能拿到 label 的时候再加回来 (#3632) @nwind
  • 调整 input-file 样式,宽度占满可用空间 (#3633) @nwind
  • 优化 InputDateRange 交互,在有数据的时候也能点击后面的起始时间 (#3623) @nwind
  • InputSubForm 默认关闭严格模式, 可以实时拿到外部最新数据 (#3626) @2betop
  • 日期输入框默认值支持公式中的日期函数 (#3617) @2betop
  • 修复编译报错;文档自动从 gitee 跳转到爱速搭避免卡顿 (#3611) @nwind
  • 补充部分组件的单元测试 (#3604) @nwind
  • InputRange 优化 (#3405) @kano233333
  • 扩充 toast 配置 (#3546) @hy993658052
  • 容错请求错误的情况 (#3601) @zhyc9de
  • Radios 功能补齐 (#3475) @QingHui1229
  • Drawer 组件功能丰富 (#3473) @igrowp
  • select对齐云舍4.0规范 (#3025) @blue-squirrel
  • page 的 style 里针对 backgroundImage 自动加上 url (#3581) @nwind
  • tooltip hover 模式下鼠标移上去时不会关闭,新增 popover 独立文档页面 (#3573) @nwind
  • 调整表单项默认值的处理, 原来的实现会导致其他场景出问题,换种方式解决 #2674 的问题 (#3566) @2betop
  • input-excel 解析后显示文件名 (#3571) @nwind
  • 补充 chart-radios 文档 (#3561) @2betop
  • 升级 fontawesome-free 到 6,升级 tinymce 等依赖到最新 bugfix 版本 (#3551) @nwind
  • 去除 react-datetime 依赖,升级相关组件支持 React 17 (#3548) @nwind
  • 上传组件功能对齐4.1规范,云舍色值更新为4.1 (#3498) @xiangwaner
  • Tabs 组件功能对齐4.0规范 (#3468) @tooeast
  • cascader-select 组件升级 (#3450) @VitoBeijing

Bugfix 🐞

  • 修复 popOver true 关联字段不对的问题 (#3649) @2betop
  • 解决弹框容器内容多时popup遮挡问题 (#3645) @z1769057083
  • 修复 Table 默认 expandAll 的情况下不可展开行有部分展开样式的问题 (#3635) @smadey
  • 修复在使用App路由时, Tabs组件页面跳转其他路由出现白屏 #3636 (#3637) @luckyufei
  • 文档:service组件文档示例里将dataProvider错写成func (#3638) @luckyufei
  • input-excel 事件动作补充 (#3634) @gooolh
  • tab-transfer 懒加载问题 (#3630) @allenve
  • combo 的 tabsMode 如果值为空不显示新增按钮问题修复 (#3620) @2betop
  • 修复 CRUD 列中 className 为 Object 时报错 (#3607) @nwind
  • ConditionBuilder 配置远程拉取并有初始值时options渲染失败的问题 (#3584) @allenve
  • Tabs-transfer treeMode defer fail (#3576) @allenve
  • 修复 inputTree 懒加载 spinner 上下摆动问题 (#3572) @2betop
  • 修复 lib 目录下面 xxx-ie11.css 没有被正确编译的问题 (#3575) @2betop
  • 修复inputDate初始化日期为当前日期,移动端picker的形式去掉快捷键 (#3565) @ucasliyuan
  • 修复导出 CSV 的 api 不支持数据域变量问题 (#3547) @nwind