Skip to content

Commit 09ea076

Browse files
author
Babylon.js Platform
committed
Version update 8.16.3
1 parent 8078b55 commit 09ea076

File tree

40 files changed

+321
-179
lines changed

40 files changed

+321
-179
lines changed

.build/changelog.json

Lines changed: 128 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,133 @@
11
{
2-
"fromTag": "8.16.1",
2+
"fromTag": "8.16.2",
33
"changelog": {
4+
"8.16.3": [
5+
{
6+
"pr": "16890",
7+
"title": "Fix sandbox loading issue",
8+
"description": "Fix #16887 ",
9+
"author": {
10+
"name": "deltakosh",
11+
"url": "https://github.com/deltakosh"
12+
},
13+
"files": [
14+
".build/config.json",
15+
"packages/tools/sandbox/public/index.js"
16+
],
17+
"tags": [
18+
"skip changelog"
19+
]
20+
},
21+
{
22+
"pr": "16860",
23+
"title": "Add React fast refresh to Sandbox and Playground",
24+
"description": "This change enables React fast refresh in both Sandbox and Playground. This means when changes are made to React components in .tsx files (as long as the React components are exported), the changes will be reflected \"immediately\" (within about 5 seconds or so).",
25+
"author": {
26+
"name": "ryantrem",
27+
"url": "https://github.com/ryantrem"
28+
},
29+
"files": [
30+
"package-lock.json",
31+
"packages/dev/buildTools/src/webpackTools.ts",
32+
"packages/dev/inspector-v2/webpack.config.js",
33+
"packages/tools/playground/package.json",
34+
"packages/tools/playground/webpack.config.js",
35+
"packages/tools/sandbox/package.json",
36+
"packages/tools/sandbox/webpack.config.js"
37+
],
38+
"tags": []
39+
},
40+
{
41+
"pr": "16882",
42+
"title": "Adding attractor to NPE",
43+
"description": null,
44+
"author": {
45+
"name": "deltakosh",
46+
"url": "https://github.com/deltakosh"
47+
},
48+
"files": [
49+
"packages/dev/core/src/Particles/Node/Blocks/Update/updateAttractorBlock.ts",
50+
"packages/dev/core/src/Particles/Node/Blocks/Update/updateFlowMapBlock.ts",
51+
"packages/dev/core/src/Particles/Node/Blocks/index.ts",
52+
"packages/tools/nodeParticleEditor/src/blockTools.ts",
53+
"packages/tools/nodeParticleEditor/src/components/nodeList/nodeListComponent.tsx"
54+
],
55+
"tags": [
56+
"new feature",
57+
"npe"
58+
]
59+
},
60+
{
61+
"pr": "16889",
62+
"title": "Link PS to NPS",
63+
"description": null,
64+
"author": {
65+
"name": "deltakosh",
66+
"url": "https://github.com/deltakosh"
67+
},
68+
"files": [
69+
"packages/dev/core/src/Particles/Node/nodeParticleSystemSet.ts",
70+
"packages/dev/core/src/Particles/particleSystem.ts"
71+
],
72+
"tags": [
73+
"skip changelog",
74+
"npe"
75+
]
76+
},
77+
{
78+
"pr": "16888",
79+
"title": "glTF Exporter: Convert IBM to RH for LH bones",
80+
"description": "This semi-reverts #11168 -- we should still convert IBMs to right-hand, but only when the bone linked to the node was also converted. This case is easier to detect now, thanks to the rework from earlier this year.\r\n\r\nOther:\r\n- Add and clarify comments for future reference",
81+
"author": {
82+
"name": "alexchuber",
83+
"url": "https://github.com/alexchuber"
84+
},
85+
"files": [
86+
"packages/dev/serializers/src/exportUtils.ts",
87+
"packages/dev/serializers/src/glTF/2.0/glTFExporter.ts",
88+
"packages/dev/serializers/src/glTF/2.0/glTFUtilities.ts"
89+
],
90+
"tags": []
91+
},
92+
{
93+
"pr": "16885",
94+
"title": "Fix missing serialized comments for node editors",
95+
"description": null,
96+
"author": {
97+
"name": "deltakosh",
98+
"url": "https://github.com/deltakosh"
99+
},
100+
"files": [
101+
"packages/dev/core/src/FrameGraph/Node/nodeRenderGraphBlock.ts",
102+
"packages/dev/core/src/Meshes/Node/nodeGeometryBlock.ts",
103+
"packages/dev/core/src/Particles/Node/nodeParticleBlock.ts"
104+
],
105+
"tags": [
106+
"bug",
107+
"nme",
108+
"nrge",
109+
"npe"
110+
]
111+
},
112+
{
113+
"pr": "16884",
114+
"title": "Inspector v2: Basic animation properties",
115+
"description": "This PR partially adds animation properties. I started following what inspector v1 does, but the further I got into it the more sense I had that perhaps the current v1 impl evolved over time and there might be some bugs and potential design improvements. Given this, I think it's still worth merging this partial implementation and tracking a follow to either:\r\n1. Chat with someone on the team with more animation system expertise to understand if there are current bugs and if we want to improve the design of these properties/controls, or\r\n2. Have someone on the team with more animation system expertise just take over on the implementation in a future inspector v2 team wide push.\r\n\r\nThis PR also has a few fixes/improvements for some of the new shared controls.\r\n\r\n<img width=\"353\" height=\"629\" alt=\"image\" src=\"https://github.com/user-attachments/assets/ab49e15a-2913-4a2f-9560-ba460c84c286\" />\r\n\r\n<img width=\"351\" height=\"302\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b4f30420-c1fc-46ba-bb1c-89c8aed38c56\" />\r\n\r\n<img width=\"351\" height=\"120\" alt=\"image\" src=\"https://github.com/user-attachments/assets/869505de-72f3-4bd8-9567-856f97954255\" />\r\n",
116+
"author": {
117+
"name": "ryantrem",
118+
"url": "https://github.com/ryantrem"
119+
},
120+
"files": [
121+
"packages/dev/inspector-v2/src/components/properties/animation/animationsProperties.tsx",
122+
"packages/dev/inspector-v2/src/inspector.tsx",
123+
"packages/dev/inspector-v2/src/services/panes/properties/animationPropertiesService.tsx",
124+
"packages/dev/sharedUiComponents/src/fluent/hoc/propertyLines/propertyLine.tsx",
125+
"packages/dev/sharedUiComponents/src/fluent/primitives/messageBar.tsx",
126+
"packages/dev/sharedUiComponents/src/fluent/primitives/syncedSlider.tsx"
127+
],
128+
"tags": []
129+
}
130+
],
4131
"8.16.2": [
5132
{
6133
"pr": "16883",

CHANGELOG.md

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

3+
## 8.16.3
4+
5+
### Core
6+
7+
- Adding attractor to NPE - [_New Feature_] by [deltakosh](https://github.com/deltakosh) ([#16882](https://github.com/BabylonJS/Babylon.js/pull/16882))
8+
- Fix missing serialized comments for node editors - [_Bug Fix_] by [deltakosh](https://github.com/deltakosh) ([#16885](https://github.com/BabylonJS/Babylon.js/pull/16885))
9+
10+
### Playground
11+
12+
- Add React fast refresh to Sandbox and Playground - by [ryantrem](https://github.com/ryantrem) ([#16860](https://github.com/BabylonJS/Babylon.js/pull/16860))
13+
14+
### Serializers
15+
16+
- glTF Exporter: Convert IBM to RH for LH bones - by [alexchuber](https://github.com/alexchuber) ([#16888](https://github.com/BabylonJS/Babylon.js/pull/16888))
17+
318
## 8.16.2
419

520
### Core

0 commit comments

Comments
 (0)