Skip to content

Commit

Permalink
Version update 6.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Babylon.js Platform committed Jan 12, 2024
1 parent dea54f3 commit 592b070
Show file tree
Hide file tree
Showing 34 changed files with 3,419 additions and 7,263 deletions.
384 changes: 316 additions & 68 deletions .build/changelog.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 6.38.1

### Core

- Fixes for native async shader compilation - [_Bug Fix_] by [bghgary](https://github.com/bghgary) ([#14701](https://github.com/BabylonJS/Babylon.js/pull/14701))
- WebGPU: Sync with specification - by [Popov72](https://github.com/Popov72) ([#14698](https://github.com/BabylonJS/Babylon.js/pull/14698))
- Flow graph integer math - [_New Feature_] by [carolhmj](https://github.com/carolhmj) ([#14691](https://github.com/BabylonJS/Babylon.js/pull/14691))
- recast.js update, fix link transform for ragdoll - by [CedricGuillemet](https://github.com/CedricGuillemet) ([#14695](https://github.com/BabylonJS/Babylon.js/pull/14695))
- Fix issue with movement and 6DOF in XR - by [RaananW](https://github.com/RaananW) ([#14696](https://github.com/BabylonJS/Babylon.js/pull/14696))
- Spotlight: Fix wrong projected texture when light is parented - [_Bug Fix_] by [Popov72](https://github.com/Popov72) ([#14697](https://github.com/BabylonJS/Babylon.js/pull/14697))

### Loaders

- Flow graph integer math - [_New Feature_] by [carolhmj](https://github.com/carolhmj) ([#14691](https://github.com/BabylonJS/Babylon.js/pull/14691))

## 6.38.0

### Core
Expand Down
10,127 changes: 3,010 additions & 7,117 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/dev/core/src/Engines/thinEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,14 @@ export class ThinEngine {
*/
// Not mixed with Version for tooling purpose.
public static get NpmPackage(): string {
return "babylonjs@6.38.0";
return "babylonjs@6.38.1";
}

/**
* Returns the current version of the framework
*/
public static get Version(): string {
return "6.38.0";
return "6.38.1";
}

/**
Expand Down
6 changes: 3 additions & 3 deletions packages/public/@babylonjs/accessibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/accessibility",
"version": "6.38.0",
"version": "6.38.1",
"main": "dist/babylon.accessibility.max.js",
"module": "dist/babylon.accessibility.max.js",
"esnext": "dist/babylon.accessibility.max.js",
Expand All @@ -24,8 +24,8 @@
"@types/react-dom": ">=16.0.9"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/gui": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"@babylonjs/gui": "^6.38.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/public/@babylonjs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/core",
"version": "6.38.0",
"version": "6.38.1",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/public/@babylonjs/gui-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/gui-editor",
"version": "6.38.0",
"version": "6.38.1",
"main": "dist/babylon.guiEditor.max.js",
"module": "dist/babylon.guiEditor.max.js",
"esnext": "dist/babylon.guiEditor.max.js",
Expand All @@ -24,8 +24,8 @@
"@types/react-dom": ">=16.0.9"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/gui": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"@babylonjs/gui": "^6.38.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/@babylonjs/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/gui",
"version": "6.38.0",
"version": "6.38.1",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
Expand All @@ -18,7 +18,7 @@
"postcompile": "build-tools -c add-js-to-es6"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"@dev/build-tools": "^1.0.0",
"@lts/gui": "1.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/public/@babylonjs/inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/inspector",
"version": "6.38.0",
"version": "6.38.1",
"module": "dist/babylon.inspector.bundle.max.js",
"main": "dist/babylon.inspector.bundle.max.js",
"typings": "dist/babylon.inspector.module.d.ts",
Expand Down Expand Up @@ -32,12 +32,12 @@
"@types/react-dom": ">=16.0.9"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/gui": "^6.38.0",
"@babylonjs/gui-editor": "^6.38.0",
"@babylonjs/loaders": "^6.38.0",
"@babylonjs/materials": "^6.38.0",
"@babylonjs/serializers": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"@babylonjs/gui": "^6.38.1",
"@babylonjs/gui-editor": "^6.38.1",
"@babylonjs/loaders": "^6.38.1",
"@babylonjs/materials": "^6.38.1",
"@babylonjs/serializers": "^6.38.1",
"@lts/gui": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/public/@babylonjs/loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/loaders",
"version": "6.38.0",
"version": "6.38.1",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
Expand All @@ -18,10 +18,10 @@
"postcompile": "build-tools -c add-js-to-es6"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"@dev/build-tools": "^1.0.0",
"@lts/loaders": "^1.0.0",
"babylonjs-gltf2interface": "^6.38.0"
"babylonjs-gltf2interface": "^6.38.1"
},
"peerDependencies": {
"@babylonjs/core": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/public/@babylonjs/materials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/materials",
"version": "6.38.0",
"version": "6.38.1",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
Expand All @@ -18,7 +18,7 @@
"postcompile": "build-tools -c add-js-to-es6"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"@dev/build-tools": "^1.0.0",
"@lts/materials": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/@babylonjs/node-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/node-editor",
"version": "6.38.0",
"version": "6.38.1",
"main": "dist/babylon.nodeEditor.max.js",
"module": "dist/babylon.nodeEditor.max.js",
"esnext": "dist/babylon.nodeEditor.max.js",
Expand All @@ -23,7 +23,7 @@
"@types/react-dom": ">=16.0.9"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/@babylonjs/node-geometry-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/node-geometry-editor",
"version": "6.38.0",
"version": "6.38.1",
"main": "dist/babylon.nodeGeometryEditor.max.js",
"module": "dist/babylon.nodeGeometryEditor.max.js",
"esnext": "dist/babylon.nodeGeometryEditor.max.js",
Expand All @@ -23,7 +23,7 @@
"@types/react-dom": ">=16.0.9"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/@babylonjs/post-processes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/post-processes",
"version": "6.38.0",
"version": "6.38.1",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
Expand All @@ -18,7 +18,7 @@
"postcompile": "build-tools -c add-js-to-es6"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"@dev/build-tools": "^1.0.0",
"@lts/post-processes": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/@babylonjs/procedural-textures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/procedural-textures",
"version": "6.38.0",
"version": "6.38.1",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
Expand All @@ -18,7 +18,7 @@
"postcompile": "build-tools -c add-js-to-es6"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"@dev/build-tools": "^1.0.0",
"@lts/procedural-textures": "^1.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/public/@babylonjs/serializers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/serializers",
"version": "6.38.0",
"version": "6.38.1",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
Expand All @@ -18,10 +18,10 @@
"postcompile": "build-tools -c add-js-to-es6"
},
"devDependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"@dev/build-tools": "^1.0.0",
"@lts/serializers": "^1.0.0",
"babylonjs-gltf2interface": "^6.38.0"
"babylonjs-gltf2interface": "^6.38.1"
},
"peerDependencies": {
"@babylonjs/core": "^6.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/shared-ui-components",
"version": "6.38.0",
"version": "6.38.1",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/public/@babylonjs/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/viewer",
"version": "6.38.0",
"version": "6.38.1",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
Expand All @@ -18,10 +18,10 @@
"postcompile": "build-tools -c add-js-to-es6"
},
"dependencies": {
"@babylonjs/core": "^6.38.0",
"@babylonjs/loaders": "^6.38.0",
"babylonjs-gltf2interface": "^6.38.0",
"babylonjs-viewer-assets": "^6.38.0",
"@babylonjs/core": "^6.38.1",
"@babylonjs/loaders": "^6.38.1",
"babylonjs-gltf2interface": "^6.38.1",
"babylonjs-viewer-assets": "^6.38.1",
"deepmerge": "~4.2.2",
"handlebars": "~4.7.7",
"pepjs": "~0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/public/babylonjs-viewer-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"name": "babylonjs-viewer-assets",
"description": "Compiled resources for the Babylon viewer.",
"version": "6.38.0",
"version": "6.38.1",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Babylon.js.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/public/glTF2Interface/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babylonjs-gltf2interface",
"description": "A typescript declaration of babylon's gltf2 interface.",
"version": "6.38.0",
"version": "6.38.1",
"repository": {
"type": "git",
"url": "https://github.com/BabylonJS/Babylon.js.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/public/umd/babylonjs-accessibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babylonjs-accessibility",
"version": "6.38.0",
"version": "6.38.1",
"main": "babylon.accessibility.max.js",
"types": "babylon.accessibility.module.d.ts",
"files": [
Expand All @@ -14,8 +14,8 @@
"clean": "rimraf dist && rimraf babylon*.*"
},
"dependencies": {
"babylonjs": "^6.38.0",
"babylonjs-gui": "^6.38.0"
"babylonjs": "^6.38.1",
"babylonjs-gui": "^6.38.1"
},
"devDependencies": {
"@dev/build-tools": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/public/umd/babylonjs-gui-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babylonjs-gui-editor",
"version": "6.38.0",
"version": "6.38.1",
"main": "babylon.guiEditor.max.js",
"types": "babylon.guiEditor.module.d.ts",
"files": [
Expand All @@ -14,8 +14,8 @@
"clean": "rimraf dist && rimraf babylon*.*"
},
"dependencies": {
"babylonjs": "^6.38.0",
"babylonjs-gui": "^6.38.0"
"babylonjs": "^6.38.1",
"babylonjs-gui": "^6.38.1"
},
"devDependencies": {
"@dev/build-tools": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/public/umd/babylonjs-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babylonjs-gui",
"version": "6.38.0",
"version": "6.38.1",
"main": "babylon.gui.js",
"types": "babylon.gui.module.d.ts",
"files": [
Expand All @@ -15,7 +15,7 @@
"test:escheck": "es-check es6 ./babylon.gui.js"
},
"dependencies": {
"babylonjs": "^6.38.0"
"babylonjs": "^6.38.1"
},
"devDependencies": {
"@dev/build-tools": "1.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/public/umd/babylonjs-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babylonjs-inspector",
"version": "6.38.0",
"version": "6.38.1",
"main": "babylon.inspector.bundle.max.js",
"types": "babylon.inspector.module.d.ts",
"files": [
Expand All @@ -14,12 +14,12 @@
"clean": "rimraf dist && rimraf babylon*.*"
},
"dependencies": {
"babylonjs": "^6.38.0",
"babylonjs-gui": "^6.38.0",
"babylonjs-gui-editor": "^6.38.0",
"babylonjs-loaders": "^6.38.0",
"babylonjs-materials": "^6.38.0",
"babylonjs-serializers": "^6.38.0"
"babylonjs": "^6.38.1",
"babylonjs-gui": "^6.38.1",
"babylonjs-gui-editor": "^6.38.1",
"babylonjs-loaders": "^6.38.1",
"babylonjs-materials": "^6.38.1",
"babylonjs-serializers": "^6.38.1"
},
"devDependencies": {
"@dev/build-tools": "1.0.0",
Expand Down

0 comments on commit 592b070

Please sign in to comment.