summaryrefslogtreecommitdiff
path: root/platform/macos/CHANGELOG.md
diff options
context:
space:
mode:
authorFabian Guerra Soto <fabian.guerra@mapbox.com>2019-01-23 16:05:01 -0800
committerGitHub <noreply@github.com>2019-01-23 16:05:01 -0800
commite6544fd72fe68d919806eefa4f1323712e248f3e (patch)
tree6caaea4f88f0b0050d01cee7e6962b2002726632 /platform/macos/CHANGELOG.md
parent04272d9de40f3312ef92e638645e6cad75679482 (diff)
downloadqtlocation-mapboxgl-e6544fd72fe68d919806eefa4f1323712e248f3e.tar.gz
[ios] Podspec bump to v4.8.0-beta.1 (#13785) (#13786)ios-v4.8.0-beta.1
Bumps podspec to 4.8.0-beta.1. and adds categories to the changelog.
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r--platform/macos/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 5d2e8ebde3..4754ae8ddb 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -2,11 +2,19 @@
## master
+### Styles and rendering
+
* Added an `MGLStyle.performsPlacementTransitions` property to control how long it takes for colliding labels to fade out. ([#13565](https://github.com/mapbox/mapbox-gl-native/pull/13565))
* Fixed a crash when casting large numbers in `NSExpression`. ([#13580](https://github.com/mapbox/mapbox-gl-native/pull/13580))
* Added the `-[MGLShapeSource leavesOfCluster:offset:limit:]`, `-[MGLShapeSource childrenOfCluster:]`, `-[MGLShapeSource zoomLevelForExpandingCluster:]` methods for inspecting a cluster in an `MGLShapeSource`s created with the `MGLShapeSourceOptionClustered` option. Feature querying now returns clusters represented by `MGLPointFeatureCluster` objects (that conform to the `MGLCluster` protocol). ([#12952](https://github.com/mapbox/mapbox-gl-native/pull/12952)
+
+### Annotations
+
* Fixed a bug with `MGLMapView.visibleAnnotations` that resulted in incorrect results and performance degradation. ([#13745](https://github.com/mapbox/mapbox-gl-native/pull/13745))
* Fixed a bug where selecting partially on-screen annotations (without a callout) would move the map. ([#13727](https://github.com/mapbox/mapbox-gl-native/pull/13727))
+
+### Packaging
+
* Added a Czech localization. ([#13782](https://github.com/mapbox/mapbox-gl-native/pull/13782))
## 0.13.0 - December 20, 2018