sequential-workflow-editor
Advanced tools
Changelog
0.13.0
This version introduces several internal changes that allowed for the creation of a new type of editor in the pro version: the hidden dependent value editor.
Changelog
0.12.0
This version introduces the localization feature. Now you can localize the editor to any language you want.
Changelog
0.11.3
This version improves the behavior of the Dynamic
value editor, when the sub editor contains a control visible in the property header.
Changelog
0.11.0
This version normalizes names of functions in ValueContext
and PropertyValidatorContext
classes.
The CustomValidatorContext
class is deleted now, please use the PropertyValidatorContext
class instead.
The PropertyModelBuilder
class has deleted the customValidator
function, please use the validator
function instead.
Changelog
0.10.0
This version deletes all deprecated *ValueModel
functions. From now, use only create*ValueModel
functions.
Changelog
0.9.3
Added hasVariable
and hasVariables
methods to the PropertyValidatorContext
class.