3.0.0
What's Changed
- chore Update CI permissions. by @GuySartorelli in #8
- chore: Add permissions for CI with fork for testing by @GuySartorelli in #9
- CMS 6 compatibility. by @GuySartorelli in #11
Breaking changes include:
RegexFieldsValidatorremoved. UseConstraintsValidatorwith aRegexconstraint instead.SimpleFieldsValidatorremoved.Form::validate()will callFormField::validate()without the need for an additional validator. SeeAjaxCompositeValidatordocs for how to omit fields from AJAX validation.RequiredFieldsValidatorremoved - use theRequiredFieldsValidatorfrom framework instead.GridFieldMessagesExtensionremoved as it's no longer necessary.DataObjectDefaultAjaxExtensionremoved - use injector configuration instead.FormFieldExtensionremoved - we can't control whenvalidate()is called on fields anymore, since that's happening directly in the form.- Added strong typing
- Extension hook methods are now
protectedso can't be called directly on the object being extended
Full Changelog: 2.3.0...3.0.0