From 9380c195e47fe12c7e5784584fdca3a2608d8a14 Mon Sep 17 00:00:00 2001 From: Zeke Chan Date: Mon, 6 Jan 2025 23:12:35 +0800 Subject: [PATCH] Update CHANGELOG-v3.88.md --- changelog/3.88/CHANGELOG-v3.88.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/3.88/CHANGELOG-v3.88.md b/changelog/3.88/CHANGELOG-v3.88.md index a9bb108eed..04f26e2134 100644 --- a/changelog/3.88/CHANGELOG-v3.88.md +++ b/changelog/3.88/CHANGELOG-v3.88.md @@ -20,6 +20,9 @@ * `BaseTweenData.duration` can now never be zero or less than zero, which would trigger NaN errors. It's now clamped to a minimum of 0.01ms. Fix #6955 (thanks @kainage) * Fixed the properties in the `FontFileConfig` (thanks @samme) * `Matter.World.update` could hang and crash the browser if a large delta value was given to it, such as returning to a long-dormant tab. The Matter Runner config values are now properly passed through, preventing this from happening. Fix #6977 (thanks @ubershmekel @samme) +* `Phaser.Textures.Frame.setCropUVs` updated crop calculation to include the `spriteSourceSize`. Fix #6996 (thanks @CrispMind) +* `Phaser.Tilemaps.Parsers.Tiled.ParseJSONTiled` updated hexagonal tilemaps to correctly calculate the `widthInPixels` and `heightInPixels` based on the hexagonal overlapping tiles. Fix #6992 (thanks @ptantiku) +* `Phaser.Display.Color.Interpolate.RGBWithRGB` now correctly returns a `Phaser.Types.Display.ColorObject` that includes `r`, `g`, `b`, `a` and `color` values. Fix #6979 (thanks @XWILKINX) ## Examples, Documentation, Beta Testing and TypeScript