Skip to content

Commit

Permalink
changelog for v11.7.1 (#2791)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@d1aca8375a93>
  • Loading branch information
mapbox-github-ci-writer-5[bot] and root authored Oct 10, 2024
1 parent 03282fc commit fbb0da9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ Mapbox welcomes participation and contributions from everyone.
* [compose] Introduce `remember` (e.g. `rememberPolylineAnnotationGroupInteractionsState` and `rememberPolylineAnnotationInteractionsState`) composable functions to create, init and remember all types of `AnnotationInteractionsState` and `AnnotationGroupInteractionsState`.
* [compose] Introduce `<AnnotationType>InteractionsState.isDraggable` / `<AnnotationType>GroupInteractionsState.isDraggable` API for all annotation types allowing to drag annotations. Callbacks `onDragStarted()`, `onDragged()`,`onDragFinished()` are added as well.

# 11.7.1

# 11.7.1 October 10, 2024
## Bug fixes 🐞
* Respect polygons with holes on querying rendered features.

## Dependencies
* Update gl-native to v11.7.1 and common to v24.7.1.


# 11.7.0 September 26, 2024
## Features ✨ and improvements 🏁
* [compose] Introduce `PointAnnotationState.iconOcclusionOpacity`, `PointAnnotationState.textOcclusionOpacity` to control occlusion opacity for individual point annotation.
Expand Down

0 comments on commit fbb0da9

Please sign in to comment.