Skip to content

Commit

Permalink
DOC FormField deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 12, 2024
1 parent 522f598 commit 8e9bb14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions en/08_Changelogs/5.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ The changes include:
- [`TemplateParser`](api:SilverStripe\View\TemplateParser) has been deprecated. It will be renamed to `SilverStripe\TemplateEngine\TemplateParser`.
- [`ElementalAreaController::removeNamespacesFromFields()`](api:DNADesign\Elemental\Controllers\ElementalAreaController::removeNamespacesFromFields()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`BaseElement::updateFromFormData()`](api:DNADesign\Elemental\Models\BaseElement::updateFromFormData()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`FormField::extendValidationResult()`](api:SilverStripe\Forms\FormField::extendValidationResult()) has been deprecated. It will be replaced by the `updateValidate` extension hook.
- [`DateField.rawValue`](api:SilverStripe\Forms\DateField->rawValue) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`DatetimeField.rawValue`](api:SilverStripe\Forms\DatetimeField->rawValue) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`TimeField.rawValue`](api:SilverStripe\Forms\TimeField->rawValue) has been deprecated. It will be removed without equivalent functionality to replace it.

## Bug fixes

Expand Down

0 comments on commit 8e9bb14

Please sign in to comment.