From 2a7a90bb2822c6eb7386376758b821c705b5578a Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 6 Oct 2022 11:30:55 -0400 Subject: [PATCH] Notes --- RELEASE-NOTES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4a96c75df..81a7c4738 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -5,8 +5,11 @@ **Critical Fix** - **CSS** - Fix extra semicolon causing CSS build of Semantic UI to fail compilation with various systems -**Build** +**Breaking Changes** - **Gulp** - Updated all tasks to work with Gulp 4. This should fix SUI to install correctly on Node 12 or greater (see [Gulp3 Issue](https://github.com/gulpjs/gulp/issues/2324) for more details) +- **Node** - Updated scripts to build in Node 18 via vanilla install. + +**Build** - **Theme** - Allow site's global site theme to be missing #6876 **Thanks @cruzdanillo** - **Meteor** - Fix issue with misuse of `api.addAssets` #6790 **Thanks @gimco** - **Gulp** - Report errors in build #7005 **Thanks @bundyo**