🚨 Breaking Changes
- compiler/vapor: Replace logicalIndex with block placeholders - by @zhiyuanzmj (7f985)
🚀 Features
- compiler-vapor: Make event delegation opt-in - by @zhiyuanzmj (817e1)
🐞 Bug Fixes
- compiler-vapor:
- Keep the space after a quoted attribute value - by @zhiyuanzmj (522c7)
- Preserve modifiers on merged event handlers - by @zhiyuanzmj (560e8)
- compiler/vapor:
- Align component v-text and v-html with vdom - by @zhiyuanzmj (7c879)
- Generate v-model after prop effects - by @zhiyuanzmj (35504)
- Mark forwarded root slot outlets - by @zhiyuanzmj (b4855)
- Handle keyed slot roots - by @zhiyuanzmj (def0a)
- Resolve fallback across multiple slot roots - by @zhiyuanzmj (f5ef7)
- compiler/vdom:
- Preserve vnode lifecycle in stable v-for - by @zhiyuanzmj (93954)