Vue.js: v1.0.25 Release

Release date:
June 28, 2016
Previous version:
v1.0.25-csp (released June 28, 2016)
Magnitude:
0 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v1.0.25

yyx990803

Directory Browser for v1.0.25

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

New

  • mixins option can now use constructors returned by Vue.extend in addition to plain objects. (@ktsn)

Fixed

  • fix unknown element warning for <details> etc in Firefox
  • #2890 fix json filter with 0 indent (@posva)
  • #2983 fix v-model select initial value edge cases in IE
  • #2988 fix falsy value output for one time text bindings (@dsonet)
  • #2993 fix comment inside <template> being treated as string (@simplesmiler)
  • #3027 fix MutationObserver-related issues in iOS 9.3 UIWebView (@miccycn)
  • #3039 fix component local name option being overwritten by global registration (@kazupon)
  • #3062 fix multi-line expression inside HTML interpolation