Skip to content

Latest commit

 

History

History
187 lines (88 loc) · 8.82 KB

CHANGELOG.md

File metadata and controls

187 lines (88 loc) · 8.82 KB

2.1.8 (2025-03-28)

Bug Fixes

  • vue-jsx-vapor: prevent register HMR in production environment (cab7de4)

2.1.7 (2025-03-25)

Bug Fixes

  • macros/volar: use __MACROS_ctx to infer type (0a5b315)

Features

  • vue-jsx-vapor: support hmr (c1091da)
  • vue-jsx-vapor: support hmr for functional components (faed7fa)

Performance Improvements

  • macors/volar: optimize infer type performance (bebec2b)

2.1.6 (2025-03-20)

Bug Fixes

  • compiler: use modelValueModifiers instead of modelModifiers (563b2f0)
  • macros: remove lib option (9548729)

2.1.5 (2025-03-19)

Features

  • compiler: support v-text directive (98a24d6)

2.1.4 (2025-03-18)

Features

  • vue-jsx-vapor: use virtual code to support browser environments (db1660e)

2.1.3 (2025-03-18)

Bug Fixes

  • compiler: move next, child and nthChild before the setInsertionState (d12a086)

2.1.2 (2025-03-17)

Bug Fixes

2.1.1 (2025-03-17)

Bug Fixes

  • compiler: missing modifiers (32849a7)
  • compiler: remove empty modifiers (dce2e83)
  • compiler: use setInsertionState instead of insert (2fae757)

Features

  • compiler: support empty expression for event with modifiers (187bf8c)

2.1.0 (2025-03-16)

Bug Fixes

Features

  • vue-jsx-vapor: add jsxImportSource support (b5e051d)

2.0.1 (2025-03-12)

Features

  • macros: add semicolon prefix for defineExpose (1f7171e)

2.0.0 (2025-03-12)

1.7.0 (2025-03-11)

Bug Fixes

1.6.0 (2025-03-10)

Features

  • volar: auto infer type for useRef (0e44f13)

(2025-03-09)

Bug Fixes

Features

  • 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)

Reverts

  • unplugin: add effectScope for helper code (dfb640b)
  • vue/vapor (ea9f738)