Semantic UI 2.0.6 发布,主要更新内容如下:
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
Dropdown- Fixed issue where disabled
dropdown would still receive focus #2699
Dropdown- Fixed restore value
sometimes now working correctly due to "animating out" label still being mistaken for selected. #2690
Dropdown- Added set exactly
to remedy confusion of set selected
not removing current selections with multiple #2689
List- Fixed issue where using an image variation like ui image label
as a direct child of an item
would remove right padding #2691
Dropdown- Fixed issue where using text labels, useLabels: false
, would cause selection count to appear incorrect.
Dropdown- Text labels, useLabels: false
, now works correctly with maxSelections
, and receives special UX considerations
详情请查看: Semantic-UI/releases