fix(deps): update dependency org.maplibre.compose:maplibre-compose to v0.15.0 - #6581
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency org.maplibre.compose:maplibre-compose to v0.15.0#6581renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
… v0.15.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/org.maplibre.compose-maplibre-compose-0.x
branch
from
August 26, 2026 08:35
95b108b to
56c45e5
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.14.0→0.15.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
maplibre/maplibre-compose (org.maplibre.compose:maplibre-compose)
v0.15.0Highlights
Android and iOS moved onto MapLibre Native FFI, the same stack desktop used in 0.14. This release puts Android, iOS, and desktop on one implementation and one public API. The browser target was rewritten against MapLibre GL JS 6.2 and is now at feature parity with the rest. Existing apps must update their setup. See Getting started.
Compose took over the map overlay. Platform SDK ornaments, and the
OrnamentOptionsthat configured them, were removed.This release added location on every platform. The engine was also published as
org.maplibre.compose:locationfor apps that want it without a map. It remains anapidependency ofmaplibre-compose.Breaking changes
Setup changes are listed below. A shared API across JVM, iOS, and Android replaces the per-platform option and state types; see the API reference as not every breaking API change is outlined here..
Android
minSdkto 24.maplibre-compose-runtime-vulkan-androidormaplibre-compose-runtime-opengl-android. The MapLibre Android SDK is no longer a transitive dependency.location-runtime-gmsorlocation-runtime-hms.maplibre-compose-gmsis gone.iOS
MapLibre/MapLibre.frameworkdependency.-lc++,-lz, and the listed frameworks).Web
useEsModules().MapLibre.configure()insideonWasmReady, before Compose starts.Desktop
rememberAwtComposeGpuHosttorememberAwtComposeMapHost.MapLibre.configure()optional. The first map applies a default cache configuration.Added
location-runtime-gmsorlocation-runtime-hmson Android when fused location is wanted.ColorReliefLayer, fill-extrusion rounded corners, and feature-state writes. ReplacedComputedSourcewith custom geometry and vector sources.CameraStateSaveras public API.Improved
suspendso as not to force the caller to block while the renderer answers.Documentation and demo
Dependency updates
Bumped Compose Multiplatform to 1.12.0, Kotlin to 2.4.10, MapLibre GL JS to 6.2, maplibre-native-ffi to 0.202608.3, and Android compileSdk to 37.
New contributors
Full Changelog: maplibre/maplibre-compose@v0.14.0...v0.15.0
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.