Releases: nocode-js/sequential-workflow-editor
Releases · nocode-js/sequential-workflow-editor
0.12.0
This version introduces the localization feature. Now you can localize the editor to any language you want.
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.
0.11.2
This version adds a generic type to the ChoiceValueModel
interface.
0.11.1
This version improves support for UMD bundles.
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.
0.10.0
This version deletes all deprecated *ValueModel
functions. From now, use only create*ValueModel
functions.
0.9.3
Added hasVariable
and hasVariables
methods to the PropertyValidatorContext
class.
0.9.2
This version fixes a bug in the ValueEditorFactoryResolver
class. Now, when an editor is not found, the resolver throws an error.
0.9.1
This version exports the variableNameValidator
function in the sequential-workflow-editor-model
package.
0.9.0
- Improved validation for the
boolean
value model.
- Improved validation for the
branches
value model.
- Internal changes preparing for the upcoming pro version.