From a023407920770257fd08345dffe43d739729c0b9 Mon Sep 17 00:00:00 2001 From: Peter Mathis Date: Thu, 25 Apr 2024 07:53:48 +0200 Subject: [PATCH] mockup release and changenotes --- news/333.bugfix | 4 ++++ news/333.feature | 6 ++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 news/333.bugfix create mode 100644 news/333.feature diff --git a/news/333.bugfix b/news/333.bugfix new file mode 100644 index 000000000..36b789eac --- /dev/null +++ b/news/333.bugfix @@ -0,0 +1,4 @@ +Upgrade `mockup==5.2.0-alpha.7`. +For more information please see +https://github.com/plone/mockup/blob/master/CHANGES.md#520-alpha7-2024-04-25 +[petschki] diff --git a/news/333.feature b/news/333.feature new file mode 100644 index 000000000..579b8aabf --- /dev/null +++ b/news/333.feature @@ -0,0 +1,6 @@ +TinyMCE 7 + +Upgrade to TinyMCE 7 without any breaking changes in core Plone. +If you have custom TinyMCE plugins, please check with https://www.tiny.cloud/docs/tinymce/latest/migration-from-6x/ +if you need to upgrade your code. +[petschki] diff --git a/package.json b/package.json index ffb258e1b..97a91ff53 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json" }, "dependencies": { - "@plone/mockup": "git+https://github.com/plone/mockup#tinymce7", + "@plone/mockup": "5.2.0-alpha.7", "bootstrap-icons": "1.11.3", "svg-country-flags": "git+https://github.com/hampusborgos/country-flags.git" },