Skip to content

Commit

Permalink
[ts] Release 4.2.50
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jul 5, 2024
1 parent fdc8077 commit 4f1cdb3
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 50 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
- `SkeletonGraphicRenderTexture` example component: `protected RawImage quadRawImage` was changed to `protected SkeletonSubmeshGraphic quadMaskableGraphic` for a bugfix. This is only relevant for subclasses of `SkeletonGraphicRenderTexture` or when querying the `RawImage` component via e.g. `skeletonGraphicRenderTexture.quad.GetComponent<RawImage>()`.
- Fixed a bug where when Linear color space is used and `PMA vertex colors` enabled, additive slots add a too dark (too transparent) color value. If you want the old incorrect behaviour (darker additive slots) or are not using Linear but Gamma color space, you can comment-out the define `LINEAR_COLOR_SPACE_FIX_ADDITIVE_ALPHA` in `MeshGenerator.cs` to deactivate the fix or just to skip unnecessary instructions.


- **Changes of default values**

- **Deprecated**
Expand Down Expand Up @@ -260,6 +259,10 @@

### Canvas backend

### CanvasKit backend

- Added spine-canvaskit runtime. See https://esotericsoftware.com/spine-canvaskit

### Three.js backend

- Added physics support
Expand Down
63 changes: 31 additions & 32 deletions spine-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spine-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.2.48",
"version": "4.2.50",
"description": "The official Spine Runtimes for the web.",
"type": "module",
"files": [
Expand Down
1 change: 1 addition & 0 deletions spine-ts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fi

sed -i '' "s/$lastVersion/$newVersion/" package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-canvas/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-canvaskit/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-core/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-phaser/package.json
sed -i '' "s/$lastVersion/$newVersion/" spine-pixi/package.json
Expand Down
4 changes: 2 additions & 2 deletions spine-ts/spine-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.2.48",
"version": "4.2.50",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.48"
"@esotericsoftware/spine-core": "4.2.50"
}
}
2 changes: 1 addition & 1 deletion spine-ts/spine-canvaskit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvaskit",
"version": "4.2.48",
"version": "4.2.49",
"description": "The official Spine Runtimes for CanvasKit for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion spine-ts/spine-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.2.48",
"version": "4.2.50",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions spine-ts/spine-phaser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-phaser",
"version": "4.2.48",
"version": "4.2.50",
"description": "The official Spine Runtimes for the Phaser.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.48",
"@esotericsoftware/spine-webgl": "4.2.48",
"@esotericsoftware/spine-canvas": "4.2.48"
"@esotericsoftware/spine-core": "4.2.50",
"@esotericsoftware/spine-webgl": "4.2.50",
"@esotericsoftware/spine-canvas": "4.2.50"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-pixi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-pixi",
"version": "4.2.48",
"version": "4.2.50",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.48"
"@esotericsoftware/spine-core": "4.2.50"
},
"peerDependencies": {
"@pixi/core": "^7.2.4",
Expand Down
4 changes: 2 additions & 2 deletions spine-ts/spine-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-player",
"version": "4.2.48",
"version": "4.2.50",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.2.48"
"@esotericsoftware/spine-webgl": "4.2.50"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-threejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.2.48",
"version": "4.2.50",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.48"
"@esotericsoftware/spine-core": "4.2.50"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.2.48",
"version": "4.2.50",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.2.48"
"@esotericsoftware/spine-core": "4.2.50"
}
}

0 comments on commit 4f1cdb3

Please sign in to comment.