Skip to content

Commit 5bca2d9

Browse files
committed
Update rlsnotes
1 parent 742860e commit 5bca2d9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

RELEASE-NOTES.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
- **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
77

88
**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.6+is%3Aclosed)**
9-
- **Dropdown** - Fixed `restore value` sometimes now working correctly due to "animating out" label still being mistaken for selected.
10-
- **Dropdown** - Added `set exactly` to remedy confusion of `set selected` not removing current selections with multiple
11-
- **Dropdown** - Fixed issue where dropdowns using `useLabels: false` would not display correct values when displaying current count.
9+
- **Dropdown** - Fixed issue where `disabled` dropdown would still receive focus #2699
10+
- **Dropdown** - Fixed `restore value` sometimes now working correctly due to "animating out" label still being mistaken for selected. #2690
11+
- **Dropdown** - Added `set exactly` to remedy confusion of `set selected` not removing current selections with multiple #2689
12+
- **List**- Fixed issue where using an image variation like `ui image label` as a direct child of an `item` would remove right padding #2691
1213

1314
**Additional Fixes**
14-
- **Dropdown** - Fixed condition with `useLabels: false` where `maxSelections` would make it impossible to select/remove values
15+
- **Dropdown** - Fixed issue where using text labels, `useLabels: false`, would cause selection count to appear incorrect.
16+
- **Dropdown** - Text labels, `useLabels: false`, now works correctly with `maxSelections`, and receives special UX considerations
1517

1618
### Version 2.0.5 - July 20, 2015
1719
**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.5+is%3Aclosed)**

0 commit comments

Comments
 (0)