-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean-up and allow registering a registerModelUpdate callback
- Loading branch information
Showing
29 changed files
with
535 additions
and
807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,19 @@ | |
|
||
All notable changes to this npm module are documented in this file. | ||
|
||
## [2024.10.2] - 20241-10-11 | ||
|
||
- Updated to `[email protected]`, `[email protected]` and `@typefox/[email protected]`. Updated all `@codingame/monaco-vscode` packages to `10.0.2`. | ||
|
||
## [2024.10.1] - 20241-10-10 | ||
|
||
- Updated to `[email protected]`, `[email protected]` and `@typefox/[email protected]`. Updated all `@codingame/monaco-vscode` packages to `10.0.2`. | ||
- Aligend example config. `htmlContainer` is now a required property of `editorAppConfig` | ||
- Fixed problems with Statemachine example (two editor and react version) | ||
- Json example exports a function for the configuration | ||
|
||
## [2024.9.1] - 2024-09-27 | ||
|
||
- Updated to `[email protected]`, `[email protected]` and `@typefox/[email protected]`. Updated all `@codingame/monaco-vscode` packages to `10.0.1`. | ||
- Align configuration of all examples to the latest configuration adjustments. | ||
- Only use a single function to configure `monaco-editor` that all examples. | ||
- `server-commons`: Allow to set `requestMessageHandler` and `responseMessageHandler`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,13 @@ | |
|
||
All notable changes to npm module [@typefox/monaco-editor-react](https://www.npmjs.com/package/@typefox/monaco-editor-react) are documented in this file. | ||
|
||
## [6.0.0-next.2] - 2024-10-10 | ||
## [6.0.0-next.3] - 2024-10-10 | ||
|
||
- Clean-up and allow registering a registerModelUpdate callback. This is used to properly handle `onTextChanged` | ||
- Support all arguments for monaco-vscode-api `initialize` [#756](https://github.com/TypeFox/monaco-languageclient/pull/756) | ||
- On startup the current containerRef is passed to the interal editor app/monaco-editor | ||
- Update to monaco-vscode-api 9.0.x [#749](https://github.com/TypeFox/monaco-languageclient/pull/749) | ||
- Updated to `[email protected].2` and `[email protected].2`. Updated all `@codingame/monaco-vscode` packages to `10.0.1`. | ||
- Updated to `[email protected].3` and `[email protected].3`. Updated all `@codingame/monaco-vscode` packages to `10.0.2`. | ||
- Enhancements to logging | ||
- monaco-languageclient config improvement, wrapper+languageclientwrapper improvements [#741](https://github.com/TypeFox/monaco-languageclient/pull/741) | ||
- Turned react component from class to function [#739](https://github.com/TypeFox/monaco-languageclient/pull/739) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.