Releases: alibaba/formily
Release 🚀 - v2.3.2
v2.3.2(2024-07-18)
🎉 Enhancements
-
feat(vue): add default value for createSchemaField (#4123) 👉 ( Din )
-
feat(antd): add form-item tooltip props support (#4144) 👉 ( 阿四 )
-
feat(json-schema): x-compile-omitted supports x-validator (#4072) 👉 ( hyl )
🐛 Bug Fixes
-
fix(chrome devtool): graph has symbol value, but devtool dont show (#4113) 👉 ( zhangxiaofan )
-
fix: wrong RadioGroup optionType value (#4083) 👉 ( shenshen )
-
fix(element): fix form-item extra bugs (#4125) 👉 ( [James Smith](https://github.com/James Smith) )
-
fix(vue): fix vue-demi's dependencies version (#4085) 👉 ( 严浩 )
📝 Documents Changes
-
docs: fix deps (#4096) 👉 ( tkgkn )
🛠️ Update Workflow Scripts
😊 Other Changes
- chore: update ci.yml 👉 ( Janry )
Release 🚀 - v2.3.1
v2.3.1(2023-12-18)
🎉 Enhancements
-
feat(antd): support disable default behavior of built-in operations in ArrayBase (#3998) 👉 ( whincwu )
🐛 Bug Fixes
-
fix: #3986 (#4003) 👉 ( Lumdzeehol )
🛠️ Update Workflow Scripts
-
build(deps-dev): bump axios from 0.23.0 to 1.6.0 (#4023) 👉 ( dependabot[bot] )
-
build(deps): bump browserify-sign from 4.2.1 to 4.2.2 (#4010) 👉 ( dependabot[bot] )
😊 Other Changes
Release 🚀 - v2.3.0
Release 🚀 - v2.2.30
v2.2.30(2023-10-18)
🎉 Enhancements
🐛 Bug Fixes
-
fix(react): fix field unmounted but can not update right model (#3994) 👉 ( Janry )
-
fix(core): @types/node pollution (#3944) 👉 ( [Dmitrii Kartashev](https://github.com/Dmitrii Kartashev) )
📝 Documents Changes
🚀 Improve Performance
🛠️ Update Workflow Scripts
-
build(deps): bump @babel/traverse from 7.17.10 to 7.23.2 (#3993) 👉 ( dependabot[bot] )
-
build(rollup): add externals with vue-demi (#3975) 👉 ( ttsimon )
-
build(deps-dev): bump postcss from 7.0.39 to 8.4.31 (#3984) 👉 ( dependabot[bot] )
🚧 Add/Update Test Cases
😊 Other Changes
Release 🚀 - v2.2.29
v2.2.29(2023-08-08)
🐛 Bug Fixes
-
fix(antd): componentProps lose responsiveness (#3917) 👉 ( huangcheng )
-
fix: 🐛 antd array-table sortable infinite loop and cursor style (#3911) 👉 ( ChaoGPT )
🛠️ Update Workflow Scripts
🚧 Add/Update Test Cases
Release 🚀 - v2.2.27
v2.2.27(2023-07-11)
🎉 Enhancements
-
feat(antd): support for hidden pagination of component array table (#3875) 👉 ( xudihui )
-
feat: 🎸 antd sortable impl by dnd, replace react-sort-hoc (#3855) 👉 ( ChaoGPT )
🐛 Bug Fixes
📝 Documents Changes
🚀 Improve Performance
-
perf: ⚡️ core array move method optimize, move to shared (#3863) 👉 ( ChaoGPT )
-
perf(schema): parse pattern only when needed (#3871) 👉 ( huangcheng )
🛠️ Update Workflow Scripts
🚧 Add/Update Test Cases
😊 Other Changes
Release 🚀 - v2.2.26
v2.2.26(2023-06-21)
🐛 Bug Fixes
🚧 Add/Update Test Cases
- test(core): improve array test case (#3861) 👉 ( [{ Chao }](https://github.com/{ Chao }) )
Release 🚀 - v2.2.25
v2.2.25(2023-06-16)
🎉 Enhancements
🐛 Bug Fixes
-
fix(core): onInput ignore HTMLInputEvent propagation (#3856) 👉 ( frehkxu )
-
fix(json-schema): use
string & {}
instead of string to keep Literal Type for ISchema (#3835) 👉 ( yiyunwan ) -
fix: change mapProps consistent with react (#3819) 👉 ( yiyunwan )
📝 Documents Changes
- doc: fix typo (#3826) 👉 ( godf )