mirror of
https://github.com/vxcontrol/ncform.git
synced 2026-07-21 06:15:23 -04:00
7.0 KiB
7.0 KiB
1.1.2 (2019-04-24)
Bug Fixes
- ncform-common: Improve the format verification of the form schema (395cdfb)
- ncform-theme-elementui: fixed modelVal becomes '0' when the date-picker value is cleared (c054a0a), closes #56
- fixed the problem of displaying empty options when entering keyword with no matches and blur (e175661)
1.1.1 (2019-03-30)
Bug Fixes
- ncform-theme-elementui: fixed error when not provide otherParams (66d1713)
- ncform-theme-elementui: fixed select widget bugs (ea05422)
1.1.0 (2019-03-30)
Code Refactoring
1.0.0 (2019-03-19)
Bug Fixes
- Fixed object layout cann't show label when setting v layout (ff65ac1)
- ncform: fixed image width or height not adaptive when preview (61bea74)
- ncform: fixed the bug that the valueTemplate initialization value is overwritten by the dynamically calculated value (7a8ca09)
Features
- All stardard widgets's widgetConfig support dx expression (ae829e0)
- ui.legend support dx expression (45af266)
- ui.label support dx expression (cc0f585)
- Fully tested
BREAKING CHANGES
- All custom widgets's widgetConfig configuration properties automatically support dx expressions
- Widget's mergeConfig is readonly now. don't use it as data for assignment.
0.1.28 (2019-03-04)
Bug Fixes
Fixed init lang parameter default value bugs && array-table required flag display bugs(cc38c47)
0.1.27 (2019-03-03)
Bug Fixes
- Add lang option when init ncform && remove
$ncformSetLangapi (25d4684)
0.1.26 (2019-03-03)
Features
- Add
$ncformAddWidgetand$ncformAddRuleapis (3aba786) - Add
$ncformSetLangapi && all standard components support en && zh-cn (3ba93ff)
0.1.25 (2019-02-26)
Bug Fixes
- Fixed the display bug of the object type control in the h layout (88aa77b)
- Remove garbled chars (db4e9ca)
Features
- Add HTML && COMP types to support static content show. (e4a9bc7)
- Add array item collapse feature (7ac74ad)
0.1.17 (2018-10-29)
Features
0.1.16 (2018-10-27)
Bug Fixes
- ncform-theme-elementui: fixed upload control fields assignment error (23a4acf), closes #23
- ncform-theme-elementui: fixed select control when multiple is set to true, then the otherParams changed cause error (1485660), closes #24
Features
- ncform: add new rule - ajax (961f1eb), closes #29
- ncform: add reset method - $ncformReset(formName) (a192afc), closes #25
- ncform: description support dx expression && html content (7fc4532), closes #27
0.1.15 (2018-10-11)
Bug Fixes
- ncform-theme-elementui: fixed input control $emit input event when init with compound.prependSelect config (941a88f), closes #19
Features
- ncform: add valueTemplate config, now you can easily control one field's value depend on another (8ac95eb)
0.1.13 (2018-09-10)
Bug Fixes
Features
- ncform: add globalConfig.ignoreRulesWhenHidden configure (4d0b6d0), issue #17
- ncform: pattern rule value support string type (cd22f48), issue #15
0.1.12 (2018-08-24)
Features
- ncform: default value support dx expression (bee57fc)