Skip to content

v4.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Oct 13:44
· 91 commits to develop since this release

OAuth Authentication Guidance Update

  • The property ArcGISPortalUrl for Enterprise servers should be populated with the portal url, which typically,
    but not always, ends with /portal (e.g., https://arcgis.my_company.com/portal). This property is not required for
    ArcGIS Online, and if it is set, it would be without /portal (e.g., https://my_company.arcgis.com).

New Features

  • ExpandWidget
    • Group - new property to group multiple ExpandWidgets together. When one is expanded, the others in the same group will collapse.
    • Added Get and Set async methods to the following properties:
      • Expanded
      • ExpandIconClass
      • ExpandTooltip
      • Group
      • CollapseIconClass
      • CollapseTooltip
  • ImageryTileLayerView and VectorTileLayerView - new sub-classes of LayerView.
    • VectorTileLayerView.HasVisibleFeatures

Bug Fixes

  • Fixed issues with loading correct LayerView class types.
  • Fixed issue with AuthenticationManager.RegisterToken appending /portal to path even if not needed. Updated documentation and examples as well.

New Sample Application

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0