v0.26.1 #823
gabbopalma
announced in
Announcements
v0.26.1
#823
Replies: 1 comment 3 replies
|
This version is giving me version conflict when trying to update it. Seems like it directly conflicts with flutter sdk. Any fix for it so that I can upgrade? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
0.26.1
Note: Several users reported crashes on a range of Android devices after upgrading to 0.26.0, particularly on older / less recent hardware. These issues are addressed in 0.26.1 (see the Android fixes below).
Fixed
textureModewhen necessary, preventing crashes and rendering and issues with platform views (Fixing hybrid composition by enabling textureMode when necessary #816).mapViewinside theonResumerepaint runnable to avoidNullPointerExceptionwhen the map is disposed (e.g. dialogs/bottom sheets) before the posted runnable drains (fix(android): null-check mapView inside onResume repaint runnable #809).AnnotationManager.dispose()to prevent jumpy drags and_idToAnnotation.containsKeycrashes after style reloads on Android and iOS (fix: de-register annotation drag callback on dispose. #806).Changed
Docs
maplibre-glJavaScript and CSS version to5.24.0inREADME.mdto avoidNoSuchMethodErroronMapLibreMapdispose with the previously referenced 4.3.0 version (docs(web): updatedmaplibre-glJavaScript and CSS version to5.24.0inREADME.md#814).Contributors
maplibre-glJavaScript and CSS version to5.24.0inREADME.md#814Full Changelog: v0.26.0...v0.26.1
All reactions