Hide Table of Contents
What's new in Version 3.29

API updates and enhancements

Breaking changes

  • Removed methods FeatureLayer.clear() and FeatureLayer.remove(). Using either method could interfere with the integrity of the layer updates. We recommend using FeatureLayer.applyEdits() instead.

Bug fixes and enhancements

  • BUG-000117746: Editing multipoint geometries symbolized with SVG markers now works as expected.
  • BUG-000118668: Polygons no longer disappear while dragging while editing outside the extent of a map.
  • BUG-000117933: Setting a center and zoom when creating a map from a webmap item now works as expected.
  • BUG-000119396: Extra white space in Arcade expressions now display correctly.
  • NIM098119: It is now possible to consume a Web Map Tile Service (WMTS) layer with resource info object on RESTful service mode.
  • BUG-000121195: Creating reports using the GeoEnrichment Player now works correctly when using secured services.
  • Maximum number of basemaps displayed in BasemapGallery have been increased from 50 to 100.

Additional packages

Version 3.29 of the ArcGIS API for JavaScript includes:

Additional Resources on GitHub

Be certain to check out any updates to the repository on GitHub with TypeScript definitions for the JS API as well as the jshint options file used by the JS API team.

Show Modal