formily

📱🚀 🧩 Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3

MIT License

Downloads
111K
Stars
11.3K
Committers
217

Bot releases are visible (Hide)

formily - Release v1.3.4

Published by quirkyshop about 4 years ago

Fix

#1034

formily - Release v1.3.3

Published by quirkyshop about 4 years ago

Fix:

  1. #994
  2. #1018
  3. #1021
  4. devtools tree
formily - Release v1.3.2

Published by quirkyshop about 4 years ago

Fix

  • Fix #1007
  • Fix #1009
  • Fix #994
formily - Release v1.3.1

Published by quirkyshop about 4 years ago

Docs

  1. add useSchemaProps and VirtualField docs

Bugfix

  1. fix MegaLayout children type
formily - Release v1.3.0

Published by janryWang about 4 years ago

Feature

  1. support react hook with useSchemaProps

Bugfix

  1. fix(shared): Update cool-path version, ensure bug to be fixed (#988)
  2. fix(antd): Fix previewPlaceholder errors (#993)
  3. fix(core): Fix the abnormal movement of ArrayList (#996)
  4. fix(schema-renderer): fix schema field lazy state (#999)
  5. fix(react): Fix the problem of updating the state of the parent node and not updating the child node state.
  6. doc(next/antd):improve validate documents (#1000)
formily - Release v1.2.11

Published by quirkyshop about 4 years ago

Fix

  • Fix #981
  • Fix antdv3 and ie compatibility
  • Fix nested form submit
formily - Release v1.2.9

Published by quirkyshop about 4 years ago

Fix

  • fix children of virtuallBox
  • remove IFieldUserState of @formily/core
formily - Release v1.2.7

Published by quirkyshop over 4 years ago

Tuesday Regular Release

Fix

Fix default #963
fix(layout): type typo #962
fix(core): fix move down throw errors and fix null assign merge throw errors #961

formily - Release v1.2.5

Published by quirkyshop over 4 years ago

Fix

  • core daily fix
formily - Release v1.2.4

Published by quirkyshop over 4 years ago

Fix

  • solve actions indentify problems with reac-eva
formily - Release v1.2.3

Published by quirkyshop over 4 years ago

Fix

  1. fix(core): related issues closed
  2. fix(layout): related issues closed
formily - Release v1.2.2

Published by quirkyshop over 4 years ago

Fix

  • fix default and value incompatibility
  • fix layout compatibility issue(#914 ) of older browsers
formily - Release v1.2.0

Published by quirkyshop over 4 years ago

Re-design Formily Core

  • mprove Performance with O(n)^2--> O(n)
  • Fix the state exchange problem of ArrayList
  • Fix initialValues cannot be redundant

Fix

  • MegaLayout - Support Ant-Design v3
  • MegaLayout - Fallback grid solution for older browsers
formily - Release v1.1.4

Published by janryWang over 4 years ago

MegaLaout - Next generation layout solution of formily

  1. support classic labelCol/warpperCol
  2. support labelWidth/wrapperWidth which is width version of labelCol/wrapperCol
  3. support grid layout and autoRow
  4. support responsive layout
  5. support label alignment control
  6. support component width control
  7. support nested layout and scoped layout
  8. support addon text such as addonBefore/addonAfter

Bugfix

  1. Fix initial values sync values (#845)
  2. fix(next): fix throw error when use previewPlaceholder (#846)
  3. fix(schema-renderer): fix onBlur throw errors #839 (#849)
  4. fix(antd/next): fix form-tab typings (#848)
  5. fix(core): fix unmounteRemoveValue property is not work #827 (#847)
  6. fix(antd): fix labelCol/wrapperCol can not be overwriten (#850)
  7. fix(antd/next): fix FormTextBox doesnot support className (#851)
  8. fix(schema-renderer): fix x-component case sensitivity (#852)
  9. fix(react): fix formSpy conflict with parent SchemaForm (#854)
  10. fix(antd/next): fix button-group typings (#855)
  11. fix(schema-editor): fix dependencies (#857)
  12. fix(react): fix useFormEffects typings (#856)
formily - Release v1.1.3

Published by janryWang over 4 years ago

  1. Support TimePicker.RangePicker in @formily/antd-components
  2. Fix ArrayTable Style
  3. Improve document
  4. Improve the middleware mechanism of useFormTableQuery
  5. Add debounce control to FormSpy
  6. Fix x-linkages typings
formily - Release v1.1.0

Published by janryWang over 4 years ago

For the x-linkages linkage protocol, we support the ability to find the path forward. 🎉🎉🎉

formily - Release v1.0.11

Published by janryWang over 4 years ago

  1. Fix toArr is not compatible with ios system.
  2. Fix typings.
  3. Fix FormStep component does not support current attribute.
  4. Fix wrong check behavior when input value is initial value.
  5. Fix devtools performance.
  6. Improve document.
formily - Release v1.0.10

Published by janryWang over 4 years ago

  1. Fix onFocus / onBlur cannot be customized
  2. Fix typo with ArrayTable(dragable)
  3. Fixed the issue that the form throw error could not scroll automatically
  4. Support FormTab component
  5. Support FieldState.unmountRmoveValue
  6. Fixed an issue where input events with more than 100 nodes were stuck
  7. Update Document
formily - Release v1.0.9

Published by janryWang over 4 years ago

  1. Fixed the issue that expressionScope could not be obtained in x-linkages expressions.
  2. Supports passing in FormPathPattern to manipulate specific fields for createMutatators API.
  3. FormActions supports calling createMutators.
  4. Fix setFieldState is not work in some cases.
  5. Support watch specific field change with FormSpy.
  6. Fixed an issue where fields with the same name would cause the browser to pop the stack during rendering.
  7. add onFormOnSubmitSuccess/onFormOnSubmitFailed Lifecycle API.
formily - Release v1.0.7

Published by janryWang over 4 years ago

feat(core): change visible behavior to fix array list delete auto assign value not work
perf(core): improve field input performance