Releases: vuejs/repl
Releases · vuejs/repl
v4.7.0
🚀 Features
- Update language tools to 3.0 - by @johnsoncodehk in #360 (a34f6)
🐞 Bug Fixes
- Add support for custom elements for CompileScript - by @Gianthard-cyh in #354 (c393b)
- Only handle
./
prefix modules for ExportNamedDeclaration - by @zhiyuanzmj in #327 (8cc90)
View changes on GitHub
v4.6.3
No significant changes
View changes on GitHub
v4.6.2
🐞 Bug Fixes
- Handle Vue 3.6+ vapor runtime imports correctly - by @edison1105 in #357 (c4bac)
View changes on GitHub
v4.6.1
🐞 Bug Fixes
- The line number offset in the DEV - by @edison1105 in #344 (cc292)
View changes on GitHub
v4.6.0
🚀 Features
- Show SSR output - by @skirtles-code in #343 (52a19)
- Add support for viewing sourcemap - by @edison1105 in #341 (5714d)
View changes on GitHub
v4.5.1
🚀 Features
- Export
Sandbox
as standalone output component - by @wangcch in #309 (b5497) - Support cache selected typescript version - by @huangmingfu in #305 (33ca3)
- Support vapor template-only component - by @edison1105 in #322 (9ae05)
- Add core entry for node usage - by @Dsaquel in #310 (da105)
- editor: Scrollbar style for firefox - by @wangcch in #320 (bbc74)
- store: Return
setImportMap
and addmerge
parameter - by @wangcch (9f53b)
🐞 Bug Fixes
- Apply builtin import map after deserialize - by @wangcch in #315 (e62dd)
- split-pane: Rendering order comes from the store.show-output - by @wangcch (0bd4c)
View changes on GitHub
v4.5.0
🚀 Features
- Pass on descriptor vapor flag when compiling template - by @yyx990803 (adaac)