You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE-NOTES.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
+
### Version 2.3.0 - Feb 19, 2018
2
+
3
+
-**Modal** - Modal has been rewritten to use `flexbox`. No need to call `refresh()` to recalculate vertical centering.
4
+
-**Modal** - Modals now have a setting `centered` which can be used to disable vertical centering. This can be useful for modals with content that changes dynamically to prevent content from jumping in position.
5
+
-**Modal** - You can now modify `closable` setting after init **Thanks @mdehoog**[#3396](https://github.com/Semantic-Org/Semantic-UI/issues/3396)
6
+
-**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`
7
+
1
8
### Version 2.2.14 - Jan 29, 2018
2
9
3
-
-**Modal** - Fixes issue where an oversized modal would appear behind an existing modal when using `allowMultiple: true` and a second modal that is larger than the sreen height. [#2423](https://github.com/Semantic-Org/Semantic-UI/issues/2423)
10
+
-**Modal** - Fixes issue where an oversized modal would appear behind an existing modal when using `allowMultiple: true` and a second modal that is larger than the screen height. [#2423](https://github.com/Semantic-Org/Semantic-UI/issues/2423)
0 commit comments