Vue.js: v1.0.15 Release

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

Top Contributors in v1.0.15

yyx990803

Directory Browser for v1.0.15

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

Release Notes Published

Fixed

  • Fixed npm distributed build not stripping development-only code when used in Webpack/Browserify production builds.
  • #2145 v-for now works better with Sortable.
  • #2161 fix fragment GC (@elsassph)
  • #2163 fix slot duplicated insertion when used with v-if
  • #2182 improve template parser cache hit (@tgeorgiev)
  • #2183 fix cache size bug when putting multiple entries with the same key (@tgeorgiev)