0.4.0
- Added new value model:
generatedString(generatedStringValueEditor({ ... })). The new value model allows you to generate a string value for some property, depending on the values of other properties. Mainly this feature is designed to generate a step name automatically. - The
StepModelinterface has one new property:label. The label is used to display a step name in the editor and the toolbox.
Breaking changes:
- The
ValueModelFactorytype is changed to the interface. - The
ValueModelContextclass is renamed toValueContext. - The
VariablesProviderclass skips variables from own step.