Releases: nocode-js/sequential-workflow-editor
Releases · nocode-js/sequential-workflow-editor
0.13.1
27 Jun 19:29
Compare
Sorry, something went wrong.
No results found
This version adds missing translations for the variableNameValidator function #37 .
0.13.0
21 Jun 19:43
Compare
Sorry, something went wrong.
No results found
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 .
0.12.1
06 Jun 20:28
Compare
Sorry, something went wrong.
No results found
This version normalizes translations.
0.12.0
24 May 20:27
Compare
Sorry, something went wrong.
No results found
This version introduces the localization feature. Now you can localize the editor to any language you want.
0.11.3
15 Nov 22:52
Compare
Sorry, something went wrong.
No results found
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
14 Nov 21:49
Compare
Sorry, something went wrong.
No results found
This version adds a generic type to the ChoiceValueModel interface.
0.11.1
13 Nov 13:29
Compare
Sorry, something went wrong.
No results found
This version improves support for UMD bundles.
0.11.0
29 Oct 14:20
Compare
Sorry, something went wrong.
No results found
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
19 Oct 21:16
Compare
Sorry, something went wrong.
No results found
This version deletes all deprecated *ValueModel functions. From now, use only create*ValueModel functions.
0.9.3
25 Sep 18:23
Compare
Sorry, something went wrong.
No results found
Added hasVariable and hasVariables methods to the PropertyValidatorContext class.