Vue.js 0.11.5 发布,基于 MVVM 实现交互式的 Web 界面

jopen 9年前

Vue.js 是用于构建交互式的 Web  界面的库。它提供了 MVVM 数据绑定和一个可组合的组件系统,具有简单、灵活的 API。从技术上讲, Vue.js 集中在 MVVM 模式上的视图模型层,并通过双向数据绑定连接视图和模型。实际的 DOM 操作和输出格式被抽象出来成指令和过滤器。相比其它的 MVVM 框架,Vue.js 更容易上手。


Vue.js 0.11.5 发布,此版本主要是功能改进和 bug 修复:

改进

  • Vue.nextTick 现在使用 MutationObserver 进行异步更新,同时回调 setTimeout

  • v-with 提供父母属性和孩子属性的双向绑定

bug 修复

  • Fixed an issue where v-repeat doesn't work properly on nested arrays when not using identifiers.

  • Fixed an issue where attached and detached hooks are not firing for transcluded components.

  • #626, #631, #636, #652, #657, #685

此版本现已提供下载