Skip to content

v0.10.4

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 25 Apr 19:59
· 3593 commits to main since this release

New

  • Uses more robust template to DocumentFragment conversion so that table/option elements are properly handled, and SVG tags are created with proper namespace.

Changed

  • When using v-repeat on an Array of primitive values, changing $value from the repeated instance will no longer sync the change back to the original Array. See explanation in b50e5a5

Fixed