Releases: maplibre/maplibre-native
Releases · maplibre/maplibre-native
android-v11.6.1
🐞 Bug fixes
✨ Features and improvements
- Allow configuring a
Call.Factory
instead of aOkHttpClient
(https://github.com/maplibre/maplibre-native/pull/2987). Since anOkHttpClient
can be assigned to aCall.Factory
this should not cause any issues.
android-v11.6.0
ios-v6.8.0
Features
Rendering Improvements
android-v11.5.2
✨ Features and improvements
- Use Kotlin instead of Groovy for Android build configuration (#2902).
- Performance improvements (#2892).
- Remove workaround for emulator crashes, and apply proper fix: revert index buffers to dirty flag instead of timestamps (#2927).
🐞 Bug fixes
- Fix line atlas, which was causing an issue with
line-pattern
s (#2908).
android-v10.3.3
android-v10.3.2
🐞 Bug fixes
- Android renderThreadManager changed to non static (#2901).
ios-v6.7.1
- Fix line atlas, which was causing an issue with
line-pattern
s (#2908).
android-v11.5.1
✨ Features and improvements
- Add
PropertyFactory.iconPadding(Float)
overload for better backcompat (#2880).
🐞 Bug fixes
ios-v6.7.0
- Add array support for icon-padding (#2845).
More information can be found in the MapLibre Style Spec Documentation. This is the first (code) contribution from @random3940! 🎉 - Fix updates hillshade geometry (#2842).
- Use
thread_local
for thread local scheduler (#2863).
android-v11.5.0
Note
This release inadvertently includes a breaking API change with regards to icon padding. Please refer to the migration guide.
✨ Features and improvements
- Expose
RENDERMODE_CONTINUOUSLY
andRENDERMODE_WHEN_DIRTY
(#2801). Toggling this can be helpful for development (e.g. when testing and optimizing performance). - Compile for Android with support for 16 KB page sizes (#2852).
- Enable crash mitigation when running OpenGL in the Android emulator (#2858). Technically the crashes were caused by an issue with the Android Emulator, but we were able to find a workaround.
- Add array support for
icon-padding
(#2845).
More information can be found in the MapLibre Style Spec Documentation. This is the first (code) contribution from @random3940! 🎉 - Use
thread_local
for thread local scheduler (#2863).