🚀 Features
- Support array arguments for directive - by @zhiyuanzmj (23ab3)
🐞 Bug Fixes
- compiler-core:
- Avoid leaking slot branch keys - by @zhiyuanzmj (c2fd5)
- compiler-vapor:
- Avoid non-stable slots for stable root siblings - by @zhiyuanzmj (9cc0c)
- Keep stable slot roots on fast path - by @zhiyuanzmj (b6513)
- Avoid slot-root tracking for slot outlets - by @zhiyuanzmj (9d1b9)
- Track forwarded slot fallback validity - by @zhiyuanzmj (4055c)
- compiler/vapor:
- Only mark flag for root-block - by @zhiyuanzmj (8f1b9)
- macros/volar:
- Correct modifiers name for defineModel - by @zhiyuanzmj (7228e)
- vapor:
- Handle v-if and v-show on transition roots - by @zhiyuanzmj (a2b0b)
🏎 Performance
- compiler/vapor: Avoid redundant text run slicing - by @zhiyuanzmj (6138f)