From d82ba6899ca74c92e045960bf6cb32455967a209 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 20 Dec 2024 12:24:31 +1300 Subject: [PATCH] DOC Document that javascript deps have been updated --- en/08_Changelogs/6.0.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/en/08_Changelogs/6.0.0.md b/en/08_Changelogs/6.0.0.md index 03f46aae..852f74d8 100644 --- a/en/08_Changelogs/6.0.0.md +++ b/en/08_Changelogs/6.0.0.md @@ -28,6 +28,7 @@ title: 6.0.0 (unreleased) - [Dependency changes](#dependency-changes) - [`intervention/image` has been upgraded from v2 to v3](#intervention-image) - [symfony dependencies have been upgraded from v6 to v7](#symfony) + - [JavaScript dependencies](#javascript-dependencies) - [Bug fixes](#bug-fixes) - [API changes](#api-changes) - [Many renamed classes](#renamed-classes) @@ -864,6 +865,12 @@ The following new methods have been added to facilitate this upgrade: We've upgraded the various Symfony dependencies from v6 to v7. +### JavaScript dependencies + +Several JavaScript dependencies have been updated, and a few have been replaced. + +Notably, [`react-dnd`](https://react-dnd.github.io/react-dnd/about) has been replaced with [`dnd-kit`](https://dndkit.com/). If you were using `react-dnd` and relying on the webpack externals provided by `silverstripe/admin`, these are no longer available. We recommend refactoring your code to use `dnd-kit` so that your UX is consistent with other drag-and-drop in the CMS. + ## Bug fixes This release includes a number of bug fixes to improve a broad range of areas. Check the change logs for full details of these fixes split by module. Thank you to the community members that helped contribute these fixes as part of the release!