Skip to content

Releases: plotdb/form

0.1.1

02 Feb 16:12

Choose a tag to compare

  • fix bug: exception when setting value with manager.value if value is undefined.
  • support synchronously value update while still return Promise from validation in value API.
  • add manager API in manager to recursively get submanagers from widgets.

0.1.0

30 Jan 02:55

Choose a tag to compare

  • [breaking change] remove the init event inside deserialize; use meta with init option instead.
  • add opset.list api for listing available opsets
  • add experimental condctrl submodule
  • add depth option in manager api
  • add english translation for opset i18n object

0.0.68

26 Dec 07:21

Choose a tag to compare

  • add order api in form.manager for automatically determing field orders

0.0.67

19 Jun 09:08

Choose a tag to compare

  • add isRequired api in form.widget

0.0.66

12 May 07:01

Choose a tag to compare

  • fix bug: check _meta before using in progress

0.0.65

12 May 06:59

Choose a tag to compare

  • fix bug: check _meta before using in progress

0.0.64

12 May 06:02

Choose a tag to compare

  • fix bug: url op only supports 6 characters long top level domain

0.0.63

29 Apr 01:47

Choose a tag to compare

  • fix bug: recursive progress may count nested fields multiple times

0.0.62

27 Apr 18:39

Choose a tag to compare

  • update progress based on recursive manager hierarchy

0.0.61

16 Mar 17:33

Choose a tag to compare

  • fix bug: check term and fallback to [] in serialize if term is not available.