Skip to content

v0.86

Latest
Compare
Choose a tag to compare
@army8735 army8735 released this 14 Feb 01:55
· 118 commits to master since this release
  • feature
    • 支持wasm模式,加载wasm库后开启,可控制关闭 #262
    • 改写动画引擎实现方式,一帧内同步渲染事件触发,动画的play()结合fill模式都转为同步
    • 支持配置MAX_LOAD_NUM,在远程加载图片、字体、组件等http请求时并发数限制,默认0没有
    • webgl动态纹理集改为安全值2048*2048
    • 使用Float64Array存储matrix而非普通数组
    • Root增加pause()和resume()方法,所有动画相关暂停恢复
    • matrix计算相关如果有wasm,全部交由wasm处理
    • 去除老的json中var-方式
    • 去除老的json中缩写方式
  • bugfix
    • parse的vars某些条件会遗漏
    • parse时Compoennt的tagName问题
    • img的props上可以有onLoad和onError