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:
valueTypestoVariableDefinitionsValueModelConfigurationinterface. Now it's possible to force the types of variables during creation of variables by a user.
Breaking changes:
- Renamed the
variableTypeproperty tovalueTypein theNullableVariableValueModelConfigurationinterface. - Renamed the
variableTypeproperty tovalueTypein theNullableVariableDefinitionValueModelConfigurationinterface.