Skip to content

Commit 0037b13

Browse files
committed
v0.48.0
1 parent 8503aef commit 0037b13

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Monaco Editor Changelog
22

3+
## [0.48.0]
4+
5+
### Additions
6+
7+
- Various bug fixes
8+
- Minimap Section Headers (see config option `showRegionSectionHeaders`)
9+
- Diff Editor Gutter Menu (see config option `renderGutterMenu`)
10+
- `InlineCompletionsProvider.handlePartialAccept` has `PartialAcceptInfo`
11+
12+
Contributions to `monaco-editor`:
13+
14+
- [@jeremy-rifkin (Jeremy Rifkin)](https://github.com/jeremy-rifkin): Fix bug with highlighting of C++ raw string literals [PR #4436](https://github.com/microsoft/monaco-editor/pull/4436)
15+
316
## [0.47.0]
417

518
### Additions

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-editor",
3-
"version": "0.47.0",
4-
"vscodeRef": "1e790d77f81672c49be070e04474901747115651",
3+
"version": "0.48.0",
4+
"vscodeRef": "e170252f762678dec6ca2cc69aba1570769a5d39",
55
"private": true,
66
"description": "A browser based code editor",
77
"homepage": "https://github.com/microsoft/monaco-editor",
@@ -52,7 +52,7 @@
5252
"jsdom": "^19.0.0",
5353
"jsonc-parser": "^3.0.0",
5454
"mocha": "^9.2.0",
55-
"monaco-editor-core": "0.48.0-dev-20240320",
55+
"monaco-editor-core": "0.48.0-rc",
5656
"parcel": "^2.7.0",
5757
"pin-github-action": "^1.8.0",
5858
"playwright": "^1.32.2",

0 commit comments

Comments
 (0)