-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[ios] Update changelog for v4.1.0-beta.1 #12086
Conversation
There are a variety of core changes that weren’t (and should have been) changelog’d — see the |
75e9241
to
b42cfcd
Compare
For some reason the podspec bump got caught in CP this #12087 |
platform/ios/CHANGELOG.md
Outdated
@@ -21,6 +23,9 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT | |||
* Added custom `-hitTest:withEvent:` to `MGLSMCalloutView` to avoid registering taps in transparent areas of the standard annotation callout. ([#11939](https://github.com/mapbox/mapbox-gl-native/pull/11939)) | |||
* Improved performance and memory impact of `MGLScaleBar`. ([#11921](https://github.com/mapbox/mapbox-gl-native/pull/11921)) | |||
* Fixed race conditions that could cause crashes when re-using `MGLMapSnapshotter` or using multiple snapshotters at the same time. ([#11831](https://github.com/mapbox/mapbox-gl-native/pull/11831)) | |||
* Fixed an issue where an empty `MGLFeature`s array caused high CPU utilization. ([#11985](https://github.com/mapbox/mapbox-gl-native/pull/11985)) | |||
* Improved offline download. ([#11284](https://github.com/mapbox/mapbox-gl-native/pull/11284)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let’s be a little more specific and say: “download performance.”
platform/ios/CHANGELOG.md
Outdated
@@ -21,6 +23,9 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT | |||
* Added custom `-hitTest:withEvent:` to `MGLSMCalloutView` to avoid registering taps in transparent areas of the standard annotation callout. ([#11939](https://github.com/mapbox/mapbox-gl-native/pull/11939)) | |||
* Improved performance and memory impact of `MGLScaleBar`. ([#11921](https://github.com/mapbox/mapbox-gl-native/pull/11921)) | |||
* Fixed race conditions that could cause crashes when re-using `MGLMapSnapshotter` or using multiple snapshotters at the same time. ([#11831](https://github.com/mapbox/mapbox-gl-native/pull/11831)) | |||
* Fixed an issue where an empty `MGLFeature`s array caused high CPU utilization. ([#11985](https://github.com/mapbox/mapbox-gl-native/pull/11985)) | |||
* Improved offline download. ([#11284](https://github.com/mapbox/mapbox-gl-native/pull/11284)) | |||
* Fixed an issue that caused `MGLMapView visibleFeaturesAtPoint:]` return an empty features array when removing/adding features. ([#12076](https://github.com/mapbox/mapbox-gl-native/pull/12076)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small tweaks:
Fixed an issue that caused
-[MGLMapView visibleFeaturesAtPoint:]
to return an empty array when adding or removing features.
platform/ios/CHANGELOG.md
Outdated
@@ -11,6 +11,8 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT | |||
### Style layers | |||
|
|||
* Added support for aggregate expressions as input values to `MGL_MATCH` expressions. ([#11866](https://github.com/mapbox/mapbox-gl-native/pull/11866)) | |||
* Fixed a crash caused by `literal` expressions when used in non-data-driven properties. ([#11960](https://github.com/mapbox/mapbox-gl-native/pull/11960)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix made it into ios-v4.0.2
(via #11961), so we don’t need to changelog it here.
b42cfcd
to
c48bdcd
Compare
Found another one: this line should link to its GitHub issue, so we need to add a link to #11784. |
c48bdcd
to
6430512
Compare
6430512
to
1dfaa03
Compare
Going forward, changes such as these need to be merged to master first, then cherry-picked to the release branch. The release-chai branch won’t be merged back to master, so #12185 cherry-picks these changes into master. |
Podspec bump and changelog updates.