前端界面開發框架,Semantic UI 2.1.4 發布
Semantic UI—完全語義化的前端界面開發框架,跟 Bootstrap 和 Foundation 比起來,還是有些不同的,在功能特性上、布局設計上、用戶體驗上均存在很多差異。
Semantic UI 特點:
-
文檔和演示非常完善
</li> -
易于學習和使用
</li> -
配備網格布局
</li> -
支持 Sass 和 LESS 動態樣式語言
</li> -
有一些非常實用的附加配置,例如inverted類。
</li> -
對于社區貢獻來說是比較開放的。
</li> -
有一個非常好的按鈕實現,情態動詞,和進度條。
</li> -
在許多功能上使用圖標字體。
</li> </ul>Semantic UI 對瀏覽器的支持:
-
Last 2 Versions FF, Chrome, IE (aka 10+)
</li> -
Safari 6
</li> -
IE 9+ (Browser prefix only)
</li> -
Android 4
</li> -
Blackberry 10
</li> </ul>
Semantic UI 2.1.4 發布,此版本更新內容如下:關鍵 bug 修復
-
Build - Fixed issue where using a packaged theme without a
</li> </ul>site.variables
would cause build to fail #3009 #3010增強
-
表單驗證 - Form validation now supports a brand new shorthand which is drastically simpler to specify #2579
</li> </ul>// expands out using default prompts and identifier matching property label$('.ui.form') .form({ fields: { name : 'empty', gender : 'empty', username : 'empty', password : ['minLength[6]', 'empty'], skills : ['minCount[2]', 'empty'], terms : 'checked' } }) ;
-
表單驗證 -
</li>identifier
andprompt
are now optional for all form validation rules. Default prompt values have been added for all rule types, and identifier will now automatically match on the named value for rule if no ID is specified. #3001 #2579 -
表單驗證 - All form prompts now support templates values,
</li> </ul>{value}
,{name}
,{ruleValue}
, and{identifier}
#3001Bug 修復
-
Dropdown - Fixed issue with ',' key not being allowed in dropdown due to user tagging shortcut key #3016
</li> -
Message -
</li>ui list
used insideui message
now aligns properly in all conditions #2958 -
Form Validation - Validation messages in
</li>error message
group are now correctly removed when invalid field revalidates on blur -
Label - Labels no longer force single line using
</li>word-wrap: nowrap
#3006 -
Table - Fixed issue where
</li>(x) column segment table
was inheriting accidentally inheriting some grid styles -
Grid - Fixed
</li>middle aligned grid
not applying to columns #2959 -
Menu - Fixed issue where
</li>right menu
was not floating correctly inside amenu > container
on mobile #2969 -
Button - Fixes
</li> </ul>right labeled icon button
with aright
named icon (for exampleright arrow
) having incorrect margin on icon. #2973下載:https://github.com/Semantic-Org/Semantic-UI/archive/2.1.4.zip。
來自:http://www.oschina.net/news/66164/semantic-ui-2-1-4
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
-
-
-
-
-