Skip to content

Releases: nocode-js/sequential-workflow-editor

0.12.0

24 May 20:27
44dc0f9
Compare
Choose a tag to compare

This version introduces the localization feature. Now you can localize the editor to any language you want.

0.11.3

15 Nov 22:52
4ce6415
Compare
Choose a tag to compare

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
eb4bb32
Compare
Choose a tag to compare

This version adds a generic type to the ChoiceValueModel interface.

0.11.1

13 Nov 13:29
ee9035f
Compare
Choose a tag to compare

This version improves support for UMD bundles.

0.11.0

29 Oct 14:20
6c316c7
Compare
Choose a tag to compare

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
0124d4e
Compare
Choose a tag to compare

This version deletes all deprecated *ValueModel functions. From now, use only create*ValueModel functions.

0.9.3

25 Sep 18:23
2f11515
Compare
Choose a tag to compare

Added hasVariable and hasVariables methods to the PropertyValidatorContext class.

0.9.2

23 Sep 21:34
bb2a228
Compare
Choose a tag to compare

This version fixes a bug in the ValueEditorFactoryResolver class. Now, when an editor is not found, the resolver throws an error.

0.9.1

21 Sep 20:43
c30a42a
Compare
Choose a tag to compare

This version exports the variableNameValidator function in the sequential-workflow-editor-model package.

0.9.0

20 Sep 19:02
c4940c6
Compare
Choose a tag to compare
  • Improved validation for the boolean value model.
  • Improved validation for the branches value model.
  • Internal changes preparing for the upcoming pro version.