Skip to content

1.0.0 | June 6, 2022

Compare
Choose a tag to compare
@AdityaSetyadi AdityaSetyadi released this 06 Jun 11:22
· 131 commits to main since this release

FormGear | Ver. 1.0.0

June 6, 2022

Optimized Performance

  • Optimize on create nested component.

Added

  • Add summary to response.
     "summary": {
         "answer": 2,
         "blank": 15,
         "error": 0,
         "remark": 1
     },
  • Add click on label on SingleCheckInput and ToggleInput.
  • Add list blank.

Changed

  • Rename lastUpdated to updatedAt on response output.
  • Rename editedBy to updatedBy on response output.
  • Disable ListTextInput and ListSelectInput button on formMode > 1.

Fixed

  • Fix missed code in if statement on FormGear.tsx and in set answer GlobalFunction.
  • Fix disable remark on formMode == 3 and without any comments in it on each component.
  • Fix bug not load updated remarks when reuse reference.
  • Fix overflow bug on list error when user cannot see the lookinto button.
  • Fix bug createComponent on insertNestedNumber