Skip to content

Releases: alibaba/formily

Release v0.3.7

30 Jul 12:16
Compare
Choose a tag to compare
  • 🐞fix(@uform/antd): Fix Antd Input loading state automatically loses focus (#207) @janryWang
  • 📖docs(Submit): fix table style (#203) @atzcl
  • 🐞Fix number key will create array (#202) @janryWang
  • 🐞fix(@uform/antd): support password add size props and use Input.Password in antd (#192) @atzcl
  • 🌟refactor(project): add production test scripts (#200) @janryWang

Release v0.3.6

25 Jul 20:38
Compare
Choose a tag to compare

Release v0.3.5

25 Jul 20:36
Compare
Choose a tag to compare
  • 🌟chore(build): 修复因编译源码失败导致未正常输出lib目录问题

Release v0.3.4

25 Jul 16:13
Compare
Choose a tag to compare
  • 🐞fix(@uform/core): fix field props transformer is not work (#195) @janryWang
  • 🐞fix(@uform/core/react): Fix intialValues can not one way controlled (#194) @janryWang
  • 🐞“import on demand” support in antd and next (#193) @stkevintan

Release v0.3.3

23 Jul 10:21
Compare
Choose a tag to compare
  • 🐞fix(@uform/core): fix setFormState is not work( #189) @janryWang
  • 🐞fix(typings): correction FormLayout、Submit typings (#182) @atzcl
  • 🌟chore(docs): remove unused file and correct antd multiple example (#184) @monkindey
  • 🐞fix(@uform/core): remove excess updateChildVisible (#183) @janryWang

Release v0.3.2

18 Jul 04:11
Compare
Choose a tag to compare
  • 🌟feat(docs): support deconstruction (#179) @janryWang
  • 🐞fix(utils): adjust the order of getting self (#178) @monkindey
  • 🐞fix(docs): fix docs without display property description (#176) @janryWang
  • 🐞fix(@uform/core): the parameters of changeEditable api which have been defined in interface IField. (#180) @linlingyu
  • 🐞fix(docs): fix docs is not work (#175) @janryWang

Release v0.3.1

16 Jul 14:25
Compare
Choose a tag to compare

Release v0.2.3

04 Jul 13:19
Compare
Choose a tag to compare
  1. fix transfer is not work (#142)
  2. make scheduler optional (#141)

Release v0.1.20

24 Jun 07:41
Compare
Choose a tag to compare
  1. Fix getFieldState value exception problem
  2. Fix visible nesting hidden, forced coverage of child nodes visible
  3. Fix setFieldState setting errors will not block the submitted problem
  4. Add memory leak guard
  5. Lock the eslint-plugin-react version number, otherwise the CI build will fail
  6. Migrate react-test-library==>@test-library/react

v0.1.9

04 May 16:15
Compare
Choose a tag to compare
  • docs(examples): add international docs
  • fix(@uform/react): Fixing index.d.ts can not found registerFormField.
  • fix(@uform/core): Fixing field value can not be changed in resort
  • fix(@uform/react): Fix Form List error in JSON Schema driver usecase