Skip to content

Commit

Permalink
Version update 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Babylon.js Platform committed May 11, 2023
1 parent e52b0c7 commit bb9cfb9
Show file tree
Hide file tree
Showing 32 changed files with 3,041 additions and 9,437 deletions.
392 changes: 391 additions & 1 deletion .build/changelog.json

Large diffs are not rendered by default.

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

## 6.3.0

### Core

- Video: Fix video not played when using multiple videos in a shader - [_Bug Fix_] by [Popov72](https://github.com/Popov72) ([#13841](https://github.com/BabylonJS/Babylon.js/pull/13841))
- Gizmo, Physics fixes - [_Bug Fix_] by [CedricGuillemet](https://github.com/CedricGuillemet) ([#13827](https://github.com/BabylonJS/Babylon.js/pull/13827))
- Use getBoundingClientRect instead of width - [_Bug Fix_] by [RaananW](https://github.com/RaananW) ([#13830](https://github.com/BabylonJS/Babylon.js/pull/13830))
- Update dependencies, move to sass away from node-sass - by [RaananW](https://github.com/RaananW) ([#13825](https://github.com/BabylonJS/Babylon.js/pull/13825))
- NME Triplanar block: Add a switch to better project the textures in the case of a cube - [_New Feature_] by [Popov72](https://github.com/Popov72) ([#13833](https://github.com/BabylonJS/Babylon.js/pull/13833))
- Fix Asset Container typings - [_Bug Fix_] by [carolhmj](https://github.com/carolhmj) ([#13805](https://github.com/BabylonJS/Babylon.js/pull/13805))
- Update havokPlugin.ts - by [RaananW](https://github.com/RaananW) ([#13829](https://github.com/BabylonJS/Babylon.js/pull/13829))
- Add option to material cloning to not clone the same texture multiple times - [_Breaking Change_] by [carolhmj](https://github.com/carolhmj) ([#13807](https://github.com/BabylonJS/Babylon.js/pull/13807))
- Add max value clamping and preserve colors options to CubeMapToSphericalPolynomialTools - by [MiikaH](https://github.com/MiikaH) ([#13809](https://github.com/BabylonJS/Babylon.js/pull/13809))
- PBR: Fix refraction texture in right handed system - [_Bug Fix_] by [Popov72](https://github.com/Popov72) ([#13818](https://github.com/BabylonJS/Babylon.js/pull/13818))
- Fix BABYLON.Tools.DumpData ignoring the `fileName` parameter. - by [kv-bh](https://github.com/kv-bh) ([#13817](https://github.com/BabylonJS/Babylon.js/pull/13817))
- WebGPU: Fix MSAA texture release - [_Bug Fix_] by [Popov72](https://github.com/Popov72) ([#13823](https://github.com/BabylonJS/Babylon.js/pull/13823))
- WebGPU: Fix viewport reset too often - [_Bug Fix_] by [Popov72](https://github.com/Popov72) ([#13816](https://github.com/BabylonJS/Babylon.js/pull/13816))
- Add set/getGravityFactor to PhysicsBody - [_New Feature_] by [carolhmj](https://github.com/carolhmj) ([#13811](https://github.com/BabylonJS/Babylon.js/pull/13811))
- Reset raycast result when no hit - [_Bug Fix_] by [CedricGuillemet](https://github.com/CedricGuillemet) ([#13815](https://github.com/BabylonJS/Babylon.js/pull/13815))

### GUI Editor

- Update dependencies, move to sass away from node-sass - by [RaananW](https://github.com/RaananW) ([#13825](https://github.com/BabylonJS/Babylon.js/pull/13825))
- adds save and load single control - by [YifeiShi99](https://github.com/YifeiShi99) ([#13812](https://github.com/BabylonJS/Babylon.js/pull/13812))

### Inspector

- Update dependencies, move to sass away from node-sass - by [RaananW](https://github.com/RaananW) ([#13825](https://github.com/BabylonJS/Babylon.js/pull/13825))

### Node Editor

- Update dependencies, move to sass away from node-sass - by [RaananW](https://github.com/RaananW) ([#13825](https://github.com/BabylonJS/Babylon.js/pull/13825))

### Playground

- Update dependencies, move to sass away from node-sass - by [RaananW](https://github.com/RaananW) ([#13825](https://github.com/BabylonJS/Babylon.js/pull/13825))
- make sure PG load correctly on safari - by [RaananW](https://github.com/RaananW) ([#13832](https://github.com/BabylonJS/Babylon.js/pull/13832))

### Viewer

- Update dependencies, move to sass away from node-sass - by [RaananW](https://github.com/RaananW) ([#13825](https://github.com/BabylonJS/Babylon.js/pull/13825))

## 6.2.0

### Core
Expand Down
11,896 changes: 2,534 additions & 9,362 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 @@ -222,14 +222,14 @@ export class ThinEngine {
*/
// Not mixed with Version for tooling purpose.
public static get NpmPackage(): string {
return "babylonjs@6.2.0";
return "babylonjs@6.3.0";
}

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

/**
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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/gui": "^6.2.0",
"@babylonjs/core": "^6.3.0",
"@babylonjs/gui": "^6.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.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.2.0",
"version": "6.3.0",
"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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/gui": "^6.2.0",
"@babylonjs/core": "^6.3.0",
"@babylonjs/gui": "^6.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/core": "^6.3.0",
"@dev/build-tools": "^1.0.0",
"@lts/gui": "1.0.0",
"rimraf": "^3.0.2",
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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/gui": "^6.2.0",
"@babylonjs/gui-editor": "^6.2.0",
"@babylonjs/loaders": "^6.2.0",
"@babylonjs/materials": "^6.2.0",
"@babylonjs/serializers": "^6.2.0",
"@babylonjs/core": "^6.3.0",
"@babylonjs/gui": "^6.3.0",
"@babylonjs/gui-editor": "^6.3.0",
"@babylonjs/loaders": "^6.3.0",
"@babylonjs/materials": "^6.3.0",
"@babylonjs/serializers": "^6.3.0",
"@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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/core": "^6.3.0",
"@dev/build-tools": "^1.0.0",
"@lts/loaders": "^1.0.0",
"babylonjs-gltf2interface": "^6.2.0",
"babylonjs-gltf2interface": "^6.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
},
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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/core": "^6.3.0",
"@dev/build-tools": "^1.0.0",
"@lts/materials": "^1.0.0",
"rimraf": "^3.0.2",
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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/core": "^6.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/core": "^6.3.0",
"@dev/build-tools": "^1.0.0",
"@lts/post-processes": "^1.0.0",
"rimraf": "^3.0.2",
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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/core": "^6.3.0",
"@dev/build-tools": "^1.0.0",
"@lts/procedural-textures": "^1.0.0",
"rimraf": "^3.0.2",
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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/core": "^6.3.0",
"@dev/build-tools": "^1.0.0",
"@lts/serializers": "^1.0.0",
"babylonjs-gltf2interface": "^6.2.0",
"babylonjs-gltf2interface": "^6.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babylonjs/shared-ui-components",
"version": "6.2.0",
"version": "6.3.0",
"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.2.0",
"version": "6.3.0",
"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.2.0",
"@babylonjs/loaders": "^6.2.0",
"babylonjs-gltf2interface": "^6.2.0",
"babylonjs-viewer-assets": "^6.2.0",
"@babylonjs/core": "^6.3.0",
"@babylonjs/loaders": "^6.3.0",
"babylonjs-gltf2interface": "^6.3.0",
"babylonjs-viewer-assets": "^6.3.0",
"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.2.0",
"version": "6.3.0",
"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.2.0",
"version": "6.3.0",
"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.2.0",
"version": "6.3.0",
"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.2.0",
"babylonjs-gui": "^6.2.0"
"babylonjs": "^6.3.0",
"babylonjs-gui": "^6.3.0"
},
"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.2.0",
"version": "6.3.0",
"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.2.0",
"babylonjs-gui": "^6.2.0"
"babylonjs": "^6.3.0",
"babylonjs-gui": "^6.3.0"
},
"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.2.0",
"version": "6.3.0",
"main": "babylon.gui.js",
"types": "babylon.gui.module.d.ts",
"files": [
Expand All @@ -14,7 +14,7 @@
"clean": "rimraf dist && rimraf babylon*.*"
},
"dependencies": {
"babylonjs": "^6.2.0"
"babylonjs": "^6.3.0"
},
"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.2.0",
"version": "6.3.0",
"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.2.0",
"babylonjs-gui": "^6.2.0",
"babylonjs-gui-editor": "^6.2.0",
"babylonjs-loaders": "^6.2.0",
"babylonjs-materials": "^6.2.0",
"babylonjs-serializers": "^6.2.0"
"babylonjs": "^6.3.0",
"babylonjs-gui": "^6.3.0",
"babylonjs-gui-editor": "^6.3.0",
"babylonjs-loaders": "^6.3.0",
"babylonjs-materials": "^6.3.0",
"babylonjs-serializers": "^6.3.0"
},
"devDependencies": {
"@dev/build-tools": "1.0.0",
Expand Down

0 comments on commit bb9cfb9

Please sign in to comment.