Closed stmitt closed 4 months ago
Version 2.3.0 introduces a new field, numDrawPreviousOrLaterTLayers
, to the Tiled2dMapZoomInfo
class to enhance control over loading dimensions in map functionalities. Various files across the Android, iOS, and shared codebases have been updated to incorporate this new field. Additionally, documentation and versioning updates in gradle.properties
and readme files reflect the version change from 2.2.0 to 2.3.0.
File Path(s) | Change Summary |
---|---|
CHANGELOG.md |
Documented the introduction of the numDrawPreviousOrLaterTLayers field in the Tiled2dMapZoomInfo class. |
android/gradle.properties , android/readme.md , ios/readme.md |
Updated version numbers from 2.2.0 to 2.3.0 in various project files. |
.../Tiled2dMapZoomInfo.kt , .../NativeTiled2dMapZoomInfo.cpp , .../NativeTiled2dMapZoomInfo.h |
Added a new property numDrawPreviousOrLaterTLayers to handle the t dimension layers. |
bridging/ios/... , djinni/map/layers/tiled/... , shared/public/... , shared/src/... |
Introduced numDrawPreviousOrLaterTLayers in various layer configuration and utility classes. |
shared/public/Tiled2dMapSourceImpl.h , shared/src/MapsCoreSharedModule.cpp |
Updated methods and logic to integrate the new field and reflect the version change to 2.3.0. |
When maps unfold with layers bright,
And zooms now dance with added might,
A rabbit's joy in code's delight,
For 2.3.0 takes flight.
🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
numDrawPreviousOrLaterTLayers
to enhance control over dimension loading in map functionalities.Updates
Performance Improvements