Skip to content

Releases: plotdb/form

0.1.3

06 May 13:31

Choose a tag to compare

  • upgrade dependencies
  • add widgets api in manager
  • tweak condctrl interface
  • add valspec and valdef support in widget
  • add choice opset for valspec @plotdb/form:valdef/choice
  • support id in term
  • support function-based meta in op
  • tweak length opset i18n

0.1.2

06 Feb 08:23

Choose a tag to compare

  • fix bug: disabled, isRequired, readonly may return undefined, causing issue for caller that need an explicit defined value.
  • disable widget manager if this widget is disabled.
  • update manager disable status also upon deserialize is called.
  • add dev note about manager disable status in widget doc
  • support disabling managers with disabled() and disable() api
  • disable nested managers if this manager is disabled.
  • check progress only on enabled managers.
  • progress return percent 1 if total = 0

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