共享茶室加盟为什么不能做割韭菜模式
Semantic UI 1.10.0 发布,Semantic UI—完全语义化的前端界面开发框架,跟bootstrap” target=”_blank”>Bootstrap 和 foundation” target=”_blank”>Foundation 比起来,还是有些不同的,在功能特性上、布局设计上、用户体验上均存在很多差异。
目前 git.kejianet.cn 正在使用该 UI 框架。
该版本详细改进记录包括:
New Features
- Transition – Transitions now have
interval
to allow grouped elements to animate one by one with a delay between each animation. Grouped animations determine order based on transition direction to avoid reflows, or can manually be reversed by usingreverse: true
See Examples for more details.
Critical Fixes
- Transition – Webkit
failSafe
used for Chromium Bug #437860 now also works for queued animations
Enhancements
- Form Validation – Adds
containsExactly
,notExactly
,isExactly
case sensitive validation rules, makecontains
,not
,is
case insensitive. - Form Validation –
contains
rule is now case insensitive - Form Validation – Validation messages no longer increase field height on
inline fields
like checkboxes after error appears - API – Added
was cancelled
to determine whether request was cancelled bybeforeSend
- *Image – Added
hidden image
state
Fixes
- Build Tools – Fixed issue with recursive merge for site themes in update scripts, details hereThanks @derekslife
- Cards – Fix
.ui.cards > .ui.card
margins to match.ui.cards > .card
margins - Cards – Fix consecutive card groups to preserve row flow (similar to consecutive grids)
- Sidebar – Sidebar using
exclusive: true
now queue animations after hiding previous sidebar (unlessoverlay
) to avoid rendering issues - State – Text states now handle
cancelled
API requests correctly - Search – Category search no longer displays unnecessary error message about maxResults
- Composer – Composer.json should now read version from tags, adjusted some fields.
- Grid – Stackable grid now has horizontal padding by default on mobile unless nested inside a
ui grid
orui segment
(not vertical) - Menu – Fixes pointing menu displaying under dropdown menu
Docs
–Transition – useFailSafe
was incorrectly shown as false
by default