Quellcode durchsuchen

Preparing for v0.44.0

Henning Dieterichs vor 1 Jahr
Ursprung
Commit
7e3d25aaca
2 geänderte Dateien mit 8 neuen und 3 gelöschten Zeilen
  1. 5 0
      CHANGELOG.md
  2. 3 3
      package.json

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Monaco Editor Changelog
 # Monaco Editor Changelog
 
 
+## [0.44.0]
+
+- Removes old diff editor implementation.
+- Custom diff algorithms no longer can be passed via diff editor options, instead a service should be used ([see #3558 for more details](https://github.com/microsoft/monaco-editor/issues/3558)).
+
 ## [0.42.0]
 ## [0.42.0]
 
 
 - Uses new diff editor widget by default. Use `experimental.useVersion2: false` to use the old widget. The old widget will be replaced in the next update.
 - Uses new diff editor widget by default. Use `experimental.useVersion2: false` to use the old widget. The old widget will be replaced in the next update.

+ 3 - 3
package.json

@@ -1,7 +1,7 @@
 {
 {
 	"name": "monaco-editor",
 	"name": "monaco-editor",
-	"version": "0.43.0",
-	"vscodeRef": "16e9205452dd417e32f164325b589b94892846b4",
+	"version": "0.44.0",
+	"vscodeRef": "e7e037083ff4455cf320e344325dacb480062c3c",
 	"private": true,
 	"private": true,
 	"description": "A browser based code editor",
 	"description": "A browser based code editor",
 	"homepage": "https://github.com/microsoft/monaco-editor",
 	"homepage": "https://github.com/microsoft/monaco-editor",
@@ -52,7 +52,7 @@
 		"jsdom": "^19.0.0",
 		"jsdom": "^19.0.0",
 		"jsonc-parser": "^3.0.0",
 		"jsonc-parser": "^3.0.0",
 		"mocha": "^9.2.0",
 		"mocha": "^9.2.0",
-		"monaco-editor-core": "0.42.0-rc1",
+		"monaco-editor-core": "0.43.0-rc1",
 		"parcel": "^2.7.0",
 		"parcel": "^2.7.0",
 		"pin-github-action": "^1.8.0",
 		"pin-github-action": "^1.8.0",
 		"playwright": "^1.32.2",
 		"playwright": "^1.32.2",