Skip to content

Releases: hsuna/vue-egret

v1.4.2

14 Apr 02:18
Compare
Choose a tag to compare

Bug Fixes

  • fixed event remove failed (974b6e9)

v1.4.1

13 Apr 13:53
Compare
Choose a tag to compare

Bug Fixes

  • fixed vnode.parent is null (9bd9dac)

Features

  • createVNode first params can be ComponentOptions (2a14662)

v1.4.0

13 Apr 07:38
818cbbe
Compare
Choose a tag to compare

Bug Fixes

  • add handler thisObject (2d9bc8e)
  • component attr extend sp (be0c072)
  • fixed dynamic attr cache last data (69e911b)
  • fixed next-tick (b1878ed)
  • fixed stateWidth & stateHeight (4e837ec)
  • fixed template text parser (5ffb463)
  • multiline text parser (eaadbea)
  • normalizationType error (b86fe4b)
  • object type observer (39f9c65)
  • refInFor delete bug & nextTick (abbc4c8)
  • tween callback params & default attr (912a664)
  • v-for not use object type (cf2a8d3)

Features

Performance Improvements

v1.3.0

01 Sep 06:24
Compare
Choose a tag to compare

Added

  • 添加AST解析库,用于render处理

v1.2.2

01 Sep 06:25
Compare
Choose a tag to compare

Fixed

  • 针对props复杂类型会不断赋值,更新数据导致性能低且掉帧的问题

v1.2.1

01 Sep 06:26
Compare
Choose a tag to compare

Changed

  • 添加$stageWidth$stageHeight字段,用于舞台宽高的属性访问

Fixed

  • 修改模板解析调用characters方法时,换行符未处理,导致报错的问题

v1.2.0

01 Sep 06:27
Compare
Choose a tag to compare

Changed

  • 修改渲染方法及VueEgret暴露的方法,所有显示对象不再创建egret.DisplayObjectContainer进行包裹,而是直接使用root作为节点

v1.1.6

01 Sep 06:27
Compare
Choose a tag to compare

Fixed

  • 修复props继承错误的问题

v1.1.5

01 Sep 06:28
Compare
Choose a tag to compare

Changed

  • $tween方法添加参数

Fixed

  • 修改props默认值错误的问题

v1.1.4

01 Sep 06:28
Compare
Choose a tag to compare

Fixed

  • 修复渲染器销毁后依然监听的问题