From c6bb4a70d521010a0d85bfd5239e7f7a564a58bf Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Mon, 3 Apr 2023 14:34:18 +0200 Subject: [PATCH 1/3] Razzle upgrade notice in upgrade guide --- docs/source/upgrade-guide/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/upgrade-guide/index.md b/docs/source/upgrade-guide/index.md index 166f10263c..052026ebc2 100644 --- a/docs/source/upgrade-guide/index.md +++ b/docs/source/upgrade-guide/index.md @@ -47,6 +47,10 @@ Volto 17 now uses Webpack 5. If you customized `razzle.config.js` for your project to change Webpack configuration or use Webpack plugins, you might need to make adjustments. +### Razzle upgraded to version `4.2.18` + +Razzle has been upgraded to version `4.2.18`. It is recommended that you update your projects dependency on Razzle to this version in order to avoid duplication. + ### `BlockChooser` component now uses `popperjs` internally Technically not a breaking, the API nor the component contract has changed, but it's worth noting this change in here. From d82c6299b56ed6ba22515a5b9775c9bb8d9e7297 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Mon, 3 Apr 2023 14:35:10 +0200 Subject: [PATCH 2/3] Changelog --- news/4641.documentation | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/4641.documentation diff --git a/news/4641.documentation b/news/4641.documentation new file mode 100644 index 0000000000..335c2489fd --- /dev/null +++ b/news/4641.documentation @@ -0,0 +1 @@ +Razzle upgrade notice in upgrade guide @sneridagh From 3569663b0dffbdf1da902a5a72a4de0b731fa0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20de=20Alba?= Date: Mon, 3 Apr 2023 15:52:02 +0200 Subject: [PATCH 3/3] Update docs/source/upgrade-guide/index.md Co-authored-by: Steve Piercy --- docs/source/upgrade-guide/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/upgrade-guide/index.md b/docs/source/upgrade-guide/index.md index 052026ebc2..31bd17f7f9 100644 --- a/docs/source/upgrade-guide/index.md +++ b/docs/source/upgrade-guide/index.md @@ -49,7 +49,8 @@ or use Webpack plugins, you might need to make adjustments. ### Razzle upgraded to version `4.2.18` -Razzle has been upgraded to version `4.2.18`. It is recommended that you update your projects dependency on Razzle to this version in order to avoid duplication. +Razzle has been upgraded to version `4.2.18`. +It is recommended that you update your project's dependency on Razzle to this version in order to avoid duplication. ### `BlockChooser` component now uses `popperjs` internally