Releases: maplibre/maplibre-native
Releases · maplibre/maplibre-native
qt-v2.0.0
QMapLibreGL v2.0.0
✨ New features
- Full Qt5 and Qt6 support for macOS, Linux, Windows, iOS and Android (binaries only available for desktop).
- Rename to
QMapLibreGL
(#338).
- Build user agent based on
ClientOptions
, if available (#365).
QML plugin is available at https://github.com/maplibre/qt-geoservices-maplibre-gl.
Note that symlinks have been removed by accident in this release so frameworks are larger than expected.
node-v5.0.1-pre.0
@maplibre/maplibre-gl-native 5.0.1-pre.0
ios-v5.12.2
Improvements
- Exposes the windowBit value from zlib in the compress/decompress helper utils #147
- Fix camera paddings reset on map view gestures performing #188
android-v9.5.2
Bug Fixes
- raster layers stopped working in Android #161
- remove Mapbox's in favor of MapLibre in attribution dialog #160
- queryRenderedFeatures returns wrong results - issue #184, #147
ios-v5.12.1
Bug Fixes
- ScaleBar enhancements #120, #121
- Invalid tile url template for MapLibre style #107
- Address crash when localFontFamilyName is nil #109
- Fix for annotations stuttering and drifting when panning #113
- Adjust local glyphs #122
- Return correct Mapbox TileServerOptions #132
Other
- Fix perf regression in cached tiles of tile pyramid #129
- Upgrade to newest protozero #148
- Fix build for Xcode 12.5 & 13-beta. #153
android-v9.5.1
Bug Fixes
- Invalid tile url template for MapLibre style #107
- Crash when inflating view on Android #130
Other
- Fix perf regression in cached tiles of tile pyramid #129
- Upgrade to newest protozero #148
- Change NativeMapView.resizeView to use 0 instead of throwing IllegalArgumentException #151
ios-v5.13.0-pre.1
Warning: unstable release for test purposes only.
Bug Fixes
- Displaying view annotations #98
- Not render MapView if frame is empty #67
Known Issues
- Failed tests:
- MGLDocumentationExampleTests testMGLMapSnapshotter
- MGLMapSnapshotterTests testOverlayHandler
- MGLMapSnapshotterTests testDelegate
- MGLMapSnapshotterTests testRuntimeStyling
- MGLMapSnapshotterTests testLocalGlyphRendering
ios-v5.12.0
Features
- Added allowScrollGesturesDuringRotateOrZoom #60
- Replacing hardcoded configuration with configurable API and removing Mapbox assets and dependencies #90
Bug Fixes
- Fix map stuttering by switching render call to use setNeedsDisplay #60
- Dispatch to main queue, rather than global #64
- Use DisplayLink to prevent crashes in willResignActive #68
- Ignore sizing and positioning for hidden elements in assertions #80
- Disable map snapshots by default #83
android-v9.5.0
Features
- Replacing hardcoded configuration with configurable API and removing Mapbox assets and dependencies #90
Other
- Migration from bintray #77