From d371be6cc82e0be007231b3ace6020e07f86ae33 Mon Sep 17 00:00:00 2001 From: Anne Fitz Date: Mon, 5 Aug 2024 08:17:05 -0700 Subject: [PATCH] Add bug fixes --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a5fec..a611ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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"`.