From 844849285d8f554c8abfadf602bf330a6f8e2dcd Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 17 Apr 2017 18:21:02 -0400 Subject: [PATCH] Fix release note merge --- RELEASE-NOTES.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 086b58d77..220b0e179 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,10 +1,11 @@ ## RELEASE NOTES -### Version 2.2.11 - March 28, 2017 +### Version 2.2.11 - April XX, 2017 **Enhancements** - **Modal** - Adds `tiny` and `mini` sized modals #5123 **Thanks @Banandrew** - **Popup* - Added `bind clickaway` `bind touchclose` `bind close on scroll` behaviors to make it easier for `on: 'manual'` popup to specify behavior +- **Popup** - Separated className setting for `visible` into `visible` and `popupVisible`, this way you can remove visible indiciation on activating element without modifying popup. **Bugs** - **Sidebar** - Removed use of `ios` browser detection, and use of `-webkit-overflow-scrolling: touch;`. iOS no longer has sizing issues when displaying sidebar content in latest iOS. @@ -14,9 +15,6 @@ - **Menu** - Fixed issue where `left menu` and `right menu` did not display correctly in `stackable menu` on mobile #3604 #5116 **Thanks @BleuDiamant @Traverse** - **Dimmer** - Fixed typo causing body dimmer to add unnecessary `position: relative;` **Thanks @jinyangzhen** #4707 -**Enhancements** -- **Popup** - Separated className setting for `visible` into `visible` and `popupVisible`, this way you can remove visible indiciation on activating element without modifying popup. - ### Version 2.2.10 - March 28, 2017 **Critical Bugs**