Skip to content

Latest commit

 

History

History
116 lines (74 loc) · 9.24 KB

CHANGELOG.md

File metadata and controls

116 lines (74 loc) · 9.24 KB

1.3.0 (2024-04-22)

Bug Fixes

  • update package version to "1.3.0-beta.2" and fix CollapseLayout class issue (cdc6702)

Features

  • refactor Checkbox, Radio, and Select components to include Other component (d156c7a)
  • set default value for TabsLayout and handle checkbox change in ConfigData3 (319920b)
  • update package version to "1.3.0-beta.1" and enhance form editor layout (2cdf6cb)

1.2.3 (2023-11-30)

Bug Fixes

  • fixed date field parsing array format on ios (c50edc5)

1.2.2 (2023-09-21)

Bug Fixes

  • formType-signature: fixed disabled status (44fbb44)
  • subform: subform logic (d31c8c7)

Features

Performance Improvements

  • optimize drop logic and add id to inline child elements (9579750)

1.2.1 (2023-09-12)

Bug Fixes

  • 1.Fix the getData method to verify the unique id (d6266d2)
  • fix copywriting (f4d0ce8)
  • fix demo bug (0f90b36)
  • fixed html file size and uploaded image url (1869426)
  • fixed some parameters and drag issues (e29489c)
  • fixed the signature clearing icon (09721e2)
  • i18n (4c9b54b)
  • remove node and pnpm versions (b19ec44)
  • subform: fixed some issues with logic and subform (e525d2b)
  • when repairing the two tables below inline, the problem of selecting the parent in tr (27bd966), closes #12

Features

Performance Improvements

Reverts