Hide Table of Contents
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:

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