Skip to content

Commit c321d0f

Browse files
authored
Merge pull request #4572 from microsoft/satisfactory-beetle
Prepare monaco-editor for release
2 parents ada2b3d + 29a4a3a commit c321d0f

File tree

3 files changed

+30
-12
lines changed

3 files changed

+30
-12
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Monaco Editor Changelog
22

3+
## [0.50.0]
4+
5+
- New field `IEditorMinimapOptions.sectionHeaderLetterSpacing`
6+
- New field `IOverlayWidgetPosition.stackOridinal`
7+
- New field `EmitOutput.diagnostics`
8+
- New event `IOverlayWidget.onDidLayout`
9+
- New events `ICodeEditor.onBeginUpdate` and `ICodeEditor.onEndUpdate`
10+
- `HoverVerbosityRequest.action` -> `HoverVerbosityRequest.verbosityDelta`
11+
- `MultiDocumentHighlightProvider.selector` changed from `LanguageFilter` to `LanguageSelector`
12+
- New optional parameters in `getEmitOutput`: `emitOnlyDtsFiles` and `forceDtsEmit`
13+
14+
Contributions to `monaco-editor`:
15+
16+
- [@htcfreek (Heiko)](https://github.com/htcfreek): Add extension to `csp.contribution.ts` [PR #4504](https://github.com/microsoft/monaco-editor/pull/4504)
17+
- [@jakebailey (Jake Bailey)](https://github.com/jakebailey): Call clearFiles on internal EmitOutput diagnostics, pass args down [PR #4482](https://github.com/microsoft/monaco-editor/pull/4482)
18+
- [@johnyanarella (John Yanarella)](https://github.com/johnyanarella): Update TypeScript to TS 5.4.5 in all projects, vendored files [PR #4305](https://github.com/microsoft/monaco-editor/pull/4305)
19+
- [@samstrohkorbatt](https://github.com/samstrohkorbatt): Adding Python f-string syntax support [PR #4401](https://github.com/microsoft/monaco-editor/pull/4401)
20+
321
## [0.49.0]
422

523
- New proposed `editorHoverVerbosityLevel` API

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-editor",
3-
"version": "0.49.0",
4-
"vscodeRef": "dc96b837cf6bb4af9cd736aa3af08cf8279f7685",
3+
"version": "0.50.0",
4+
"vscodeRef": "5437499feb04f7a586f677b155b039bc2b3669eb",
55
"private": true,
66
"description": "A browser based code editor",
77
"homepage": "https://github.com/microsoft/monaco-editor",
@@ -52,7 +52,7 @@
5252
"jsdom": "^19.0.0",
5353
"jsonc-parser": "^3.0.0",
5454
"mocha": "^9.2.0",
55-
"monaco-editor-core": "0.49.0-rc",
55+
"monaco-editor-core": "0.50.0-rc",
5656
"parcel": "^2.7.0",
5757
"pin-github-action": "^1.8.0",
5858
"playwright": "^1.32.2",

0 commit comments

Comments
 (0)