From 7aed41f6aae6d3cd37c38149a777a9aaaec89167 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 8 Dec 2014 17:38:34 -0500 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 a16abc1c8..7a837fd3c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -5,7 +5,7 @@ [Browse Closed Issues](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A1.1.3+is%3Aclosed) **Enhancement** -- **Form** - Form validation now has parameter ``optional`` which will only validate a field against a set of rules if the user does not leave it blank +- **Form** - Form validation now has parameter ``optional`` which will only validate a field against a set of rules if the user does not leave it blank **Thanks DHNCarlos** - **Fonts** - Add font subset variable for ``site.variables`` **Thanks gabormeszoly** - **Modal** - Default modal shadow now more subtle - **Sidebar** - Now has behaviors ``is open/closed`` that are aliases for ``is visible/hidden``