See what's new for the latest release.
Samples
Several new samples have been added, which include the following: how to generate an output data source in your widget, creating a message action, and how to use a data action. See below to access some of the newest samples:
- Client-side output data source
- Message subscriber
- Point clustering
- Server-side output data source
- Show a record id
- Statistics with output data source
Builder updates
ArcGIS Experience Builder includes several new widgets such as Chart, Coordinate Conversion, and Query, support for output data sources, data actions settings, and new templates. Some of the highlights are listed below.
- Data sources—When setting a data source throughout your app, you can now choose a selected features view or use output data generated by Query and Chart widgets.
- Data actions—Use the new data actions settings to provide an action menu in supported widgets, so end users can process data at runtime, such as exporting to a file or showing records in a target widget.
- Templates—Choose from four new default app templates and three new page templates to visualize data using a narrative tour and single- or multipage layouts for monitoring status.
- Windows—Customize a window's position, size, and layout for different screen sizes.
- Layout—Advanced snap lines now appear in the canvas to help align and precisely position widgets in a fullscreen page, window, and fixed panel or sidebar layout.
- Experience Builder developer edition can now be installed as a Windows Service.
Widgets
- Branch Version Management (new)—Manage the versions of branch versioned datasets. Use this widget on a page with or without a displayed map. Changes made in this widget affect data across your app, so other widgets that use the same services display versions accordingly.
- Chart widget (new)—Visualize quantitative attributes from an operational layer to reveal potential patterns or trends.
- Coordinate Conversion widget (new)—Convert coordinates between coordinate systems using multiple notation formats.
- Query widget (new)—Retrieve information from a data source by running an attribute or spatial filter query. Use the new Records Created trigger to add actions, such as automatically displaying query results on a map and zooming to the features.
- Embed widget—A web experience can now communicate with an embedded app by passing URL parameters to control what appears in the embedded app at runtime. Use a single URL editor to form dynamic URLs from connected data attributes or app URL parameters, or add static URLs directly.
- Map widget—Use new quality options for web scenes to balance the visual effect and loading efficiency.
- Table widget—The Table widget is out of beta and supports attribute editing by checking data capabilities and user credentials. Selection modes have also been added so you can allow users to select single or multiple records in the table.
Breaking changes
- The JimuMapViewComponent prop
use
is changed toMap Widget Ids : string[] use
.Map Widget Id : string Feature
was removed.Set Data Source - DataSource's
make
method were removed. The selected record ids in URL parameters will be loaded when selection data view is ready.Sure Selected Records - Replaced
Geometry
in jimu-core withI
in @esri/arcgis-rest-types.Geometry - The method
to
was moved from jimu/basic/color-picker to jimu-ui utils.Color Variable
Previous releases
- Version 1.3 January 2021
- Version 1.2 November 2020
- Version 1.1 July 2020