From 39a7f49559bc686d274d3216dbde20120236d233 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 26 May 2016 18:36:39 +0000 Subject: [PATCH] spelling: length --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 47107ba10..15aeea89b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -428,7 +428,7 @@ This release should fix bugs some may have encountered with `npm install semanti ### Version 2.0.6 - July 22, 2015 **Important Notes** -- **Form Validation** - In `2.0.4` `length` rules were corrected to match "exact length" and not "minimum length". This may have caused issues for those who were using this rule as min length previously. We've remedied any breaking changes introduced by by returning `length` to functioning as "minimum length" and added a new rule `exactLenght` for matching exact length. #2681 +- **Form Validation** - In `2.0.4` `length` rules were corrected to match "exact length" and not "minimum length". This may have caused issues for those who were using this rule as min length previously. We've remedied any breaking changes introduced by by returning `length` to functioning as "minimum length" and added a new rule `exactLength` for matching exact length. #2681 **[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.6+is%3Aclosed)** - **Dropdown** - Fixed issue where `disabled` dropdown would still receive focus [#2699](https://github.com/Semantic-Org/Semantic-UI/issues/2699)