phaser/changelog/3.87/CHANGELOG-v3.87.md

18 lines
615 B
Markdown
Raw Normal View History

2024-11-13 22:20:24 +00:00
# Version 3.87 - Aoi - in dev
2024-10-14 11:49:34 +00:00
## Updates
## Bug Fixes
2024-11-13 22:23:03 +00:00
* Fixed the calculation of the index in `GetBitmapTextSize` that would lead to incorrect indexes vs. the docs and previous releases (thanks @bagyoni)
2024-10-14 11:49:34 +00:00
* `Utils.String.RemoveAt` would incorrectly calculate the slice index if it was > 0. It will now remove the correctly specified character.
## Examples, Documentation, Beta Testing and TypeScript
Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:
2024-11-13 22:20:24 +00:00
@Jessime
2024-11-13 22:23:59 +00:00
@drakang4
2024-11-13 22:26:23 +00:00
@BenAfonso