2.1.8 (2025-03-28)
- vue-jsx-vapor: prevent register HMR in production environment (cab7de4)
2.1.7 (2025-03-25)
- macros/volar: use __MACROS_ctx to infer type (0a5b315)
- macors/volar: optimize infer type performance (bebec2b)
2.1.6 (2025-03-20)
- compiler: use modelValueModifiers instead of modelModifiers (563b2f0)
- macros: remove lib option (9548729)
2.1.5 (2025-03-19)
- compiler: support v-text directive (98a24d6)
2.1.4 (2025-03-18)
- vue-jsx-vapor: use virtual code to support browser environments (db1660e)
2.1.3 (2025-03-18)
- compiler: move next, child and nthChild before the setInsertionState (d12a086)
2.1.2 (2025-03-17)
- compiler: remove log (a1b9df0)
2.1.1 (2025-03-17)
- compiler: missing modifiers (32849a7)
- compiler: remove empty modifiers (dce2e83)
- compiler: use setInsertionState instead of insert (2fae757)
- compiler: support empty expression for event with modifiers (187bf8c)
2.1.0 (2025-03-16)
- lint (9b7737d)
- vue-jsx-vapor: add jsxImportSource support (b5e051d)
2.0.1 (2025-03-12)
- macros: add semicolon prefix for defineExpose (1f7171e)
2.0.0 (2025-03-12)
1.7.0 (2025-03-11)
- lint (a93b1e0)
1.6.0 (2025-03-10)
- volar: auto infer type for useRef (0e44f13)
- babel: compatibility with CommonJS (00744bc)
- babel: prevent slot errors by excluding conditional expressions (c8b0171)
- build error (7bea325)
- compiler: prevent handle comment node for v-slot (5919124)
- correct export path for api (a6ec3a3)
- lint (1289392)
- lint (73c3534)
- lint (1d08537)
- lint (03a7140)
- lint (b9edbb7)
- lint (1cda436)
- lint (ba64de1)
- lint (2abc350)
- remove any (abf0d0c)
- typecheck (ecbbbab)
- typecheck (31787c2)
- unplugin: correct type for raw.ts (ba206e6)
- unplugin: typecheck (ab8cbfe)
- add interop mode (f46592c)
- babel: support nested source maps (3e69eba)
- babel: support source map (17d7ea7)
- compiler: remove babel/parser (ac494d1)
- compiler: support native v-if directive (18b77fc)
- compiler: support native v-slot directive (9db436d)
- compiler: support nested component slot (a17e04e)
- compiler: support string source (4293948)
- compiler: support v-once directive (16a6b49)
- compiler: support v-text directive (e1445ae)
- introducing babel-plugin (dd2e384)
- support AST node compilation (06eb0a3)
- unplugin: add filename option for source map (10a6909)
- unplugin: add volar plugin (7bf1284)
- unplugin: expose raw to support browser environments (4dc2ffc)