Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hgonzago authored Feb 7, 2024
1 parent c2cacef commit 1fc0329
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 @@ -162,6 +162,7 @@ Please refer to the [Breaking changes](https://developers.arcgis.com/javascript/
- BUG-000129596: Improved the clipping of point symbols at large scales when a size visual variable is defined with [real world size](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-SizeVariable.html#RealWorldSize).
- BUG-000149236 Fixed an issue where [FeatureLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html) features flash when zooming in or out while [applyEdits](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#applyEdits) is called.
- BUG-000156355: Fixed an issue where a [WFSLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html) was not loading when the service's `outputFormat` was defined as `geo+json`.
- BUG-000156644: Fixed an issue where the [FeatureTable](/api-reference/esri-widgets-FeatureTable.html) widget timed out with too many fields/columns.
- BUG-000163592: Fixed an issue with typings where the [FeatureService.applyEdits](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#applyEdits) method parameters were not included in the TypeScript definitions.
- BUG-000160409: Fixed an issue where [OGCFeatureLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OGCFeatureLayer.html) popups were not appearing when displaying a field name that contains a `.` (period).
- BUG-000162717: Fixed an issue where [VectorTileLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html) was not displaying labels past their data max LOD.
Expand Down

0 comments on commit 1fc0329

Please sign in to comment.