From 46cf1e4aef5d45e342c81a6e162085342c670e90 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 13 Oct 2018 14:58:15 -0700 Subject: [PATCH] Rls notes on LESS #6512 --- RELEASE-NOTES.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 2313dd6c8..57b6bd886 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,8 +2,14 @@ ### Version 2.4.1 - Oct 13, 2018 -**Bug Fixes** +**Note** +If you are using the `semantic-ui-less` package with versions of LESS before 3.5 some `calc` values will not be computed correctly due to changes in variable interpolation. It is recommended that you upgrade to at least 3.5 to continue using new versions of SUI. + +**Build Tools** +- **LESS** - We are now using Less 3.0 with new syntax for string literals +- **Gulp** - Updated all gulp dependencies to most recent released versions with modifications to tasks as necessary. +**Bug Fixes** - **Embed** - Embed will now correctly remove DOM metadata on `destroy` - **Grid** - Fix issue with `very relaxed vertically divided grid` having wrong margins on dividers