Vue.JS 1.0.8 is out

Monday, November 16, 2015



New

  • Added support for pre-defined getters/setters on data objects. This feature is off by default and must be turned on by setting Vue.config.convertAllProperties = true, since it comes with a small performance cost.
  • v-on key modifiers now also support all single letters.
  • props options now supports using prop objects in array syntax again.


Fixed

  • Observer should no longer throw errors when trying to observe objects created via Object.create(null).
  • Fixed an edge case in IE where text interpolations are not processed due to IE randomly splitting the text nodes into multiple adjacent ones.
  • fix incorrect warning for two-way binding on v-for alias
  • fix incorrect warning for v-ref on non-component elements
  • fix afterEnter hook firing before transition finishes
  • fix $event variable for v-on inline statement handlers with filters
  • avoid v-for re-rendering when using v-model on primitive values
RELEASE NOTE ON GITHUB

You Might Also Like

0 comments