v0.10.4
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