Skip to content

Commit cae6892

Browse files
author
Babylon.js Platform
committed
Version update 8.33.1
1 parent f036819 commit cae6892

File tree

43 files changed

+232
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+232
-187
lines changed

.build/changelog.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
{
2-
"fromTag": "8.32.3",
2+
"fromTag": "8.33.0",
33
"changelog": {
4+
"8.33.1": [
5+
{
6+
"pr": "17337",
7+
"title": "Playground: Fix tab handling regression from Monaco update",
8+
"description": "The Playground [Editor v2](https://github.com/BabylonJS/Babylon.js/pull/17216) updated Monaco which regressed the [workaround ](https://github.com/BabylonJS/Babylon.js/pull/16741/)for tab handling, where when Inspector v2 is open, pressing the tab key while focus is in the code editor moves focus instead of inserting a tab character. To work around this, we added the contentEditable attribute to the actual Monaco html element that has keyboard focus when editing text, but that element has changed in the newer Monaco, so the workaround needs to be updated. Also, the Editor v2 PR removed the comment explaining the workaround, so I just re-added it from the original change.\r\n\r\n@knervous ",
9+
"author": {
10+
"name": "ryantrem",
11+
"url": "https://github.com/ryantrem"
12+
},
13+
"files": [
14+
"package-lock.json",
15+
"packages/dev/inspector-v2/package.json",
16+
"packages/public/@babylonjs/inspector-v2/package.json",
17+
"packages/tools/playground/src/components/editor/monacoComponent.tsx"
18+
],
19+
"tags": [
20+
"bug",
21+
"inspector",
22+
"Playground"
23+
]
24+
},
25+
{
26+
"pr": "17336",
27+
"title": "Inspector v2: Update to the latest fluent virtualizer (bug fix + react 19)",
28+
"description": "This PR updates the Fluent virtualizer package to the latest, which includes a fix for a [regression](https://github.com/microsoft/fluentui-contrib/issues/526) and supports React 19 (from the [forum](https://forum.babylonjs.com/t/introducing-inspector-v2/60937/11)).",
29+
"author": {
30+
"name": "ryantrem",
31+
"url": "https://github.com/ryantrem"
32+
},
33+
"files": [
34+
"package-lock.json",
35+
"packages/dev/inspector-v2/package.json",
36+
"packages/public/@babylonjs/inspector-v2/package.json"
37+
],
38+
"tags": [
39+
"inspector"
40+
]
41+
}
42+
],
443
"8.33.0": [
544
{
645
"pr": "17308",

CHANGELOG.md

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

3+
## 8.33.1
4+
5+
### Playground
6+
7+
- Playground: Fix tab handling regression from Monaco update - [_Bug Fix_] by [ryantrem](https://github.com/ryantrem) ([#17337](https://github.com/BabylonJS/Babylon.js/pull/17337))
8+
39
## 8.33.0
410

511
### Core

0 commit comments

Comments
 (0)