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
StepModel
interface has one new property:label
. The label is used to display a step name in the editor and the toolbox.
Breaking changes:
- The
ValueModelFactory
type is changed to the interface. - The
ValueModelContext
class is renamed toValueContext
. - The
VariablesProvider
class skips variables from own step.