Skip to content

Commit

Permalink
Update CHANGELOG.md for a bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ubatsukh authored Feb 5, 2024
1 parent 71cd8c7 commit c050564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ Please refer to the [Breaking changes](https://developers.arcgis.com/javascript/
- [Esri Community - 1339508](https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimsymbol-marker-placement-relativeto-quot/m-p/1339508): Fixed an issue where a [CIMSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html) with the marker placement type `CIMMarkerPlacementOnLine` was not rendering when `relativeTo` was set to `"SegmentMidpoint"`.
- [Esri community - 1350675](https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/changing-compass-widget-icon-in-arcgis-maps-sdk/m-p/1350675): Fixed an issue with the Compass widget and FullScreen widget that wasn't allowing the icon to be customized.
- [Esri Community - 1351209](https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/elevationprofile-widget-in-dark-theme/m-p/1351209): Fixed an issue with the [ElevationProfile](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-ElevationProfile.html) widget where the chart tooltip text was not legible in the dark theme.
- [Esri Community - 1378372](https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/4-29-hittest-not-correct/m-p/1378372): Fixed an issue where certain symbols were hard to hit via [MapView.hitTest()](/api-reference/esri-views-MapView.html#hitTest).
- [GitHub - 268](https://github.com/Esri/feedback-js-api-next/issues/268): Fixed an issue where [MapView.goTo](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo) was not honoring its abort signal.
- Fixed an issue where the dropdown for grouped actions was not anchored to the [Popup](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html) when zooming in/out of the view.
- Fixed an issue where [MapView.hitTest()](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html) was returning an empty [graphic](https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html) for [ImageryLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html). No result is returned now.
Expand Down

0 comments on commit c050564

Please sign in to comment.