Skip to content

Commit bf19a69

Browse files
committed
fixed changelog for v2.10.0
1 parent ca293e7 commit bf19a69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
## v2.10.0
44
*20 apr 2023*
55

6-
- Integrated Vite to replace `rollup` bundler and integrated Vitest for unit testing
6+
- Integrated `Vite` to replace `rollup` bundler and integrated `Vitest` for unit testing
77
- Implemented word wrapping support on zero-width breaking spaces (#450) (docs: [Word Wrap in Non-Latin Based Languages](https://lightningjs.io/docs/#/lightning-core-reference/RenderEngine/Textures/Text?id=word-wrap-in-non-latin-based-languages) )
88
- Added support for device pixel ratio with an option `devicePixelRatio` (docs: [Global Stage Scaling](https://lightningjs.io/docs/#/lightning-core-reference/RuntimeConfig/index?id=#global-stage-scaling), [Handling high pixel density](https://lightningjs.io/docs/#/lightning-core-reference/RuntimeConfig/index?id=#handling-high-pixel-density-high-dpi) )
99
- Fixed issue with text rendering at high precision levels causing incorrect word wrapping (#470)
10-
- Fixed issue with inability to override the id accessor of a Component with string (#456)
10+
- Fixed issue with inability to override the id accessor of a Component with string accessor (#456)
1111
- Added first/last getters to TypeScript definitions for ObjectList
1212
- Fixed documentation and TypeScript definitions for TextTexture `fontFace`
1313
- Fixed TypeScript error with getByRef() when using generic type param as Ref value (#444)

0 commit comments

Comments
 (0)