From 0f8a6daad031b255c55f81734205e86391438404 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 10 Jun 2015 00:05:49 -0400 Subject: [PATCH] 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 b12cd53d8..aac72d20b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,7 +2,7 @@ ### Version 2.0.0 - March xx, 2015 --**Migration Guide** +**Migration Guide** - **Modal** - If you are using a modal with image content, you will need to use `image content` on the parent element. This is because `flex` rules require parent styling that the previous `table-row` rules did not. - **Modal** - Modal will now only close on buttons matching `deny` or `approve` selector. Any button that should hide modal on click should either match one of these selectors, or call `$('.ui.modal').modal('hide')` `onclick`.