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 hidden (Show)

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

formily - Release v1.0.6

Published by janryWang over 4 years ago

  1. Fix Schema Printer.
  2. Fix x-linkages value:state/value:schema can not assign value.
  3. Support FormState.modified property
  4. Support BigData
  5. Fix typings
  6. Fix antd showTime.defaultValue will throw error
  7. Improve nested field update performance
  8. Add self-increment list practice document for SchemaForm
  9. Fix SchemaEditor build failure
  10. Access unified log module
formily - Release v1.0.5

Published by janryWang over 4 years ago

  1. Support actions.hostUpdate/actions.isHostRendering API
  2. Support shared/log API
  3. Support Schema x-props.addonAfter/x-props.itemClassName/x-props.itemStyle
  4. Support styles demand
  5. Add Performace Document
  6. Bugfix
formily - Release v1.0.1

Published by janryWang over 4 years ago

fix(@formily/core): fix onChange trigger times issue#644 (#667) @janrywang
fix(@formily/react-schema-renderer): fix no component message @jincdream
fix(@formily/antd/next): compat uform with default export SchemaForm @janrywang
docs(project): add devtools docs @janryWang
docs(project): add antd/antd-components and next/next-components docs @quirkyshop

formily - Release v0.4.4

Published by janryWang almost 5 years ago

🐞Fix text box width is too narrow (#386) @janryWang
🐞Fix dynamic required (#387) @janryWang
🐞Fix datepicker will throw errors in antd package value @HazySoda

formily - Releasae v0.4.3

Published by janryWang about 5 years ago

🐞Fix text equal (#330) @janryWang

formily - Release v0.4.2

Published by janryWang about 5 years ago

🐞fix window is not defined (#312) @hero-guo
🐞fix(globalThis): fix ReferenceError (#309) @hero-guo
🐞Bugfix (#323) @janryWang

formily - Release v0.4.1

Published by janryWang about 5 years ago

🐞Fix bug (#303) @janryWang
🐞fix: ButtonGroup missing the definition of align prop (#297)) @atzcl
🐞chore: unify ts dependencies (#296) @stkevintan