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

Access data in popups with Arcade expressions

You can author Arcade expressions for popups that access features from any layer in the map. This is made possible through the FeatureSet capabilities introduced at Arcade version 1.5. This means you can display information about the selected feature and its relationship to other features in the same layer or other layers. This includes the ability to check spatial relationships using geometry functions. See the Compare neighboring features using Arcade expressions in a popup for an example of how this works.

API updates and enhancements

Bug fixes and enhancements

  • BUG-000115764: Fixed an issue where IdentityManager.registerToken did not pass a Portal token for a federated server token if used on an on-premise portal.
  • BUG-000114866: The Search widget's search-results now return expected attributes when searching a specified input geometry. Prior to this, only `score` was returned.
  • BUG-000117142: Fixed an issue with the Convert Coordinates sample where it would not work if using the default datum transformation.
  • BUG-000117208: Fixed an issue when printing web maps with an outScale would not display the correct visibility range of layers.
  • Fixed an issue where panning a map caused text created from the Edit toolbar EDIT_TEXT to jump location in the map.
  • BUG-000116569: Updated the CreateDriveTimeAreas API Reference to show inputLayer instead of inputLayer.
  • ENH-000114285: Updated the documentation for the map.getScale() method.
  • FeatureTable will automatically refresh if a feature layer has a refreshInterval set.

Additional packages

Version 3.27 of the ArcGIS API for JavaScript include:

  • ArcGIS Arcade 1.5
  • dgrid versions
    • dgrid version 1.2.1 (since version 3.22)
    • dgrid version 0.3.17 (since version 3.13)
      NOTE: If working with version 1.1.0, please reference the dgrid1 directory, whereas version 0.3.17 should 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.14.0 (since version 3.26)
  • dstore version 1.1.2 (since version 3.22)
  • put-selector version 0.3.6 (since version 3.13)
  • xstyle version 0.3.2 (since version 3.17)

Additional Resources on GitHub

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

Show Modal