Skip to content

Commit

Permalink
Merge pull request #306 from Esri/annelfitz-patch-1
Browse files Browse the repository at this point in the history
Add bug fixes
  • Loading branch information
annelfitz authored Aug 5, 2024
2 parents dc6be31 + d371be6 commit 02104ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ Please refer to the [Breaking changes](https://developers.arcgis.com/javascript/

## Bug fixes and enhancements

- BUG-000169035: Fixed an issue where the MapView's [hitTest()](/api-reference/esri-views-MapView.html#hitTest) does not return results when the layer's renderer has [rotation visual variables](/api-reference/esri-renderers-visualVariables-RotationVariable.html).
- BUG-000169076: Fixed an issue where errors would arise when trying to add a related record using the [Editor](/api-reference/esri-widgets-Editor.html) or [FeatureTable](/api-reference/esri-widgets-FeatureTable.html) widgets, (if using Map Viewer). This was due to case of the of the relationship key not matching.
- BUG-000166013: Fixed an issue with [WMTSLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMTSLayer.html) where the `tileMatrixSetId` property was not properly honored.
- BUG-000169035: Fixed an issue where the MapView's [hitTest()](https://developers.arcgis.com/javascript/latest//api-reference/esri-views-MapView.html#hitTest) does not return results when the layer's renderer has [rotation visual variables](https://developers.arcgis.com/javascript/latest//api-reference/esri-renderers-visualVariables-RotationVariable.html).
- BUG-000169076: Fixed an issue where errors would arise when trying to add a related record using the [Editor](https://developers.arcgis.com/javascript/latest//api-reference/esri-widgets-Editor.html) or [FeatureTable](https://developers.arcgis.com/javascript/latest//api-reference/esri-widgets-FeatureTable.html) widgets, (if using Map Viewer). This was due to case of the of the relationship key not matching.
- BUG-000169299: Fixed an issue with [OGCFeatureLayer.queryFeatures()](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OGCFeatureLayer.html#queryFeatures) where non-editable fields were returning undefined values.
- Fixed an issue when the token of a signed-in user would unexpectedly get revoked wen using the request option `authMode: "no-prompt"`.


Expand Down

0 comments on commit 02104ed

Please sign in to comment.