2017年12月25日星期一

Vue 2.5.12 和 2.5.13 发布,轻量级 JavaScript 框架


Linuxeden 开源社区 --Vue.js

Vue.js

Vue 2.5.12 和 2.5.13 发布了。Vue 是一款轻量级 JavaScript 框架。主要更新内容如下:

2.5.12

修复

改进

  • core: allow symbol as vdom key bacb911, closes #7271
  • core: prop bindings with inline Object/Array literal values no longer cause the child component to always re-render:
    <foo :bar="[1, 2, 3]"/>
    

    The compiler now automatically wraps the literal value as an inline computed property to avoid creating new values on each render (unless data it depends on has changed).

  • types: extract VueConfiguration type for easy expansion (#7274) c0d516c, closes #7273

下载地址:

2.5.13

修复

  • revert auto cache for inline prop literals, fix regressions (#7283)

下载地址:

转自 http://ift.tt/2C4UK75

The post Vue 2.5.12 和 2.5.13 发布,轻量级 JavaScript 框架 appeared first on Linuxeden开源社区.

http://ift.tt/2DaGfxJ

没有评论:

发表评论