mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
updating the version in the package.json file
This commit is contained in:
parent
ada2b3d6ae
commit
29a4a3aa14
3 changed files with 30 additions and 12 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -1,5 +1,23 @@
|
|||
# Monaco Editor Changelog
|
||||
|
||||
## [0.50.0]
|
||||
|
||||
- New field `IEditorMinimapOptions.sectionHeaderLetterSpacing`
|
||||
- New field `IOverlayWidgetPosition.stackOridinal`
|
||||
- New field `EmitOutput.diagnostics`
|
||||
- New event `IOverlayWidget.onDidLayout`
|
||||
- New events `ICodeEditor.onBeginUpdate` and `ICodeEditor.onEndUpdate`
|
||||
- `HoverVerbosityRequest.action` -> `HoverVerbosityRequest.verbosityDelta`
|
||||
- `MultiDocumentHighlightProvider.selector` changed from `LanguageFilter` to `LanguageSelector`
|
||||
- New optional parameters in `getEmitOutput`: `emitOnlyDtsFiles` and `forceDtsEmit`
|
||||
|
||||
Contributions to `monaco-editor`:
|
||||
|
||||
- [@htcfreek (Heiko)](https://github.com/htcfreek): Add extension to `csp.contribution.ts` [PR #4504](https://github.com/microsoft/monaco-editor/pull/4504)
|
||||
- [@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)
|
||||
- [@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)
|
||||
- [@samstrohkorbatt](https://github.com/samstrohkorbatt): Adding Python f-string syntax support [PR #4401](https://github.com/microsoft/monaco-editor/pull/4401)
|
||||
|
||||
## [0.49.0]
|
||||
|
||||
- New proposed `editorHoverVerbosityLevel` API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue