0.3.0
- Added new value model: nullable any variable (
nullableAnyVariableValueModel({ ... })
). This value model allows you to select any variable. Additionally, you can specify a variable type that can be selected by a user. - Added new optional property:
valueTypes
toVariableDefinitionsValueModelConfiguration
interface. Now it's possible to force the types of variables during creation of variables by a user.
Breaking changes:
- Renamed the
variableType
property tovalueType
in theNullableVariableValueModelConfiguration
interface. - Renamed the
variableType
property tovalueType
in theNullableVariableDefinitionValueModelConfiguration
interface.