Skip to content

0.58

Compare
Choose a tag to compare
@army8735 army8735 released this 20 May 07:55
· 1663 commits to master since this release
  • feature
    • 支持webgl模式 #165
    • transform对inline应该不生效 #169 #168
    • 去除cache离屏等四周+1px的逻辑,没有必要
    • flex遗漏row-reverse/column-reverse
    • 离屏绘制的顺序变为overflow->filter->mask->mbm
    • 增加karas.animate.easing.getValue()
    • 暴露karas.style.css.abbr
  • bugfix
    • 小程序离屏模式同步清除等问题
    • 离屏嵌套时的bug
    • component的setState和frame动画一起出现时的时序bug
    • flexWrap和fontWeight缩写冲突
    • 其它一些健壮性问题