Update changelog and version.

This commit is contained in:
Henning Dieterichs 2022-08-04 16:26:28 +02:00
parent dddcfabb9d
commit 5c5bdc5c18
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
2 changed files with 13 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Monaco Editor Changelog # Monaco Editor Changelog
## [0.34.0] (Unreleased) ## [0.34.0]
- Introduction of `IEditor.createDecorationsCollection` API - Introduction of `IEditor.createDecorationsCollection` API
- New function `removeAllMarkers` to remove all markers - New function `removeAllMarkers` to remove all markers
@ -26,6 +26,16 @@
- `InlayHint` API tweaks - `InlayHint` API tweaks
- Soft deprecation of `ICodeEditor.deltaDecorations`, no adoption required. `IEditor.createDecorationsCollection` API should be used instead. - Soft deprecation of `ICodeEditor.deltaDecorations`, no adoption required. `IEditor.createDecorationsCollection` API should be used instead.
Contributions to `monaco-editor`:
- [@alexander-zw (Alexander Wu)](https://github.com/alexander-zw): [webpack readme] Add how to get languages/features [PR #3171](https://github.com/microsoft/monaco-editor/pull/3171)
- [@anjbur (Angela Burton)](https://github.com/anjbur): Update Q# keywords [PR #3222](https://github.com/microsoft/monaco-editor/pull/3222)
- [@bsorrentino (bsorrentino)](https://github.com/bsorrentino): Fix issue #2295 - Models with "@" in their name do not resolve as dependencies [PR #3057](https://github.com/microsoft/monaco-editor/pull/3057)
- [@MasterOdin (Matthew Peveler)](https://github.com/MasterOdin): Remove duplicate testcases for mysql [PR #3138](https://github.com/microsoft/monaco-editor/pull/3138)
- [@mhsdesign (Marc Henry Schultz)](https://github.com/mhsdesign): [DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051 [PR #3052](https://github.com/microsoft/monaco-editor/pull/3052)
- [@supersonictw (SuperSonic)](https://github.com/supersonictw): Fix menu link in integrate-esm.md [PR #3214](https://github.com/microsoft/monaco-editor/pull/3214)
- [@tonilastre (Toni)](https://github.com/tonilastre): Add config and tokenizer for query language Cypher [PR #3102](https://github.com/microsoft/monaco-editor/pull/3102)
## [0.33.0] ## [0.33.0]
- The first parameter of all `monaco.languages.register*Provider` functions has changed to take a `DocumentSelector` instead of a single `languageId` - The first parameter of all `monaco.languages.register*Provider` functions has changed to take a `DocumentSelector` instead of a single `languageId`

View file

@ -1,7 +1,7 @@
{ {
"name": "monaco-editor", "name": "monaco-editor",
"version": "0.33.0", "version": "0.34.0",
"vscode": "6a4e5cc26b29359472378c2a8951c33f4ea73244", "vscode": "4b8a47f3570a4a05ace9d00ae0df044b55befcd5",
"private": true, "private": true,
"description": "A browser based code editor", "description": "A browser based code editor",
"author": "Microsoft Corporation", "author": "Microsoft Corporation",