From 5dc634f84e7e6b9f17621bd7534ae5cdc310ad0b Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 19 Mar 2018 00:03:18 -0400 Subject: [PATCH 01/11] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 6263b8623..8d7c59f0e 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,7 +2,7 @@ ### Version 2.3.1 - Mar 18, 2018 -**Note on Flex Modals** +>> **A Speical Message about Flex Modals** There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a general solve. A general solution will most likely require branching code for IE11 which will disable flex (as IE11 doesnt correctly implement the latest spec for [absolute positioned flex containers](https://developers.google.com/web/updates/2016/06/absolute-positioned-children)). From 8ca4da19b90625a1f10a93fc43f6ef594957f69e Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 19 Mar 2018 00:03:37 -0400 Subject: [PATCH 02/11] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 8d7c59f0e..991934d0b 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,9 +1,9 @@ ## RELEASE NOTES -### Version 2.3.1 - Mar 18, 2018 +### Version 2.3.1 - Mar 19, 2018 >> **A Speical Message about Flex Modals** -There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a general solve. +>> There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a general solve. A general solution will most likely require branching code for IE11 which will disable flex (as IE11 doesnt correctly implement the latest spec for [absolute positioned flex containers](https://developers.google.com/web/updates/2016/06/absolute-positioned-children)). From 4c239ee5456bfe25cf22f5fe90af538aa7412feb Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 19 Mar 2018 00:03:45 -0400 Subject: [PATCH 03/11] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 991934d0b..850b02fda 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,8 +2,8 @@ ### Version 2.3.1 - Mar 19, 2018 ->> **A Speical Message about Flex Modals** ->> There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a general solve. +> **A Speical Message about Flex Modals** +> There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a general solve. A general solution will most likely require branching code for IE11 which will disable flex (as IE11 doesnt correctly implement the latest spec for [absolute positioned flex containers](https://developers.google.com/web/updates/2016/06/absolute-positioned-children)). From 7cd92499a6c93c38ccf3d4e2548da3ff1239eb12 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 19 Mar 2018 00:03:56 -0400 Subject: [PATCH 04/11] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 850b02fda..0eddfe6ec 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,7 +2,7 @@ ### Version 2.3.1 - Mar 19, 2018 -> **A Speical Message about Flex Modals** +> **A Special Message about Flex Modals** > There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a general solve. A general solution will most likely require branching code for IE11 which will disable flex (as IE11 doesnt correctly implement the latest spec for [absolute positioned flex containers](https://developers.google.com/web/updates/2016/06/absolute-positioned-children)). From b1a5465bbdb41fd2592f820bb6effd3ea38fddfb Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 19 Mar 2018 00:04:17 -0400 Subject: [PATCH 05/11] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0eddfe6ec..33678636a 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,9 +3,8 @@ ### Version 2.3.1 - Mar 19, 2018 > **A Special Message about Flex Modals** -> There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a general solve. - -A general solution will most likely require branching code for IE11 which will disable flex (as IE11 doesnt correctly implement the latest spec for [absolute positioned flex containers](https://developers.google.com/web/updates/2016/06/absolute-positioned-children)). +> There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a fix. +> A general solution will most likely require branching code for IE11 which will disable flex (as IE11 doesnt correctly implement the latest spec for [absolute positioned flex containers](https://developers.google.com/web/updates/2016/06/absolute-positioned-children)). **Critical Bugs** - **Dropdown** - Fixed issue in `2.3.0` that could cause multiselect dropdowns initialized by converting `` to not add initial selected options. #6123 -- **Search** - Fixes using category search with `fullTextSearch: 'exact'` **@Thanks @prudho** returning duplicate results #6223 #6221 -- **Icon** - Fixes `centered` and `bordered` icons appearing incorrectly with FA5 **Thanks @w96k** #6192 -- **Icons** - Fixes missing aliases/incorrect icons from Font Awesome 5 port in `2.3.0` **Thanks hammy2899** #6181 #6175 #6176 #6174 #6175 -- **Icons** - Fixed issue where `link icon` were appearing incorrectly due to changes in icons #6180 +- **Dropdown** - Fixed issue in `2.3.0` that could cause multiselect dropdowns initialized by converting `` to not add initial selected options. [#6123](https://github.com/Semantic-Org/Semantic-UI/issues/6123) +- **Dropdown** - Fixed issue in `2.3.0` that could cause multiselect dropdowns initialized by converting `` to not add initial selected options. **Thanks @martinduparc** [#6123](https://github.com/Semantic-Org/Semantic-UI/issues/6123) +- **Dropdown** - Fixed issue in `2.3.0` that could cause multiselect dropdowns initialized by converting `