The format of this file is based on "Keep a Changelog". This project adheres to Semantic Versioning. Version numbers follow the pattern: MAJOR.FEATURE.MINOR
ElementConditionField::$conditionType
is now static, allowingvalueType()
to provide a more specific type hint.ElementConditionField::$elementType
is now static, and required, allowingdisplayName()
to return a natively translated label.- Condition fields now provide a Condition object as their value type.
ElementConditionFieldData
is no longer needed, since Condition fields return anElementConditionInterface
-type value, without any wrapper.
- Initial release!