From 7c691d2505be325e42a3d0c7203cf0462ad6c70b Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 28 Jan 2018 20:33:19 -0800 Subject: [PATCH] Rlsnotes #5603 --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 6ee8f14ca2..7f1744a9f0 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -19,6 +19,7 @@ - **Dropdown** - Fixes issue where dropdowns might accidentally animate closed two times when quickly tabbing through fields - **Popup** - Fixed an error which could cause popup not to move to right offset context when using a different target setting. - **Dropdown** - Fixed issue where using `ui input` in a dropdown menu could cause the input to be too wide in some cases **Thanks @banandrew** #5085 +- **Menu / Popup** - Fixed issue where `inverted menu` rules would cause popup inside a menu to have incorrect link styling in `link list` **Thanks @banandrew** #5585 #5603 **Build Tools** - **CSS Build** - Fixed issue where package `gulp-clone` was only set to use > `1.0` causing issues with gulp builds due to upstream error #6067