Overview of all update notes

1.12

To exclude a layer from editing, the following configuration was previously possible:

{
    "id": "mylayer",
    "type": "AGS_FEATURE",
    "url": ".../FeatureServer/0",
    "advancedEditing": {
        "allowEditing": false
    }
}

As of this release, use the option directly on the layer, as in the following example:

{
    "id": "mylayer",
    "type": "AGS_FEATURE",
    "url": ".../FeatureServer/0",
    "editingEnabled": false
}

1.8

If you use the Result Center (bundles result-ui and result-api) newly introduced in map.apps 4.14 together with Advanced Editing, remove the bundle advanced-editing-resultcenter from your app configuration. This bundle is only required to display a tool to start editing in the "old" Result Center. The new "Row Action" introduced with this release for the new Result Center is included in the "advanced-editing" bundle.