From 453fe87bb492140c7660c6462a3f4c9f95d66559 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 19 Feb 2018 16:12:53 -0800 Subject: [PATCH] Thanks #4614 --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 21cb433b08..689516ac7c 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -24,7 +24,7 @@ - **Modal** - Modal `autofocus` setting now checks to see if currently focused element is in modal, avoiding issues where focus could be set in `onVisible` or `onShow` - **Menu** - Fixes `big` and `huge` sizes being swapped in menu **Thanks @jeremy091** #5902 #5899 - **Table** - Fixes tr not having correct border on first row when using multiple `tbody` **Thanks @Mlukman** #4458 -- **Popup** - Popup will now use `content` specified in settings before `title` attribute +- **Popup** - Popup will now use `content` specified in settings before `title` attribute #4614 **Thanks @aaronbhansen** **Doc Updates** - **Icons** - Icon documentation now has a search that will copy the relevent icon html to clipboard