Skip to content

v1.0.15

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 18 Jan 19:58
· 3593 commits to main since this release

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)