diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2018-01-04 18:30:17 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2018-01-05 18:57:06 +0000 |
commit | dcd7019e7deeff1cb2a7bcaa7748d0f80461a190 (patch) | |
tree | 79a1d5a103fca28c760fc0ac569485d7a2639748 /platform/macos | |
parent | 10a44050f485a18f8dd6523aca6a7a9f82f7afc7 (diff) | |
download | qtlocation-mapboxgl-dcd7019e7deeff1cb2a7bcaa7748d0f80461a190.tar.gz |
[ios, macos] Updated changelogs
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/CHANGELOG.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index b919cba11c..1d4f0cbc57 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -2,16 +2,18 @@ ## master -* Renamed this SDK from Mapbox macOS SDK to Mapbox Maps SDK for macOS. ([#10610](https://github.com/mapbox/mapbox-gl-native/pull/10610)) +### Styles and rendering -### Annotations and user interaction - -* Increased the default maximum zoom level from 20 to 22. ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835)) +* Added `MGLComputedShapeSource` source class that allows applications to supply vector data on a per-tile basis. +* Properties such as `MGLSymbolStyleLayer.iconAllowsOverlap` and `MGLSymbolStyleLayer.iconIgnoresPlacement` now account for symbols in other sources. ([#10436](https://github.com/mapbox/mapbox-gl-native/pull/10436)) +* Improved the reliability of collision detection between symbols near the edges of tiles, as well as between symbols when the map is tilted. It is no longer necessary to enable `MGLSymbolStyleLayer.symbolAvoidsEdges` to prevent symbols in adjacent tiles from overlapping with each other. ([#10436](https://github.com/mapbox/mapbox-gl-native/pull/10436)) +* Symbols can fade in and out as the map pans, rotates, or tilts. ([#10436](https://github.com/mapbox/mapbox-gl-native/pull/10436)) +* Fixed an issue preventing a dynamically-added `MGLRasterStyleLayer` from drawing until the map pans. ([#10270](https://github.com/mapbox/mapbox-gl-native/pull/10270)) +* Fixed an issue preventing `MGLImageSource`s from drawing on the map when the map is zoomed in and tilted. ([#10677](https://github.com/mapbox/mapbox-gl-native/pull/10677)) -### Styles +### Snapshots -* Fixed an issue preventing a dynamically-added `MGLRasterStyleLayer` from drawing until the map pans. ([#10270](https://github.com/mapbox/mapbox-gl-native/pull/10270)) -* Added `MGLComputedShapeSource` source class that allows applications to supply vector data on a per-tile basis. +* Fixed a memory leak that occurred when creating a map snapshot. ([#10585](https://github.com/mapbox/mapbox-gl-native/pull/10585)) ## v0.6.0 |