发布于 2015-07-23 00:50:43 | 94 次阅读 | 评论: 0 | 来源: 网友投递
Semantic UI开源前端框架
Semantic UI是一个免费开源的前端开发框架.Semantic UI拥有支持情态动词、手风琴元素、元素调光器、3D转换,甚至是评级等多种功能。
Semantic UI 2.0.6 发布,主要更新内容如下:
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
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
Additional Fixes
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
Semantic UI是一个免费开源的前端开发框架.Semantic UI拥有支持情态动词、手风琴元素、元素调光器、3D转换,甚至是评级等多种功能。