Skip to content

Commit

Permalink
Version update 7.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Babylon.js Platform committed Nov 4, 2024
1 parent 4704059 commit f2fd348
Show file tree
Hide file tree
Showing 37 changed files with 253 additions and 181 deletions.
93 changes: 78 additions & 15 deletions .build/changelog.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,65 @@
{
"fromTag": "7.32.0",
"fromTag": "7.32.2",
"changelog": {
"7.32.0": [
"7.32.3": [
{
"pr": "15755",
"title": "update dependencies",
"pr": "15768",
"title": "Fix various issues",
"description": null,
"author": {
"name": "RaananW",
"url": "https://github.com/RaananW"
"name": "deltakosh",
"url": "https://github.com/deltakosh"
},
"files": [
"package-lock.json"
".build/config.json",
"packages/dev/core/src/Materials/Node/Blocks/Input/inputBlock.ts",
"packages/dev/core/src/Materials/Node/nodeMaterial.ts"
],
"tags": [
"skip changelog"
]
},
{
"pr": "15769",
"title": "Mark anisotropyTexture as non-color data in glTF loader",
"description": "Explicitly mark anisotropyTexture as non-color data in glTF loader. ",
"author": {
"name": "alexchuber",
"url": "https://github.com/alexchuber"
},
"files": [
"packages/dev/loaders/src/glTF/2.0/Extensions/KHR_materials_anisotropy.ts"
],
"tags": []
},
{
"pr": "15754",
"title": "KHR_node_visibility",
"description": "Adding the implementation of KHR_node_visibilityAs per specs in this PR - https://github.com/KhronosGroup/glTF/pull/2410\n\nVis test added to make sure we support the current specs.",
"pr": "15766",
"title": "Allow user to disable undo/redo for NGE",
"description": null,
"author": {
"name": "deltakosh",
"url": "https://github.com/deltakosh"
},
"files": [
"packages/dev/sharedUiComponents/src/historyStack.ts",
"packages/tools/nodeGeometryEditor/src/components/propertyTab/propertyTabComponent.tsx",
"packages/tools/nodeGeometryEditor/src/globalState.ts",
"packages/tools/nodeGeometryEditor/src/graphEditor.tsx"
],
"tags": [
"skip changelog"
]
},
{
"pr": "15767",
"title": "make sure rimraf is windows-ready",
"description": null,
"author": {
"name": "RaananW",
"url": "https://github.com/RaananW"
},
"files": [
"packages/dev/loaders/src/glTF/2.0/Extensions/KHR_node_visibility.ts",
"packages/dev/loaders/src/glTF/2.0/Extensions/dynamic.ts",
"packages/dev/loaders/src/glTF/2.0/Extensions/index.ts",
"packages/tools/tests/test/visualization/ReferenceImages/gltfNodeVisibility.png",
"packages/tools/tests/test/visualization/config.json"
"packages/tools/nodeRenderGraphEditor/package.json"
],
"tags": []
}
Expand Down Expand Up @@ -273,6 +304,38 @@
]
}
],
"7.32.0": [
{
"pr": "15755",
"title": "update dependencies",
"description": null,
"author": {
"name": "RaananW",
"url": "https://github.com/RaananW"
},
"files": [
"package-lock.json"
],
"tags": []
},
{
"pr": "15754",
"title": "KHR_node_visibility",
"description": "Adding the implementation of KHR_node_visibilityAs per specs in this PR - https://github.com/KhronosGroup/glTF/pull/2410\n\nVis test added to make sure we support the current specs.",
"author": {
"name": "RaananW",
"url": "https://github.com/RaananW"
},
"files": [
"packages/dev/loaders/src/glTF/2.0/Extensions/KHR_node_visibility.ts",
"packages/dev/loaders/src/glTF/2.0/Extensions/dynamic.ts",
"packages/dev/loaders/src/glTF/2.0/Extensions/index.ts",
"packages/tools/tests/test/visualization/ReferenceImages/gltfNodeVisibility.png",
"packages/tools/tests/test/visualization/config.json"
],
"tags": []
}
],
"7.31.2": [
{
"pr": "15751",
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 7.32.3

### Core


### Loaders

- Mark anisotropyTexture as non-color data in glTF loader - by [alexchuber](https://github.com/alexchuber) ([#15769](https://github.com/BabylonJS/Babylon.js/pull/15769))

## 7.32.2

### Core
Expand Down
Loading

0 comments on commit f2fd348

Please sign in to comment.