Releases: plotdb/form
Releases · plotdb/form
Release list
0.2.1
0.2.0
- fix typo in image opset
- tweak file opset: update i18n and add min-size in size-limit op
- add
pathsandresolveapi - add experimental conditor module
- upgrade dependencies
- fix bug: child isn't reinitialized in manager.order api
- support export api in manager and widget
- support
mod.valueapi - explicitly define the purpose of fromSource option in value api
- widget.validate: lazy get of widget content to improve performance
- widget.value: equality check in widget.validate use internal value.
- add form.value.toString api for convert generic widget value to string
- add additional utils api for merging exported json
0.1.3
- upgrade dependencies
- add
widgetsapi in manager - tweak
condctrlinterface - 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
- fix bug:
disabled,isRequired,readonlymay 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()anddisable()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
0.1.0
- [breaking change] remove the
initevent inside deserialize; usemetawithinitoption instead. - add
opset.listapi for listing available opsets - add experimental condctrl submodule
- add depth option in manager api
- add english translation for opset i18n object