From 730532c2b64acd887e1d0ce39206b347b5495e3c Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 25 May 2020 17:53:33 -0700 Subject: [PATCH] Release notes --- RELEASE-NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0fe483ecb..b17cd511a 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,14 @@ ## RELEASE NOTES +### Version 2.5.0 - Oct 21, 2018 + +**Build** +- **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) + +**Bug Fixes** +- **Dropdown** - Fix issue where dropdown menu could not open to right when in `right menu` inside a `ui menu` (See examples/sticky.html) for use-case +- **Sticky** - Fix issue where element might be `bound bottom` (fixed to bottom of context) if the sticky element is larger than the context + ### Version 2.4.2 - Oct 21, 2018 **Build**