Skip to content

Releases: maplibre/maplibre-native

node-v5.3.0-pre.0

10 Jan 19:13
43e52d0
Compare
Choose a tag to compare
node-v5.3.0-pre.0 Pre-release
Pre-release
  • [Note] This is a OpenGL-2 release. It does not include metal support.
  • [Breaking] Removes node 14 binary build and adds node 20 binary build. We are now building binaries for node 16,18,20 @acalcutt #1941
  • [Breaking] Linux binary is now built on Ubuntu 22.04 instead of Ubuntu 20.04. it could require a OS update to use this update on linux. @acalcutt #1941
  • Make Node Map object options "request" property optional by @tdcosta100 in #904
  • Compile Node targets without -std=c++11 option by @tdcosta100 in #926

ios-v5.14.0-pre3

14 Aug 12:24
Compare
Choose a tag to compare
ios-v5.14.0-pre3 Pre-release
Pre-release
Release ios-v5.14.0-pre3

ios-v5.14.0-pre0

11 Aug 11:00
Compare
Choose a tag to compare
ios-v5.14.0-pre0 Pre-release
Pre-release
  • Add flyToCamera with edgePadding for MGLMapView
  • Add MGLMapView.setLatLngBounds and MGLMapView.clearLatLnBounds

android-v10.2.0

10 May 10:58
Compare
Choose a tag to compare

Revert changes of 10.1.0, which was a breaking release by accident.

This version is identical to 10.0.2.

android-v10.1.0

09 May 13:10
2dc560c
Compare
Choose a tag to compare

Warning
Due to the switch to OpenGL ES 3.0 this is a breaking release💥.
Please see the related discussion here.
We will be more careful to follow semantic versioning in the future.

✨ Features and improvements

  • Change to a more natural fling animation and allow setting flingThreshold and flingAnimationBaseTime in UiSettings (#963)
  • Add support for the index-of expression (#1113)

🐞 Bug fixes

  • Fix regression in CameraUpdateFactory#zoomOut (#1035)
  • AndroidLocationEngineImpl made public to create custom LocationEngineProvider(#850)

node-v5.2.0

13 Mar 13:23
Compare
Choose a tag to compare

@maplibre/maplibre-gl-native 5.2.0

What's Changed

Full Changelog: node-v5.1.1...node-v5.2.0

node-v5.2.0-pre.1

10 Mar 13:50
Compare
Choose a tag to compare
node-v5.2.0-pre.1 Pre-release
Pre-release

@maplibre/maplibre-gl-native 5.2.0-pre.1

What's Changed

  • Adjust Typings for Node Platform by @etnav in #871
  • Node platform improvements (added setSize and a new render call without render options object) by @tdcosta100 in #891

Full Changelog: node-v5.2.0-pre.0...node-v5.2.0-pre.1

node-v5.2.0-pre.0

25 Feb 23:12
Compare
Choose a tag to compare
node-v5.2.0-pre.0 Pre-release
Pre-release

@maplibre/maplibre-gl-native 5.2.0-pre.0

What's Changed

Full Changelog: node-v5.1.1...node-v5.2.0-pre.0

android-v10.0.2

24 Feb 15:30
23cba4b
Compare
Choose a tag to compare

🐞 Bug fixes

  • MapboxFusedLocationEngineImpl constructor made public to create custom LocationEngineProvider(#850)

android-v10.0.1

22 Feb 10:28
c967074
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fixed regression with RasterSource native code throwing an exception expecting bound after switching to FloatArray (#830).
  • LocationEngineProxy was made public so that the migration path suggested in the 10.0.0 changelog for those wanting to use GMS Location Services can actually be implemented (#832).