Skip to content

Commit 340abe8

Browse files
obiotclaude
andcommitted
Update changelogs and bump spine-plugin to 2.0.2
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d937195 commit 340abe8

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/melonjs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [18.3.0] (melonJS 2)
44

5+
### Fixed
6+
- WebGLRenderer: `setBlendMode()` now tracks the `premultipliedAlpha` flag — previously only the mode name was checked, causing incorrect GL blend function when mixing PMA and non-PMA textures with the same blend mode
7+
58
### Chore
69
- Minimum Node.js version is now 24.0.0 (Node 18/20 EOL, Node 22 in maintenance)
710
- CI: upgrade to Node.js 24 and pnpm/action-setup v5

packages/spine-plugin/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.2
4+
5+
### Fixed
6+
- Auto-detect `premultipliedAlpha` from atlas pages and set it on the SkeletonRenderer, fixing incorrect blending for PMA textures (e.g. Cloud Pot)
7+
38
## 2.0.1
49

510
### Changed

packages/spine-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@melonjs/spine-plugin",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "melonJS Spine plugin",
55
"homepage": "https://www.npmjs.com/package/@melonjs/spine-plugin",
66
"type": "module",

0 commit comments

Comments
 (0)