Semantic UI 2.0.6 發布,前端界面開發框架
Semantic UI—完全語義化的前端界面開發框架,跟 Bootstrap 和 Foundation 比起來,還是有些不同的,在功能特性上、布局設計上、用戶體驗上均存在很多差異。
Semantic UI 特點:
-
文檔和演示非常完善
-
易于學習和使用
-
配備網格布局
-
支持 Sass 和 LESS 動態樣式語言
-
有一些非常實用的附加配置,例如inverted類。
-
對于社區貢獻來說是比較開放的。
-
有一個非常好的按鈕實現,情態動詞,和進度條。
-
在許多功能上使用圖標字體。
Semantic UI 對瀏覽器的支持:
-
Last 2 Versions FF, Chrome, IE (aka 10+)
-
Safari 6
-
IE 9+ (Browser prefix only)
-
Android 4
-
Blackberry 10
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 returninglength
to functioning as "minimum length" and added a new ruleexactLenght
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 ofset 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 anitem
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 withmaxSelections
, and receives special UX considerations
詳情請查看:Semantic-UI/releases