Release Notes 1.12

What’s New

Feature Table integration

This release introduces the integration of the Esri Feature Table widget. This allows users to inline edit attributes in the table and to edit attachments and related records directly from the Feature Table. The feature table can be opened from the Result Center (result-ui).

Improved layer control and flexibility

Advanced Editing now provides enhanced control over editing capabilities with layer-specific editing permissions and the ability to react to the editingEnabled layer property. You can now configure editing and create operations per layer, providing more granular control over data management.

Enhanced snapping and grid support

Building on previous snapping improvements, this release adds grid snapping capabilities through the integration of the Esri snapping controls widget. Users can also disable self and feature snapping when needed, providing more flexible editing workflows.

Bulk operations and usability improvements

Multiple features can now be deleted at once, significantly improving efficiency for data management tasks. Additionally, the editing interface has been enhanced to always start in the first tab when creating new features, providing a more consistent user experience.

Update Notes

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
}

Deprecations

  • The following configuration will be removed in an upcoming release: "advancedEditing": {"allowEditing": false}

Known Limitations

EDITING-113

Editing does not support SRS change

Changelog

1.12.1

Fixed Issues

EDITING-327

Editing in feature table not possible when advancedEditing property is set on layer

EDITING-328

Wrong warning for bundle advanced-editing-feature-table in app editor

1.12.0

New Features

EDITING-44

Allow to use existing geometries from OGC API Features layers

EDITING-188

[Usability] Always start in first tab when creating new feature

EDITING-190

React on editingEnabled layer property

EDITING-239

Delete multiple features at once

EDITING-245

Allow users to disable self and feature snapping

EDITING-257

Allow editing and create-operations per layer

EDITING-260

Configure to deactivate rotate and transform

EDITING-291

Add internal-flag to internal layers

EDITING-295

Hide options menu per configuration

EDITING-298

Integrate snapping controls widget to allow using grid snapping

EDITING-303

[Feature Table] Integrate feature table widget

EDITING-319

[Feature Table] Open Advanced Editing dialog from FeatureTable

EDITING-325

[Feature Table] Add bulk action to result-ui to open Feature Table

Fixed Issues

EDITING-290

Add geometry tool cannot find 'selectedGeometry' after using clip off geometry tool if no geometry is selected

EDITING-292

Tooltip does not disappear

EDITING-296

Editing dialogue is broken if you cancel leaving without saving

EDITING-300

Tooltip showing [Object object]

EDITING-302

ActiveWorkflowType not properly set when switching between features by popup edit button