Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

62 lines (45 loc) · 1.63 KB

0.4.2

Common

  • Add methods to set gesture listeners dynamically.

iOS

  • Apply scale factor to UIImage.
  • Apply scale factor to UIEdgeInsets.
  • Fix vertical scrollMode lock on gesture settings update.

Android

  • Fix ImageStretches mapping.

0.4.1

Common

  • Expose package:turf/helpers.dart.
  • Bump platform Maps SDK dependencies to 10.10.0.
  • Fix issue with multiple maps overriding platform channels of the previous instances.
  • Fix exception accessing style.getLayer when layer property is an Expression.

iOS

  • Fix pixelsForCoordinates implementation.

0.4.0

Common

  • Expose style.localizeLabels.
  • Expose mapboxMap.attribution, mapboxMap.logo, mapboxMap.compass and mapboxMap.scaleBar settings.

iOS

  • Fix deployment target for iOS to 11.

0.3.0

Common

  • Rename library to mapbox_maps_flutter due to naming conflict to be able publish to pub.dev.

Android

  • Align Kotlin version 1.5.31 with the Maps SDK.

0.2.0

Common

  • Rename MapView to MapWidget.
  • Remove RenderCacheOptions.
  • Rename MapboxMap.cameraForCoordinates2 to MapboxMap.cameraForCoordinatesCameraOptions.
  • Rename styles.dart to mapbox_styles.dart.
  • Rename fill-extrusion_layer.dart to fill_extrusion_layer.dart, location-indicator_layer.dart to location_indicator_layer.dart.
  • Fix exception thrown by MapboxMap.coordinatesForPixels.
  • Fix camera example _coordinateForPixel.
  • Add gesture listeners MapWidget.onTapListener, MapWidget.onLongTapListener, MapWidget.onScrollListener.

0.1.1

Common

  • Decrease min flutter version to 2.10.5.

0.1.0

Common

  • Initial release.