@typefox/monaco-editor-react 7.5.0-next.1 → 7.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,10 +2,11 @@
2
2
 
3
3
  All notable changes to npm module [@typefox/monaco-editor-react](https://www.npmjs.com/package/@typefox/monaco-editor-react) are documented in this file.
4
4
 
5
- ## [7.5.0] - 2025-12-22
5
+ ## [7.5.0] - 2025-12-23
6
6
 
7
7
  - Updated all `@codingame/monaco-vscode` packages to `24.2.0`.
8
8
  - Updated to `monaco-languageclient@10.5.0`.
9
+ - LanguageClient config enhancements, plus dynamic loading of extension-service-override [#1006](https://github.com/TypeFox/monaco-languageclient/pull/1006).
9
10
 
10
11
  ## [7.4.0] - 2025-11-26
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typefox/monaco-editor-react",
3
- "version": "7.5.0-next.1",
3
+ "version": "7.5.0",
4
4
  "license": "MIT",
5
5
  "description": "React component for Monaco-Editor and Monaco Languageclient",
6
6
  "keywords": [