|
1 | 1 | {
|
2 |
| - "fromTag": "7.52.0", |
| 2 | + "fromTag": "7.52.1", |
3 | 3 | "changelog": {
|
4 | 4 | "7.52.1": [
|
5 | 5 | {
|
|
17 | 17 | "tags": []
|
18 | 18 | }
|
19 | 19 | ],
|
| 20 | + "7.52.2": [ |
| 21 | + { |
| 22 | + "pr": "16259", |
| 23 | + "title": "Fix color affectation when dealing with color3 component", |
| 24 | + "description": null, |
| 25 | + "author": { |
| 26 | + "name": "deltakosh", |
| 27 | + "url": "https://github.com/deltakosh" |
| 28 | + }, |
| 29 | + "files": [ |
| 30 | + ".build/config.json", |
| 31 | + "packages/dev/core/src/Meshes/geometry.ts", |
| 32 | + "packages/dev/core/src/Meshes/mesh.vertexData.ts" |
| 33 | + ], |
| 34 | + "tags": [] |
| 35 | + }, |
| 36 | + { |
| 37 | + "pr": "16251", |
| 38 | + "title": "Add spatial audio attach to camera, mesh and transform node capabilities to audio engine v2", |
| 39 | + "description": "Based on original PR https://github.com/BabylonJS/Babylon.js/pull/16161, but with refactors and updates including using camera view matrixes instead of their world matrixes.\r\n\r\nNote that this PR targets the `master` branch, unlike the original PR which targeted the now merged `audio-engine-v2` branch.", |
| 40 | + "author": { |
| 41 | + "name": "docEdub", |
| 42 | + "url": "https://github.com/docEdub" |
| 43 | + }, |
| 44 | + "files": [ |
| 45 | + "packages/dev/core/src/AudioV2/abstractAudio/abstractSound.ts", |
| 46 | + "packages/dev/core/src/AudioV2/abstractAudio/audioBus.ts", |
| 47 | + "packages/dev/core/src/AudioV2/abstractAudio/audioEngineV2.ts", |
| 48 | + "packages/dev/core/src/AudioV2/abstractAudio/components/spatialAudioAttacherComponent.ts", |
| 49 | + "packages/dev/core/src/AudioV2/abstractAudio/staticSound.ts", |
| 50 | + "packages/dev/core/src/AudioV2/abstractAudio/streamingSound.ts", |
| 51 | + "packages/dev/core/src/AudioV2/abstractAudio/subNodes/spatialAudioSubNode.ts", |
| 52 | + "packages/dev/core/src/AudioV2/abstractAudio/subProperties/abstractSpatialAudio.ts", |
| 53 | + "packages/dev/core/src/AudioV2/abstractAudio/subProperties/abstractSpatialAudioListener.ts", |
| 54 | + "packages/dev/core/src/AudioV2/abstractAudio/subProperties/spatialAudio.ts", |
| 55 | + "packages/dev/core/src/AudioV2/abstractAudio/subProperties/spatialAudioListener.ts", |
| 56 | + "packages/dev/core/src/AudioV2/index.ts", |
| 57 | + "packages/dev/core/src/AudioV2/spatialAudioAttachmentType.ts", |
| 58 | + "packages/dev/core/src/AudioV2/webAudio/components/spatialWebAudioUpdaterComponent.ts", |
| 59 | + "packages/dev/core/src/AudioV2/webAudio/subNodes/spatialWebAudioSubNode.ts", |
| 60 | + "packages/dev/core/src/AudioV2/webAudio/subProperties/spatialWebAudio.ts", |
| 61 | + "packages/dev/core/src/AudioV2/webAudio/subProperties/spatialWebAudioListener.ts", |
| 62 | + "packages/dev/core/src/AudioV2/webAudio/webAudioBus.ts", |
| 63 | + "packages/dev/core/src/AudioV2/webAudio/webAudioEngine.ts", |
| 64 | + "packages/dev/core/src/AudioV2/webAudio/webAudioStaticSound.ts", |
| 65 | + "packages/dev/core/src/AudioV2/webAudio/webAudioStreamingSound.ts" |
| 66 | + ], |
| 67 | + "tags": [ |
| 68 | + "audio" |
| 69 | + ] |
| 70 | + }, |
| 71 | + { |
| 72 | + "pr": "16256", |
| 73 | + "title": "corrected property assignment", |
| 74 | + "description": "Apologies, just spotted an error on recent PR: https://github.com/BabylonJS/Babylon.js/pull/16254.\r\n\r\nThis corrects it.", |
| 75 | + "author": { |
| 76 | + "name": "j-te", |
| 77 | + "url": "https://github.com/j-te" |
| 78 | + }, |
| 79 | + "files": [ |
| 80 | + "packages/dev/sharedUiComponents/src/lines/textLineComponent.tsx" |
| 81 | + ], |
| 82 | + "tags": [ |
| 83 | + "skip changelog" |
| 84 | + ] |
| 85 | + }, |
| 86 | + { |
| 87 | + "pr": "16254", |
| 88 | + "title": "Inspector gltf validation save", |
| 89 | + "description": "- Refactored GLTF Validation _More details_ and added Copy button for user convenience.\r\n- `<TextLineComponent />` now has optional `onCopy` property which accepts `true` or a callback that must return a string.\r\n- Updated `onCopy` to common classes' `ID` property.", |
| 90 | + "author": { |
| 91 | + "name": "j-te", |
| 92 | + "url": "https://github.com/j-te" |
| 93 | + }, |
| 94 | + "files": [ |
| 95 | + "packages/dev/inspector/src/components/actionTabs/actionTabs.scss", |
| 96 | + "packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/cameras/commonCameraPropertyGridComponent.tsx", |
| 97 | + "packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/lights/commonLightPropertyGridComponent.tsx", |
| 98 | + "packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/materials/commonMaterialPropertyGridComponent.tsx", |
| 99 | + "packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/meshes/meshPropertyGridComponent.tsx", |
| 100 | + "packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/meshes/skeletonPropertyGridComponent.tsx", |
| 101 | + "packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/meshes/transformNodePropertyGridComponent.tsx", |
| 102 | + "packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/particleSystems/particleSystemPropertyGridComponent.tsx", |
| 103 | + "packages/dev/inspector/src/components/actionTabs/tabs/tools/gltfComponent.tsx", |
| 104 | + "packages/dev/sharedUiComponents/src/lines/textLineComponent.tsx", |
| 105 | + "packages/dev/sharedUiComponents/src/styleHelper.ts" |
| 106 | + ], |
| 107 | + "tags": [] |
| 108 | + } |
| 109 | + ], |
20 | 110 | "7.52.0": [
|
21 | 111 | {
|
22 | 112 | "pr": "16248",
|
|
0 commit comments