diff options
author | Nadia Barbosa <nadiabarbosa@me.com> | 2018-09-12 10:38:50 -0700 |
---|---|---|
committer | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2018-09-12 14:42:28 -0700 |
commit | 32633871bd32ffa9aaf3dd34f1e1dc46b485b4bf (patch) | |
tree | ae3438782888db060c251093d2e055146bb2065b /platform/ios/CHANGELOG.md | |
parent | 46853dce1592288dadcdffe3b46175816d5cc203 (diff) | |
download | qtlocation-mapboxgl-32633871bd32ffa9aaf3dd34f1e1dc46b485b4bf.tar.gz |
[ios, macos] Update Podspecs & changelog for 4.4.0
[macos] Update Podspecs
[ios] Update changelog
[macos] Add changelog
Add dates to changelog
[ios, macos] Changelog copy edits
[ios, macos] 😩 changelog edits
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r-- | platform/ios/CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 409ff19cb5..870952d223 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -5,7 +5,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT ## master * Added an `MGLSymbolStyleLayer.symbolZOrder` property for forcing point features in a symbol layer to be layered in the same order that they are specified in the layer’s associated source. [#12783](https://github.com/mapbox/mapbox-gl-native/pull/12783) -## 4.4.0 +## 4.4.0 - September 12, 2018 ### Styles and rendering @@ -40,6 +40,8 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Fixed a crash when switching between two styles having layers with the same identifier but different layer types. ([#12432](https://github.com/mapbox/mapbox-gl-native/issues/12432)) * Added a new option to `MGLSymbolPlacement`, `MGLSymbolPlacementLineCenter`, that places the label relative to the center of the geometry. ([#12337](https://github.com/mapbox/mapbox-gl-native/pull/12337)) * Added a `MGLShapeSourceOptionLineDistanceMetrics` property that enables or disables calculating line distance metrics. +* Fixed an issue where the `cubic-bezier` curve type for `mgl_interpolate:withCurveType:parameters:stops:` expressions was misinterpreted for some style layer properties. ([#12826] (https://github.com/mapbox/mapbox-gl-native/issues/12826)) +* Fixed an issue that could cause symbols to fade in during pan operations instead of always showing when using `MGLSymbolStyleLayer.iconAllowsOverlap` or `MGLSymbolStyleLayer.textAllowsOverlap` properties. ([#12683] (https://github.com/mapbox/mapbox-gl-native/issues/12683)) ### User location |