Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

63 lines (36 loc) · 3.6 KB

1.4.2 (2021-04-13)

Bug Fixes

  • fixed event remove failed (974b6e9)

1.4.1 (2021-04-13)

Bug Fixes

  • fixed vnode.parent is null (9bd9dac)

Features

  • createVNode first params can be ComponentOptions (2a14662)

1.4.0 (2021-04-13)

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