v0.23.0 #639
gabbopalma
announced in
Announcements
v0.23.0
#639
Replies: 0 comments
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.
-
What's Changed
This consolidated release delivers runtime style switching, hover interactions, heatmap & visibility features, native SDK updates, and broad naming / enum casing harmonization. It also fixes several interaction and stability issues across web and mobile.
If you are upgrading from <= 0.22.x:
Maplibre->MapLibre) and enum / const lowerCamelCase migration.onFeatureTapped/onFeatureDragnow receive anAnnotationinstead of anidargument.onStyleLoadeddue to stricter style readiness checks.A big thank you to everyone who contributed to this update!
Warning
Breaking changes
MaplibretoMapLibreacross APIs (feat!: renameMaplibretoMapLibre#441).onFeatureTapped/onFeatureDragreplaced the rawidparameter with anAnnotation annotationinstance (update handler signatures).Added / Features
onFeatureHover) (Expose hovering events #614).LatLngBounds.containsconvenience (feat: contains method forLatLngBounds#498).Changed / Updates
flutter_lints, fix or ignore lints #414, feat: allow latestflutter_lintsversion #419).MaplibreStylesmoved to main package) (refactor: moveMaplibreStylestomaplibre_gl#435, feat: update package links in pubspec.yaml files #413).Fixed
annotationConsumeTapEvents).notifyListeners()after controller disposal (Prevented calling notifyListeners() after the controller is disposed. #621).maplibre-gl-jsversion 4.x.x, remove_addStylesheetToShadowRoot#409).Refactor / Quality
New Contributors
Contributors:
@AlexanderThiele, @mhernz, @TarekTolba1, @srmncnk, @itheamc, @kuhnroyal, @albertmoravec, @gabbopalma
Full Changelog: v0.22.0...v0.23.0
This discussion was created from the release v0.23.0.
Beta Was this translation helpful? Give feedback.
All reactions