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:

Additional Resources on GitHub

Be certain to check out any updates to the repository on GitHub with TypeScript definitions for the JS API.

Show Modal