v2.11.5
Please refer to CHANGELOG.md for details.
What's Changed
- fix(imgUpload): disabled not effect in the form by @electroluxcode in #3809
- perf(BasicForm):fix invaild defaultValue && split-setdefault-setvalue && add resetDefaultField by @electroluxcode in #3815
- fix(BasicForm): setFieldsValue not work in form when use date comp by @electroluxcode in #3819
- fix: Rename the default export name by @Torstentjh in #3820
- fix(Breadcrumb): if hideBreadcrumb is true and hidden by @zwtvip in #3821
- chore(codeEditor): add type and config && add use case by @electroluxcode in #3829
- feat: ScreenShot by @Torstentjh in #3826
- fix(BasicForm):修复FormSchema中使用ifShow隐藏字段时,默认表单查询重置按钮位置偏移量计算问题 by @zzy-jonay in #3830
- fix(BasicForm): when value is 0 or false resetFields is not work by @zwtvip in #3828
- Update git url by @lijileiGood in #3839
- feat(BasicForm): prefix by @electroluxcode in #3840
- fix: 路由参数存在非英文字符的情况下 会生成一个新的tab 而非返回原有tab by @7kyun in #3832
- fix: search menu now correctly lowercases input keys (resolved in r: 96ac362) by @doraemonxxx in #3842
- fix(Loading): 处理v-loading指令和useLoading的内存泄露 by @wangjinchuan108 in #3861
- fix(form->demo): unset date value by @electroluxcode in #3858
- style: format code style by @zwtvip in #3857
- fix(useDataSource): state mutations in computed getters should be avoided by @xachary in #3859
- feat: use devtools plugin instead of inspector plugin by @webfansplz in #3856
- perf(form->util): duplicate judge by @electroluxcode in #3865
- fix(loading): useLoading is not working as expected by @doraemonxxx in #3877
- fix: 修复表单重置后,页面变化了,表单内部的状态未能及时同步 by @boqingren in #3882
- feat(form): add valueFormat for schema by @electroluxcode in #3873
- chore(upload): use uid && fix handleDelete by @electroluxcode in #3872
- chore(build): keep same hash for the same files by @xachary in #3878
- perf(menu search): highlight match chars when search menu by @xachary in #3880
New Contributors
- @Torstentjh made their first contribution in #3820
- @zzy-jonay made their first contribution in #3830
- @lijileiGood made their first contribution in #3839
- @wangjinchuan108 made their first contribution in #3861
- @webfansplz made their first contribution in #3856
- @boqingren made their first contribution in #3882
Full Changelog: v2.11.4...v2.11.5