Skip to content

v0.29

Compare
Choose a tag to compare
@army8735 army8735 released this 06 May 07:12
· 3048 commits to master since this release
  • feature
    • 去除cssx的部分,css module使用已有方案 #60
    • parent/prev/next在生成时完成 #60
    • ctx/defs改为传参,只在root保存引用 #60
    • 优化了reflow/repaint,reflow时才会重新生成样式,repaint只修改相关的 #60
    • text不保存样式,直接使用parent的
    • svg的maskUnits使用默认值
    • computedStyle部分进行了优化,geom中不再保存属性
  • bugfix
    • 修复了backgroundPosition在尺寸不一致的情况下计算问题
    • 修复了frame帧运行重复问题
    • 修复了backgroundSize计算和位置无关问题
    • 修复了背景图超出屏幕时绘制问题
    • 修复了绝对定位时百分比margin/padding计算问题