Skip to content

Commit 42e38a9

Browse files
author
Babylon.js Platform
committed
Version update 8.3.1
1 parent a0e3829 commit 42e38a9

File tree

38 files changed

+226
-167
lines changed

38 files changed

+226
-167
lines changed

.build/changelog.json

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
{
2-
"fromTag": "8.2.2",
2+
"fromTag": "8.3.0",
33
"changelog": {
4+
"8.3.1": [
5+
{
6+
"pr": "16508",
7+
"title": "Remove legacy copyTexture and bump the native protocol version",
8+
"description": "It's quite hard to make new BN compatible with old BJS, so after some discussion with @bghgary we decided to remove the old contract and bump the protocol version.",
9+
"author": {
10+
"name": "ryantrem",
11+
"url": "https://github.com/ryantrem"
12+
},
13+
"files": [
14+
"packages/dev/core/src/Engines/Native/nativeInterfaces.ts",
15+
"packages/dev/core/src/Engines/nativeEngine.ts"
16+
],
17+
"tags": []
18+
},
19+
{
20+
"pr": "16507",
21+
"title": "glTF Exporter: Export compressed textures as PNG",
22+
"description": "The follow up to https://github.com/BabylonJS/Babylon.js/pull/14312/. Partially addresses https://github.com/BabylonJS/Babylon.js/issues/12257 -- while we can't recompress the image back to KTX2, we can at least export it as PNG, which is better than nothing.",
23+
"author": {
24+
"name": "alexchuber",
25+
"url": "https://github.com/alexchuber"
26+
},
27+
"files": [
28+
"packages/dev/serializers/src/glTF/2.0/glTFMaterialExporter.ts"
29+
],
30+
"tags": []
31+
},
32+
{
33+
"pr": "16504",
34+
"title": "Playground: Prevents crashes when running multiple PG's in succession",
35+
"description": "Quickly clicking the “Play” button may cause PG to crash, as a new execution may be created before the previous one is fully processed by `_compileAndRunAsync`.\r\n\r\nWithout the PR, the crash can be reproduced with [this PG](https://playground.babylonjs.com/?webgpu#VW8IG3#160), by quickly clicking the “Play” button several times in a row.",
36+
"author": {
37+
"name": "Popov72",
38+
"url": "https://github.com/Popov72"
39+
},
40+
"files": [
41+
"packages/tools/playground/src/components/rendererComponent.tsx"
42+
],
43+
"tags": [
44+
"bug",
45+
"Playground"
46+
]
47+
}
48+
],
449
"8.3.0": [
550
{
651
"pr": "16502",

CHANGELOG.md

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

3+
## 8.3.1
4+
5+
### Core
6+
7+
- Remove legacy copyTexture and bump the native protocol version - by [ryantrem](https://github.com/ryantrem) ([#16508](https://github.com/BabylonJS/Babylon.js/pull/16508))
8+
9+
### Playground
10+
11+
- Playground: Prevents crashes when running multiple PG's in succession - [_Bug Fix_] by [Popov72](https://github.com/Popov72) ([#16504](https://github.com/BabylonJS/Babylon.js/pull/16504))
12+
13+
### Serializers
14+
15+
- glTF Exporter: Export compressed textures as PNG - by [alexchuber](https://github.com/alexchuber) ([#16507](https://github.com/BabylonJS/Babylon.js/pull/16507))
16+
317
## 8.3.0
418

519
### Core

0 commit comments

Comments
 (0)