From 0e330ae453813de4e6cf272460fb79c7117073d0 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Tue, 2 May 2023 14:17:58 +0200 Subject: [PATCH] 0.38.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a60415..640fbc0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Monaco Editor Changelog +## [0.38.0] + +- `diffAlgorithm` values changed: `smart` -> `legacy`, `experimental` -> `advanced` +- New `registerEditorOpener` API +- New property `IViewZone.showInHiddenAreas` to show view zones in hidden areas +- New properties `InlineCompletions.suppressSuggestions` and `InlineCompletions.enableForwardStability` +- Bugfixes + +Contributions to `monaco-editor`: + +- [@dneto0 (David Neto)](https://github.com/dneto0): Add WebGPU Shading Language tokenizer, with tests [PR #3884](https://github.com/microsoft/monaco-editor/pull/3884) +- [@kisstkondoros (Tamas Kiss)](https://github.com/kisstkondoros): Fix reference error in convert method of OutlineAdapter [PR #3924](https://github.com/microsoft/monaco-editor/pull/3924) +- [@tamayika](https://github.com/tamayika): Change moduleResolution to node16 and adopt TS 5.0 [PR #3860](https://github.com/microsoft/monaco-editor/pull/3860) + ## [0.37.1] - Fixes Inline Completions feature diff --git a/package.json b/package.json index 68fb1602..cf79ff20 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "monaco-editor", - "version": "0.37.1", - "vscodeRef": "8f74fbfd1f2d8f6268a42df131726b218aafe511", + "version": "0.38.0", + "vscodeRef": "5474fca23cc6723a6f72975fbf00672c331fed2c", "private": true, "description": "A browser based code editor", "homepage": "https://github.com/microsoft/monaco-editor",