Releases: nocode-js/sequential-workflow-editor
Releases · nocode-js/sequential-workflow-editor
0.14.8
08 Mar 08:40
Compare
Sorry, something went wrong.
No results found
This PR adds support for the internationalization of options in the choice value model #53 .
0.14.7
06 Feb 20:38
Compare
Sorry, something went wrong.
No results found
Added an index argument to the itemComponentFactory callback in the dynamicListComponent function.
0.14.6
05 Feb 22:32
Compare
Sorry, something went wrong.
No results found
Added comments to describe the BranchedStepModelBuilder, SequentialStepModelBuilder and RootModelBuilder classes.
0.14.5
10 Jan 18:09
Compare
Sorry, something went wrong.
No results found
Added comments to describe the EditorProvider class.
0.14.4
27 Oct 10:38
Compare
Sorry, something went wrong.
No results found
This version exposes the ToolboxGroup interface in the sequential-workflow-editor package #46 .
0.14.3
23 Oct 19:54
Compare
Sorry, something went wrong.
No results found
This version provides the ability to sort the steps in the toolbox in a custom way. By default, the steps are sorted alphabetically.
EditorProvider . create ( definitionModel , {
// ...
toolboxSorter ( groups : ToolboxGroup [ ] ) {
// ...
}
} ) ;
You can also hide certain steps from the toolbox by using the hidden method in the step builder.
createStepModel < MyStep > ( 'myStep' , 'task' , step => {
step . toolbox ( false ) ;
} ) ;
0.14.2
06 Oct 11:57
Compare
Sorry, something went wrong.
No results found
This version adds the formatPropertyValue method to the PropertyValidatorContext class.
0.14.1
06 Oct 09:55
Compare
Sorry, something went wrong.
No results found
This version adds the formatPropertyValue method to: PropertyContext, DefaultValueContext, ScopedPropertyContext and ValueContext classes.
0.14.0
11 Sep 14:15
Compare
Sorry, something went wrong.
No results found
From now, the nullable any variable editor and the nullable variable editor display the expected variable types to select. This version also allows changes to the labels in the dropdown menu of the dynamic value editor.
0.13.2
28 Jun 19:43
Compare
Sorry, something went wrong.
No results found
This version adds missing translations for the variableDefinitions value editor.