Releases: vuetifyjs/vue-repl
Releases · vuetifyjs/vue-repl
v2.1.1
v2.1.0
🚀 Features
- Use monaco - by @Kingwl (e833c)
- Add ls - by @Kingwl (a7bff)
- Completed provideCompletionItems - by @johnsoncodehk (81ef5)
- Implemented resolveCompletionItem - by @johnsoncodehk (3ef6f)
- Completed provideHover - by @johnsoncodehk (39222)
- Complete provideDefinition - by @johnsoncodehk (2035f)
- Completed provideSignatureHelp - by @johnsoncodehk (c599f)
- Completed setModelMarkers - by @johnsoncodehk (86079)
- Implemented provideReferences - by @johnsoncodehk (6b05d)
- Implemented provideRenameEdits - by @johnsoncodehk (5ca63)
- Implemented provideDocumentSymbols - by @johnsoncodehk (1cda6)
- Implemented provideDocumentHighlights - by @johnsoncodehk (f7824)
- Implemented provideLinkedEditingRanges - by @johnsoncodehk (1046a)
- Implemented provideImplementation - by @johnsoncodehk (49d8d)
- Implemented provideTypeDefinition - by @johnsoncodehk (b80bb)
- Implemented provideCodeLenses, resolveCodeLens - by @johnsoncodehk (bddb6)
- Implemented provideCodeActions, resolveCodeAction - by @johnsoncodehk (1d37f)
- Implemented provideDocumentFormattingEdits - by @johnsoncodehk (73f04)
- Implemented provideDocumentRangeFormattingEdits - by @johnsoncodehk (0e64a)
- Implemented provideOnTypeFormattingEdits - by @johnsoncodehk (f50e1)
- Implemented provideLinks - by @johnsoncodehk (3bc40)
- Implemented provideDocumentColors, provideColorPresentations - by @johnsoncodehk (ddde1)
- Implemented provideFoldingRanges - by @johnsoncodehk (dd083)
- Implemented provideDeclaration - by @johnsoncodehk (8e437)
- Implemented provideSelectionRanges - by @johnsoncodehk (2037d)
- Implemented provideInlayHints - by @johnsoncodehk (61d18)
- Support auto close tag / auto .value - by @johnsoncodehk (f765d)
- Upgrade volar - by @johnsoncodehk (0aac8)
- Pass vue dts module version from store - by @johnsoncodehk (2a0df)
- Provide fs option to support 3.3 external type resolving - by @yyx990803 (f0e82)
- Upgrade volar - by @johnsoncodehk (0783d)
- Local JSON files - by @skirtles-code and @yyx990803 in https://github.com/vuetifyjs/vue-repl/issues/82 (db076)
- Add
sublime
keymap - by @holazz in https://github.com/vuetifyjs/vue-repl/issues/45 (29263) - Support for sandbox page customization - by @Blackman99 in https://github.com/vuetifyjs/vue-repl/issues/42 (a22b9)
- Add file renaming - by @skirtles-code and @yyx990803 in https://github.com/vuetifyjs/vue-repl/issues/63 (eb41c)
- Add search and replace - by @sxzz in https://github.com/vuetifyjs/vue-repl/issues/67 (4ca3d)
- Support omitting ts/js extensions - by @yyx990803 (130a1)
- Support custom file go to difinition - by @zqran in https://github.com/vuetifyjs/vue-repl/issues/102 (519b0)
- Add default height for Repl component - by @zqran in https://github.com/vuetifyjs/vue-repl/issues/109 (d9673)
- Add error toggle - by @Blackman99 and @sxzz in https://github.com/vuetifyjs/vue-repl/issues/98 (51819)
- Add tsconfig file - by @sxzz in https://github.com/vuetifyjs/vue-repl/issues/114 (29f6a)
- Add
reload
function - by @Alfred-Skyblue in https://github.com/vuetifyjs/vue-repl/issues/103 (12ebc) - Memorize show error state - by @chenxch and @sxzz in https://github.com/vuetifyjs/vue-repl/issues/117 (ab4b7)
- Add monaco light theme - by @baiwusanyu-c and @sxzz in https://github.com/vuetifyjs/vue-repl/issues/121 (ead96)
- Upgrade volar - by @johnsoncodehk (d925b)
- Respect browser language - by @johnsoncodehk (f9fed)
- Download TS dynamically - by @johnsoncodehk and @sxzz in https://github.com/vuetifyjs/vue-repl/issues/125 (97f69)
- Expose TS localized languages - by @sxzz (a52dd)
- Use ts version option for ts lib dts acquire - by @johnsoncodehk (376fe)
- Expose dependency version - by @sxzz (aecfd)
- Add emmet to monaco - by @KaelWD (6d606)
- Add prettier to monaco - by @KaelWD (3c6c9)
- monaco: Support to keep selection and cursor position - by @zqran in https://github.com/vuetifyjs/vue-repl/issues/99 (db8c1)
🐞 Bug Fixes
- Styles - by @Kingwl (6aee9)
- Split monaco out - by @Kingwl (fd0b0)
- Disable pug and script setup codeLens - by @johnsoncodehk (1c6e6)
- Update exports and types - by @Kingwl (e4988)
- Use worker - by @Kingwl (e1e80)
- F@ck - by @Kingwl (0aa0a)
- Minor fix - by @Kingwl (aacba)
- Use monaco-volar - by wangwenlu (9846c)
- Make monaco editor works normally - by @johnsoncodehk (f5381)
- Don't delete dts models - by @johnsoncodehk (d04a1)
- Ignore polyfill error in Safari - by @yyx990803 (39f4a)
- Fix legacy domain in import maps - by @yyx990803 (7e7c7)
- Avoid including vue in import map if using default URLs - by @yyx990803 [(37ce3)](https://github.com/...