mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Preparing for v0.44.0
This commit is contained in:
parent
94c055bcbd
commit
7e3d25aaca
2 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# 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]
|
||||
|
||||
- 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.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "monaco-editor",
|
||||
"version": "0.43.0",
|
||||
"vscodeRef": "16e9205452dd417e32f164325b589b94892846b4",
|
||||
"version": "0.44.0",
|
||||
"vscodeRef": "e7e037083ff4455cf320e344325dacb480062c3c",
|
||||
"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.42.0-rc1",
|
||||
"monaco-editor-core": "0.43.0-rc1",
|
||||
"parcel": "^2.7.0",
|
||||
"pin-github-action": "^1.8.0",
|
||||
"playwright": "^1.32.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue