发布于 2014-12-05 08:54:04 | 203 次阅读 | 评论: 0 | 来源: 网友投递
Semantic UI开源前端框架
Semantic UI是一个免费开源的前端开发框架.Semantic UI拥有支持情态动词、手风琴元素、元素调光器、3D转换,甚至是评级等多种功能。
Semantic UI是一个免费开源的前端开发框架.Semantic UI拥有支持情态动词、手风琴元素、元素调光器、3D转换,甚至是评级等多种功能。
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 of rem
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 to adjacent
. This setting sets prefered next placement when a popup cannot fit on screen in the chosen placement. prefer
can also be set to opposite
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 to false
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 native onAnimationEnd
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 be inverted
Dropdown - Dropdown onChange
callback now fires when calling setSelected
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 as remove link icon
Input - ui action input
can now accomodate ui button
that adjust padding from default
Dropdown - Fix action input
used inside ui dropdown
to appear correctly Thanks ordepdev
文档
Progress - Added missing settings docs for progress module