Skip to content

v3.8.0

Compare
Choose a tag to compare
@kagol kagol released this 18 May 23:08
· 1181 commits to dev since this release
034cf3c

What's Changed

Exciting New Features 🎉

  • feat: add XDesign 🎊

Bug Fixes 🐛

  • fix: Fix pnpm install rm rf not found by @coderbaozi in #149 in Windows.
  • Fix the bug in the product packaged by build:ui, and fix the alarm bug by @zzcr in #150 reported during local development of the input component.
  • fix(tabs): fix tab header bottom border line close #154 by @kagol in #155
  • chore: Compatible with windows users by @ErKeLost in #151
  • fix(carousel-item): merge duplicate attributes by @linxiang07 in #152
  • fix(checkbox): icon position when checked by @zuixinwang in #164
  • fix(build:runtime): fixes the script by @shenjunjian in #183 for packaging runtime products.
  • fix(build runtime) Fix the problem that an error is reported during packaging and running by @zzcr in #185.
  • fix(carousel) The data is occasionally inconsistent with the actual data when the manual carousel is switched to this area. by @WXC-Spring in #188
  • fix(runtime-build): During multi-entry packaging, public dependencies are extracted. As a result, error by @zzcr in #191 is reported during loading.
  • fix(dialog-box): Fix the bug by @Huangyilin19 in #195 where the dynamic style is not updated after the dialog box is moved.
  • fix(upload) The bug by @zzcr in #196 error is reported when the upload component is destroyed.
  • fix(fileupload): An error is reported when the action attribute is not configured for the upload component, informing the user that the by @chenxi-20 in #199 needs to be configured.
  • fix(button): Fix up/down misalignment when there is no content (#194) by @qinwencheng in #203
  • Fix: The data type of the pullRefresh component does not match. As a result, a large number of alarm logs are printed on the console, resulting in slow page rendering. by @MrWang2016 in #211
  • fix: Fix the breadcrumb configuration textField demo that does not display breadcrumb content #207 by @yuanningning in #210
  • fix(rate) Resolved the problem that 2.5 stars and 3 stars do not match after the rate is half selected and disabled. by @wwttff in #200
  • fix(build) Repairs the grid and pager components bug by @zzcr in #240.
  • fix: fix npm publish 402 error by @kagol in #241

Other Changes

  • chore: Add file extension by @CatsAndMice in #160
  • refactor(button): Optimize the size attribute validation by @LadyChatterleyLover in #162.
  • docs: correct the port number in the README and contribution guide documents in both Chinese and English, and correct the microsignal of the assistant in the issue template by @heygsc in #171.
  • docs: Add all-contributors bots to automatically add contributors by @kagol in #214
  • docs: update README.zh-CN.md by @kagol in #216
  • doc: Modified document example by @GaoNeng-wWw in #224

Exciting New Features 🎉

  • feat: add XDesign 🎊

Bug Fixes 🐛

  • fix: 修复windows下pnpm install rm rf not found by @coderbaozi in #149
  • 修复build:ui打包出来的产物有问题bug,修复input组件本地开发报警告bug by @zzcr in #150
  • fix(tabs): fix tab header bottom border line close #154 by @kagol in #155
  • chore: Compatible with windows users by @ErKeLost in #151
  • fix(carousel-item): 合并重复属性 by @linxiang07 in #152
  • fix(checkbox): icon position when checked by @zuixinwang in #164
  • fix(build:runtime): 修复打包runtime产物的脚本 by @shenjunjian in #183
  • fix(build runtime) 修复打包运行时报错问题 by @zzcr in #185
  • fix(carousel) 走马灯手动轮播切换到此处数据会偶现与实际不符 by @WXC-Spring in #188
  • fix(runtime-build) 修复:运行时多入口打包会抽取公共依赖,导致加载报错 by @zzcr in #191
  • fix(dialog-box): 修复对话框移动后动态style没更新的bug by @Huangyilin19 in #195
  • fix(upload) 修复upload组件销毁时报错的bug by @zzcr in #196
  • fix(fileupload): 上传组件增加用户不配置action属性产生的报错,告知用户需要配置 by @chenxi-20 in #199
  • fix(button): 修复无内容的情况下上下错位的问题(#194) by @qinwencheng in #203
  • fix: 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题 by @MrWang2016 in #211
  • fix: 修复Breadcrumb配置textField的demo不显示面包屑内容 #207 by @yuanningning in #210
  • fix(rate) 修复组件Rate半选加禁选后,2.5与3星实际不匹配的问题 by @wwttff in #200
  • fix(build) 修复grid、pager组件bug by @zzcr in #240
  • fix: fix npm publish 402 error by @kagol in #241

Other Changes

  • chore: 添加文件后缀名 by @CatsAndMice in #160
  • refactor(button): 优化size属性校验 by @LadyChatterleyLover in #162
  • docs:中英文README和贡献指南文档中端口号的修正,以及Issue模板中的小助手微信号修正 by @heygsc in #171
  • docs: 增加 all-contributors 机器人🤖️用于自动添加贡献者 by @kagol in #214
  • docs: update README.zh-CN.md by @kagol in #216
  • doc: 修改文档示例 by @GaoNeng-wWw in #224

New Contributors

Full Changelog: v3.6.6...v3.8.0