Skip to content

Commit

Permalink
Version update 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Babylon.js Platform committed Jun 22, 2023
1 parent 677064e commit 9089f53
Show file tree
Hide file tree
Showing 32 changed files with 351 additions and 16,962 deletions.
191 changes: 190 additions & 1 deletion .build/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,195 @@
{
"fromTag": "6.8.0",
"fromTag": "6.8.1",
"changelog": {
"6.9.0": [
{
"pr": "13994",
"title": "Interaction Test: Update first test to remove inertia",
"description": "For this PR, it just makes a minor change to the interaction test to remove inertia (`camera.inertia = 0`) from the camera movement. This will remove any chance that the camera will move (due to left over momentum) when it's not supposed to.",
"author": {
"name": "PolygonalSun",
"url": "https://github.com/PolygonalSun"
},
"files": [
"packages/tools/tests/test/interactions/safari.test.ts"
],
"tags": [
"inputs",
"skip changelog"
]
},
{
"pr": "13993",
"title": "Call the onInitial observable in AR mode as well",
"description": null,
"author": {
"name": "RaananW",
"url": "https://github.com/RaananW"
},
"files": [
"packages/dev/core/src/XR/webXRExperienceHelper.ts"
],
"tags": [
"bug",
"VR/AR/XR"
]
},
{
"pr": "13992",
"title": "SSR: Fix crash when using a PBR material in glossiness/specular mode",
"description": "See https://forum.babylonjs.com/t/error-on-new-ssrrenderingpipeline/41812",
"author": {
"name": "Popov72",
"url": "https://github.com/Popov72"
},
"files": [
"packages/dev/core/src/Rendering/geometryBufferRenderer.ts"
],
"tags": [
"bug",
"post-process"
]
},
{
"pr": "13991",
"title": "fix for the monaco editor",
"description": null,
"author": {
"name": "RaananW",
"url": "https://github.com/RaananW"
},
"files": [
"packages/tools/playground/src/tools/monacoManager.ts"
],
"tags": []
},
{
"pr": "13990",
"title": "Move away from declare type",
"description": "use import type instead",
"author": {
"name": "RaananW",
"url": "https://github.com/RaananW"
},
"files": [
"packages/dev/core/src/Actions/action.ts",
"packages/dev/core/src/Actions/condition.ts",
"packages/dev/core/src/Actions/directActions.ts",
"packages/dev/core/src/Animations/animatable.interface.ts",
"packages/dev/core/src/Animations/animation.ts",
"packages/dev/core/src/Animations/runtimeAnimation.ts",
"packages/dev/core/src/Bones/bone.ts",
"packages/dev/core/src/Cameras/arcRotateCamera.ts",
"packages/dev/core/src/Cameras/camera.ts",
"packages/dev/core/src/Cameras/flyCamera.ts",
"packages/dev/core/src/Cameras/freeCamera.ts",
"packages/dev/core/src/Collisions/meshCollisionData.ts",
"packages/dev/core/src/Collisions/pickingInfo.ts",
"packages/dev/core/src/Compute/computeEffect.ts",
"packages/dev/core/src/Culling/Octrees/octreeSceneComponent.ts",
"packages/dev/core/src/Culling/boundingBox.ts",
"packages/dev/core/src/Culling/boundingInfo.ts",
"packages/dev/core/src/Culling/ray.ts",
"packages/dev/core/src/Engines/Extensions/engine.storageBuffer.ts",
"packages/dev/core/src/Engines/Extensions/engine.textureSampler.ts",
"packages/dev/core/src/Engines/Processors/iShaderProcessor.ts",
"packages/dev/core/src/Engines/Processors/shaderProcessor.ts",
"packages/dev/core/src/Engines/WebGL/webGLShaderProcessors.ts",
"packages/dev/core/src/Engines/WebGPU/Extensions/engine.cubeTexture.ts",
"packages/dev/core/src/Engines/WebGPU/Extensions/engine.query.ts",
"packages/dev/core/src/Engines/WebGPU/Extensions/engine.rawTexture.ts",
"packages/dev/core/src/Engines/WebGPU/Extensions/engine.storageBuffer.ts",
"packages/dev/core/src/Engines/WebGPU/Extensions/engine.textureSampler.ts",
"packages/dev/core/src/Engines/WebGPU/webgpuHardwareTexture.ts",
"packages/dev/core/src/Engines/engine.ts",
"packages/dev/core/src/Engines/engineStore.ts",
"packages/dev/core/src/Engines/webgpuEngine.ts",
"packages/dev/core/src/Events/pointerEvents.ts",
"packages/dev/core/src/Helpers/textureDome.ts",
"packages/dev/core/src/Inputs/scene.inputManager.ts",
"packages/dev/core/src/Materials/Node/Blocks/Dual/currentScreenBlock.ts",
"packages/dev/core/src/Materials/Node/Blocks/Dual/sceneDepthBlock.ts",
"packages/dev/core/src/Materials/Node/Blocks/Fragment/fragmentOutputBlock.ts",
"packages/dev/core/src/Materials/Node/Blocks/Particle/particleTextureBlock.ts",
"packages/dev/core/src/Materials/Node/Blocks/Vertex/vertexOutputBlock.ts",
"packages/dev/core/src/Materials/Node/nodeMaterialDecorator.ts",
"packages/dev/core/src/Materials/PBR/pbrAnisotropicConfiguration.ts",
"packages/dev/core/src/Materials/PBR/pbrClearCoatConfiguration.ts",
"packages/dev/core/src/Materials/PBR/pbrIridescenceConfiguration.ts",
"packages/dev/core/src/Materials/PBR/pbrSheenConfiguration.ts",
"packages/dev/core/src/Materials/PBR/pbrSubSurfaceConfiguration.ts",
"packages/dev/core/src/Materials/Textures/baseTexture.ts",
"packages/dev/core/src/Materials/Textures/htmlElementTexture.ts",
"packages/dev/core/src/Materials/Textures/internalTexture.ts",
"packages/dev/core/src/Materials/Textures/rawTexture.ts",
"packages/dev/core/src/Materials/Textures/rawTexture2DArray.ts",
"packages/dev/core/src/Materials/Textures/renderTargetTexture.ts",
"packages/dev/core/src/Materials/Textures/texture.ts",
"packages/dev/core/src/Materials/drawWrapper.ts",
"packages/dev/core/src/Materials/effect.ts",
"packages/dev/core/src/Materials/effectFallbacks.ts",
"packages/dev/core/src/Materials/iEffectFallbacks.ts",
"packages/dev/core/src/Materials/imageProcessingConfiguration.ts",
"packages/dev/core/src/Materials/material.detailMapConfiguration.ts",
"packages/dev/core/src/Materials/material.ts",
"packages/dev/core/src/Materials/materialPluginBase.ts",
"packages/dev/core/src/Materials/materialPluginEvent.ts",
"packages/dev/core/src/Materials/materialPluginFactoryExport.ts",
"packages/dev/core/src/Materials/materialPluginManager.ts",
"packages/dev/core/src/Materials/materialStencilState.ts",
"packages/dev/core/src/Materials/shaderMaterial.ts",
"packages/dev/core/src/Meshes/Builders/linesBuilder.ts",
"packages/dev/core/src/Meshes/abstractMesh.ts",
"packages/dev/core/src/Meshes/geometry.ts",
"packages/dev/core/src/Meshes/mesh.ts",
"packages/dev/core/src/Meshes/mesh.vertexData.ts",
"packages/dev/core/src/Meshes/subMesh.ts",
"packages/dev/core/src/Misc/copyTools.ts",
"packages/dev/core/src/Misc/decorators.ts",
"packages/dev/core/src/Misc/rgbdTextureTools.ts",
"packages/dev/core/src/Misc/screenshotTools.ts",
"packages/dev/core/src/Morph/morphTarget.ts",
"packages/dev/core/src/Particles/EmitterTypes/IParticleEmitterType.ts",
"packages/dev/core/src/Particles/IParticleSystem.ts",
"packages/dev/core/src/Particles/gpuParticleSystem.ts",
"packages/dev/core/src/Particles/particle.ts",
"packages/dev/core/src/Particles/particleSystem.ts",
"packages/dev/core/src/Particles/subEmitter.ts",
"packages/dev/core/src/Particles/webgl2ParticleSystem.ts",
"packages/dev/core/src/PostProcesses/RenderPipeline/Pipelines/defaultRenderingPipeline.ts",
"packages/dev/core/src/PostProcesses/RenderPipeline/Pipelines/standardRenderingPipeline.ts",
"packages/dev/core/src/PostProcesses/RenderPipeline/postProcessRenderPipeline.ts",
"packages/dev/core/src/PostProcesses/blackAndWhitePostProcess.ts",
"packages/dev/core/src/PostProcesses/blurPostProcess.ts",
"packages/dev/core/src/PostProcesses/chromaticAberrationPostProcess.ts",
"packages/dev/core/src/PostProcesses/colorCorrectionPostProcess.ts",
"packages/dev/core/src/PostProcesses/convolutionPostProcess.ts",
"packages/dev/core/src/PostProcesses/displayPassPostProcess.ts",
"packages/dev/core/src/PostProcesses/filterPostProcess.ts",
"packages/dev/core/src/PostProcesses/fxaaPostProcess.ts",
"packages/dev/core/src/PostProcesses/grainPostProcess.ts",
"packages/dev/core/src/PostProcesses/motionBlurPostProcess.ts",
"packages/dev/core/src/PostProcesses/passPostProcess.ts",
"packages/dev/core/src/PostProcesses/postProcess.ts",
"packages/dev/core/src/PostProcesses/postProcessManager.ts"
],
"tags": []
},
{
"pr": "13989",
"title": "GreasedLineTools.GetPointsFromText",
"description": "Gets 3D positions of points from a text and font",
"author": {
"name": "RolandCsibrei",
"url": "https://github.com/RolandCsibrei"
},
"files": [
"packages/dev/core/src/Meshes/Builders/textBuilder.ts",
"packages/dev/core/src/Misc/greasedLineTools.ts"
],
"tags": []
}
],
"6.8.1": [
{
"pr": "13987",
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 6.9.0

### Core

- Call the onInitial observable in AR mode as well - [_Bug Fix_] by [RaananW](https://github.com/RaananW) ([#13993](https://github.com/BabylonJS/Babylon.js/pull/13993))
- SSR: Fix crash when using a PBR material in glossiness/specular mode - [_Bug Fix_] by [Popov72](https://github.com/Popov72) ([#13992](https://github.com/BabylonJS/Babylon.js/pull/13992))
- Move away from declare type - by [RaananW](https://github.com/RaananW) ([#13990](https://github.com/BabylonJS/Babylon.js/pull/13990))
- GreasedLineTools.GetPointsFromText - by [RolandCsibrei](https://github.com/RolandCsibrei) ([#13989](https://github.com/BabylonJS/Babylon.js/pull/13989))

### Playground

- fix for the monaco editor - by [RaananW](https://github.com/RaananW) ([#13991](https://github.com/BabylonJS/Babylon.js/pull/13991))

## 6.8.1

### Core
Expand Down

0 comments on commit 9089f53

Please sign in to comment.