Henning Dieterichs 2 ani în urmă
părinte
comite
38e1e3d097
3 a modificat fișierele cu 31 adăugiri și 13 ștergeri
  1. 19 1
      CHANGELOG.md
  2. 9 9
      package-lock.json
  3. 3 3
      package.json

+ 19 - 1
CHANGELOG.md

@@ -1,12 +1,30 @@
 # Monaco Editor Changelog
 
+## [0.41.0]
+
+- `IDiffEditor.diffReviewNext` was renamed to `IDiffEditor.accessibleDiffViewerNext`.
+- `IDiffEditor.diffReviewPrev` was renamed to `IDiffEditor.accessibleDiffViewerPrev`.
+- Introduces `InlineCompletionsProvider.yieldsToGroupIds` to allows inline completion providers to yield to other providers.
+- Bugfixes
+
+Contributions to `monaco-editor`:
+
+- [@claylibrarymarket](https://github.com/claylibrarymarket): Fix Twig's plain text class expression [PR #4063](https://github.com/microsoft/monaco-editor/pull/4063)
+- [@FossPrime (Ray Foss)](https://github.com/FossPrime): Use new GitHub pages workflow [PR #4000](https://github.com/microsoft/monaco-editor/pull/4000)
+- [@leandrocp (Leandro Pereira)](https://github.com/leandrocp): Elixir - Add support for multi-letter uppercase sigils [PR #4041](https://github.com/microsoft/monaco-editor/pull/4041)
+- [@philippleidig (PhilippLe)](https://github.com/philippleidig): Add TwinCAT file support for structured text (st) language [PR #3315](https://github.com/microsoft/monaco-editor/pull/3315)
+- [@remcohaszing (Remco Haszing)](https://github.com/remcohaszing)
+  - Add mdx language [PR #3096](https://github.com/microsoft/monaco-editor/pull/3096)
+  - Export custom TypeScript worker variables [PR #3488](https://github.com/microsoft/monaco-editor/pull/3488)
+  - Document some basic concepts [PR #4087](https://github.com/microsoft/monaco-editor/pull/4087)
+
 ## [0.40.0]
 
 - Support for Glyph Margin Widgets
 - Removes `getDiffLineInformationForOriginal` and `getDiffLineInformationForModified` from `IDiffEditor`
 - `createTrustedTypesPolicy` is optional now
 - New option `IModelDecorationOptions.shouldFillLineOnLineBreak`
-- New option `EditorOptions.readOnlyMessage``
+- New option `EditorOptions.readOnlyMessage`
 
 ## [0.39.0]
 

+ 9 - 9
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "monaco-editor",
-	"version": "0.40.0",
+	"version": "0.41.0",
 	"lockfileVersion": 2,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "monaco-editor",
-			"version": "0.40.0",
+			"version": "0.41.0",
 			"hasInstallScript": true,
 			"license": "MIT",
 			"devDependencies": {
@@ -25,7 +25,7 @@
 				"jsdom": "^19.0.0",
 				"jsonc-parser": "^3.0.0",
 				"mocha": "^9.2.0",
-				"monaco-editor-core": "^0.40.0-dev.20230629",
+				"monaco-editor-core": "0.41.0-rc1",
 				"parcel": "^2.7.0",
 				"pin-github-action": "^1.8.0",
 				"playwright": "^1.32.2",
@@ -5326,9 +5326,9 @@
 			"dev": true
 		},
 		"node_modules/monaco-editor-core": {
-			"version": "0.40.0-dev.20230707",
-			"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.40.0-dev.20230707.tgz",
-			"integrity": "sha512-aKvvZjZYww+5KbyYq5L3aUjdRmVVXZrCXGO0A0GTISpx2PuqThDpEv7r4ZQkhHQxHSGCRZdLr2JAdgFLkNcmxg==",
+			"version": "0.41.0-rc1",
+			"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.41.0-rc1.tgz",
+			"integrity": "sha512-j7508K6ruPE62V2Do92FSVqa8UDDTz1pgBKxYI5QqBcytLot1xZYNZl3IVSxdFgjmStUBb+klj6uEL3N/H74NA==",
 			"dev": true
 		},
 		"node_modules/mri": {
@@ -11037,9 +11037,9 @@
 			}
 		},
 		"monaco-editor-core": {
-			"version": "0.40.0-dev.20230707",
-			"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.40.0-dev.20230707.tgz",
-			"integrity": "sha512-aKvvZjZYww+5KbyYq5L3aUjdRmVVXZrCXGO0A0GTISpx2PuqThDpEv7r4ZQkhHQxHSGCRZdLr2JAdgFLkNcmxg==",
+			"version": "0.41.0-rc1",
+			"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.41.0-rc1.tgz",
+			"integrity": "sha512-j7508K6ruPE62V2Do92FSVqa8UDDTz1pgBKxYI5QqBcytLot1xZYNZl3IVSxdFgjmStUBb+klj6uEL3N/H74NA==",
 			"dev": true
 		},
 		"mri": {

+ 3 - 3
package.json

@@ -1,7 +1,7 @@
 {
 	"name": "monaco-editor",
-	"version": "0.40.0",
-	"vscodeRef": "660393deaaa6d1996740ff4880f1bad43768c814",
+	"version": "0.41.0",
+	"vscodeRef": "6445d93c81ebe42c4cbd7a60712e0b17d9463e97",
 	"private": true,
 	"description": "A browser based code editor",
 	"homepage": "https://github.com/microsoft/monaco-editor",
@@ -52,7 +52,7 @@
 		"jsdom": "^19.0.0",
 		"jsonc-parser": "^3.0.0",
 		"mocha": "^9.2.0",
-		"monaco-editor-core": "^0.40.0-dev.20230629",
+		"monaco-editor-core": "0.41.0-rc1",
 		"parcel": "^2.7.0",
 		"pin-github-action": "^1.8.0",
 		"playwright": "^1.32.2",