v0.23.0
What's Changed
[!CAUTION] USE 0.24.0 VERSION INSTEAD OF THIS ONE!
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:
- Review the breaking rename (
Maplibre->MapLibre) and enum / const lowerCamelCase migration. - Adapt feature interaction callbacks:
onFeatureTapped/onFeatureDragnow receive anAnnotationinstead of anidargument. - Ensure any style access happens after
onStyleLoadeddue to stricter style readiness checks.