Hide Table of Contents
What's New archive
What's new in Version 3.38

Search suggestions update

We enhanced the Search widget suggestion behavior to make the search experience smoother and faster. First, we increased performance for searching on hosted layers by refining the internal SQL query. Second, we increased the default suggestion delay before suggestions are displayed, from 150ms to 350ms.

Bug fixes and enhancements

  • BUG-000104101: Fixed an issue with HTML sanitization in popups.
  • BUG-000120998: Fixed an issue with web map extents if the map contained a vector tile service created with a tiling scheme other than ArcGIS Online, Bing Maps, or Google Maps.
  • BUG-000128922: Fixed an issue with links containing latitude and longitude locations becoming truncated while accessing them through a text field in the attribute table.

Web Optimizer discontinued

The Web Optimizer is no longer available for creating 3.x-based custom-builds of the ArcGIS API for JavaScript. If your app references a custom build that was previously created, it will continue to work for the time being, however all custom-builds will be removed from our hosting environment in July 2022. Our recommendation is to start using version 4.x of the API, as it offers a lot more flexibility and simplicity when creating custom-builds. See Introduction to Tooling for more details. If you would like to continue to use 3.x, we recommend using the CDN version or download a local build.

Additional packages

Version 3.38 of the ArcGIS API for JavaScript includes:

  • ArcGIS Arcade 1.15 (since version 3.38)
  • dgrid versions
    • dgrid version 1.3.3 (since version 3.35)
    • dgrid version 0.3.21 (since version 3.35)
      NOTE: If working with version 1x, please reference the dgrid1 directory, whereas for version 0x reference the dgrid directory. Please refer to the dgrid 0.4 Migration Guide for additional information on migrating to the newer version.
  • Dojo version 1.16.4 (since version 3.38)
  • dstore version 1.2.1 (since version 3.35)
  • put-selector version 0.3.6 (since version 3.13)
  • xstyle version 0.3.3 (since version 3.28)

Additional Resources on GitHub

Use the repository on GitHub for the JS API TypeScript definitions.

Show Modal