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

IdentityManager update

Two methods, enablePostMessageAuth and disablePostMessageAuth, were added to the IdentityManager to help make passing authentication from an embedded application using an iframe to its host application easier to manage. This is necessary as problems could arise if a user logs into a web application containing an embedded application that is not public. If this scenario occurs, it's easier to pass the already-provided credentials to the secured embedded application.

Bug fixes and enhancements

  • BUG-000135770: Fixed an issue where the Measurement widget behaved inconsistently with snapping enabled.
  • BUG-000137538: Improved snapping to last line segment and end of line.
  • The IdentityManager's setRedirectionHandler method and useSignInPage property were removed at 3.36. This was a result of Enterprise Portal apps no longer making use of this functionality beginning with the upcoming Enterprise 10.9.1 release.
  • The Search.minCharacters default value was updated from 1 to 3 characters.

Additional packages

Version 3.36 of the ArcGIS API for JavaScript includes:

  • ArcGIS Arcade 1.12 (since version 3.35)
  • 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.3 (since version 3.35)
  • 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