共享茶室加盟为什么不能做割韭菜模式
Semantic UI 1.1.2 发布,此版本现已提供下载,更新内容如下:
- NPM – Fixes issue with
dist/
not being included when using NPM due to.gitignore
历史改进记录:
同一天发布了 Semantic UI 1.1.1 版本,主要是 bug 修复:
- Step – Fixes step content appearing overlapped due to use of
em
instead ofrem
for line-height. - Sidebar – Fixes issue that may cause sidebars to stay open in some circumstances when using multiple sidebars
Semantic UI 1.1.0 版本改进记录:
功能增强
- Transition – Transition’s caching of final display state and animation existence now has improved performance.
- Popup – Popup now has a
settings.prefer
that defaults toadjacent
. This setting sets prefered next placement when a popup cannot fit on screen in the chosen placement.prefer
can also be set toopposite
to prefer the same position on the opposite side - Popup – Popup can now use a setting
lastResort
. When set to a position it will be used as a last resort even if popup does not entirely fit on the page. Setting this tofalse
will produce an error when a popup cannot fit on screen. - Transition now has
useFailSafe
parameter (off by default) to ensure transition callback fires even if nativeonAnimationEnd
event does not fire due to element visibility. Chromium Bug Report by Product Manager @ Mozilla and this open issue - All UI – Many
em
measurements adjusted slightly to calculate out as exact pixel values (Fixes 1px rounding errors) - Steps – Now use global border color
- Progress – Progress now has sizing variations
- Input –
transparent input
can now beinverted
- Dropdown – Dropdown
onChange
callback now fires when callingsetSelected
programatically.
Bugs 修复
- Build Tools – NPM now correctly pins dependencies instead of using bleeding-edge versions which may break builds
- Transition – Transition now correctly detects missing animations, errors do not cause future image transitions to break
- Menu/Segment Fixes double border on pointing menu with attached segment Thanks davialexandre
- Progress – Fixes indicating progress appearing incorrectly at 100% complete Thanks ordepdev
- Icon –
remove icon
is now formatted correctly when used asremove link icon
- Input –
ui action input
can now accomodateui button
that adjust padding from default - Dropdown – Fix
action input
used insideui dropdown
to appear correctly Thanks ordepdev
文档
- Progress – Added missing settings docs for progress module