-
-
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.
Updated CHANGELOGs. You can now pass a URL to
initLocaleLoader
for …
…module import
- Loading branch information
Showing
9 changed files
with
43 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,11 @@ All notable changes to this npm module are documented in this file. | |
## [2024.9.1] - 2024-09-xy | ||
|
||
- Updated to `[email protected]`, `[email protected]` and `@typefox/[email protected]`. Updated all `@codingame/monaco-vscode` packages to `9.0.3`. | ||
- 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`. | ||
- Updated react examples to wrap the editor in an app component. Strict mode can be set on the page before starting. | ||
- Introduce a new example that makes use of two language clients (json and python). It replaces the multi-editor example. | ||
|
||
## [2024.8.4] - 2024-08-26 | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* -------------------------------------------------------------------------------------------- | ||
* Copyright (c) 2024 TypeFox and others. | ||
* Licensed under the MIT License. See LICENSE in the package root for license information. | ||
* ------------------------------------------------------------------------------------------ */ | ||
|
||
const { runStatemachineWrapper } = await import('./main.js'); | ||
|
||
runStatemachineWrapper(); |
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 |
---|---|---|
|
@@ -4,7 +4,11 @@ All notable changes to npm module [@typefox/monaco-editor-react](https://www.npm | |
|
||
## [6.0.0-next.1] - 2024-09-xy | ||
|
||
- Updated to `[email protected]` and `[email protected]`. Updated all `@codingame/monaco-vscode` packages to `9.0.3`. | ||
- Update to monaco-vscode-api 9.0.x [#749](https://github.com/TypeFox/monaco-languageclient/pull/749) | ||
- Updated to `[email protected]` and `[email protected]`. Updated all `@codingame/monaco-vscode` packages to `9.0.3`. | ||
- 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) | ||
|
||
## [4.5.3] - 2024-08-26 | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,14 @@ All notable changes to npm module [monaco-editor-wrapper](https://www.npmjs.com/ | |
|
||
## [6.0.0-next.1] - 2024-08-xy | ||
|
||
- Updated to `[email protected]`. Updated all `@codingame/monaco-vscode` packages to `9.0.3`. | ||
- Update to monaco-vscode-api 9.0.x [#749](https://github.com/TypeFox/monaco-languageclient/pull/749) | ||
- Updated to `[email protected]`. Updated all `@codingame/monaco-vscode` packages to `9.0.3`. | ||
- Enhancements to logging, worker factory and start order. The worker factory only accepts direct worker loading instructions from now on | ||
- monaco-languageclient config improvement, wrapper+languageclientwrapper improvements [#741](https://github.com/TypeFox/monaco-languageclient/pull/741) | ||
- Allows to configure more than one language client | ||
- `UserConfig` is renamed to `WrapperConfig` and one level less deep | ||
- Restart options are now intergrated into the configuration | ||
- You can now pass a URL to `initLocaleLoader` for module import | ||
|
||
## [5.5.3] - 2024-08-26 | ||
|
||
|
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