Skip to content

Commit f54f3ec

Browse files
committed
Update CHANGELOG-v3.89.md
1 parent a2a28a7 commit f54f3ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

changelog/3.89/CHANGELOG-v3.89.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
## Bug Fixes
1515

1616
* An erroneous `console.log` was left in the Text Game Object. This has now been removed.
17-
* * Particle emitter color RGB arrays are cleared before repopulating. Fix #7069 (thanks @Golen87 @samme)
17+
* Particle emitter color RGB arrays are cleared before repopulating. Fix #7069 (thanks @Golen87 @samme)
1818
* `Phaser.Animations.AnimationFrame` correctly uses frame duration when it is set. Fix #7070 (thanks @sylvainpolletvillard)
1919
* Particle emitter custom `moveTo` functions can now move particles. Fix #7063 (thanks @samme)
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)
22+
* 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)
2223

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

0 commit comments

Comments
 (0)