Skip to content

Commit 3e2aa36

Browse files
committed
Update CHANGELOG.md
1 parent 5d4fe0a commit 3e2aa36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ The Animation API has had a significant overhaul to improve playback handling. I
379379
* `Utils.Array.SortByDigits` is a new function that takes the given array of strings and runs a numeric sort on it, ignoring any non-digits.
380380
* `GroupCreateConfig`, which is used when calling `Group.createMultiple` or `Group.createFromConfig`, can now accept the following new properties: `setOrigin: { x, y, stepX, stepY }` which are applied to the items created by the Group.
381381
* `Transform.copyPosition` is a new method that will copy the position from the given object to the Game Object (thanks @samme)
382+
* The `Text.MeasureText` function, which is used to calculate the ascent and descent of Text Game Objects whenever the style, or font size, is changed, has been updated to use the new `actualBoundingBoxAscent` functions present in modern browsers. This allows for significantly faster ascent calculations than previously. Older browsers, such as IE, will still fall back (thanks @rexrainbow)
382383

383384
### Input / Mouse Updates and API Changes
384385

0 commit comments

Comments
 (0)