Skip to content

v2.9.2 - June 17, 2015

Compare
Choose a tag to compare
@andygup andygup released this 17 Jun 19:41
· 316 commits to master since this release

No breaking changes.

Enhancements

  • OfflineFeaturesManager now overrides layer.hasAttachments property. The override is available after a feature layer
    has been extended. This fixes an existing bug in the ArcGIS JS API when you create a feature layer from a featureCollectionObject
    the hasAttachments property does not get correctly repopulated.

Bug fix

  • Fixes issue in offlineFeaturesManager's featureCollection data store when using it with multiple feature layers.
    Subsequent featureLayerCollections were being stored as arrays instead of objects.
  • Minor tweak to appcache-tiles.appcache. It was broken.