Skip to content

Commit 5c676b8

Browse files
committed
Update CHANGELOG-v3.89.md
1 parent 87796a9 commit 5c676b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog/3.89/CHANGELOG-v3.89.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* Changed ImageCollections default Tileset values from `null` to `undefined`. Fix #7053 (thanks @Snoturky)
2121
* Chained tweens now `persist` correctly even after calling `Phaser.Tweens.BaseTween#stop`. Fix #7048 (thanks @FranciscoCaetano88)
2222
* New left-to-right `Text` Game Objects now includes the default `canvas.dir = 'ltr` and `context.direction = 'ltr';`. Fixes a bug in Chrome 134 & Edge 134 where calling `destroy()` on a right-to-left `Text` Game Object prevents the next created left-to-right `Text` Game Object from rendering. Fix #7077 (thanks @Demeno)
23+
* `Grid` Game Objects renders `lineWidth` correctly in WebGL mode. Fix #7029 (thanks @AlvaroNeuronup)
2324

2425
## Examples, Documentation, Beta Testing and TypeScript
2526

0 commit comments

Comments
 (0)