From 6d5e5e7782356088d7ab0aeab8a03da7e0147883 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 14 Dec 2016 12:02:05 +1300 Subject: [PATCH] Add upgrading note for UploadField.js --- docs/en/04_Changelogs/4.0.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/04_Changelogs/4.0.0.md b/docs/en/04_Changelogs/4.0.0.md index 831ec9b56..dc5953aa0 100644 --- a/docs/en/04_Changelogs/4.0.0.md +++ b/docs/en/04_Changelogs/4.0.0.md @@ -1059,7 +1059,10 @@ The following filesystem synchronisation methods and tasks are also removed for building their own form fields. This builds a form based on a given controller and model, and can be customised on a case by case basis. This has been introduced initially for the asset-admin module. - +* Introduced `AssetAdmin\Forms\UploadField` as a react-friendly version of UploadField. This may also + be used in normal entwine forms for managing files in a similar way to UploadField. However, this + does not support inline editing of files. + The following methods and properties on `Requirements_Backend` have been renamed: * `Requirements_Backund::$combine_files` made protected and renamed `$combinedFiles`