v10.13.0-rc.1
Pre-release
Pre-release
·
10 commits
to v10.13
since this release
10.13.0-rc.1 April 20, 2023
Features ✨ and improvements 🏁
- Add overloaded methods to
CameraAnimatorsFactoryallowing to set camera animator owner. - Improve startup performance by calculating the style expressions dependencies lazily.
- Introduce a new APIs
coordinateInfoForPixel(pixel: ScreenCoordinate): CoordinateInfoandcoordinatesInfoForPixels(pixels: List<ScreenCoordinate>): List<CoordinateInfo>which will return record(s) containing bothcoordinateandisOnSurfaceinfo.
Bug fixes 🐞
- Fix 3d location layer properties
model-scale-transitionandmodel-rotation-transition, made them non-transitionable. - Fix raw expression parsing for list literal.
- Fix text flickering while symbol layer update if
text-fieldcontainstext-colorproperty inside the format expression.
Dependencies
- Update gl-native to v10.13.0-rc.1 and common to v23.5.0-rc.1.