Skip to content

Commit

Permalink
Version update 7.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Babylon.js Platform committed Jan 30, 2025
1 parent a7b1d73 commit 765efeb
Show file tree
Hide file tree
Showing 38 changed files with 206 additions and 163 deletions.
38 changes: 37 additions & 1 deletion .build/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
{
"fromTag": "7.46.0",
"fromTag": "7.47.0",
"changelog": {
"7.47.1": [
{
"pr": "16129",
"title": "Explicitly set return type to avoid generics",
"description": "Addressing https://forum.babylonjs.com/t/issue-with-babylon-js-7-x-x-and-angular-18-2-4-type-errors/56287?u=raananw",
"author": {
"name": "RaananW",
"url": "https://github.com/RaananW"
},
"files": [
"packages/dev/core/src/Engines/engine.ts",
"packages/dev/core/src/Meshes/Node/Blocks/Textures/geometryTextureBlock.ts",
"packages/dev/core/src/Meshes/mesh.ts",
"packages/dev/core/src/Misc/greasedLineTools.ts",
"packages/dev/core/src/Particles/pointsCloudSystem.ts",
"packages/dev/core/src/Physics/v2/Plugins/havokPlugin.ts"
],
"tags": []
},
{
"pr": "16131",
"title": "WebGPU: Fix anisotropy",
"description": null,
"author": {
"name": "Popov72",
"url": "https://github.com/Popov72"
},
"files": [
"packages/dev/core/src/Engines/WebGPU/webgpuCacheSampler.ts"
],
"tags": [
"bug",
"WebGPU"
]
}
],
"7.47.0": [
{
"pr": "16130",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 7.47.1

### Core

- Explicitly set return type to avoid generics - by [RaananW](https://github.com/RaananW) ([#16129](https://github.com/BabylonJS/Babylon.js/pull/16129))
- WebGPU: Fix anisotropy - [_Bug Fix_] by [Popov72](https://github.com/Popov72) ([#16131](https://github.com/BabylonJS/Babylon.js/pull/16131))

## 7.47.0

### Core
Expand Down
Loading

0 comments on commit 765efeb

Please sign in to comment.