Skip to content

v1.0.25

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 16 Jun 22:33
· 3593 commits to main since this release

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