For the complete documentation index, see llms.txt. This page is also available as Markdown.

June 15, 2026

June 15, 2026


New Components

No new components were introduced in this release.


Improvements

Data Table

Instant Pagination for Dynamic Components

Dynamic Components

Eliminated the 3–4 second per-page-change latency on query-backed Dynamic Data Tables. Pages now load in roughly 100–300ms with zero server calls during in-window navigation, verified live against 60,000 Opportunity records. The update introduces windowed pagination (fetching multiple pages at once with a client-side cache), viewport rendering for large pages so only visible rows stay in the DOM, and client-side resolution of lookup names and record-link URLs. The loading state appears only when navigation takes more than 300ms.

Map

Draw Interaction for Region Selection

Dynamic Components

Added a new Draw interaction to the Map's interaction picker, alongside Marker Created, Marker Select, Header Action Click, and Save As Button Click. At runtime, end users draw a circle or rectangle on the map, and the configured interaction runs against the records inside the drawn bounds. Regions can be modified or cleared.

Pivot Table

Actions on Detail Rows

Dynamic Components

Added the option to customize header actions on the Pivot Table detail-rows datatable, with a configurable interaction per action — for example, a download action on the expanded detail view.

UI Enhancements

Flat Gauge – Min and Max Values

Dynamic Components | Flow Components

Added the ability to display minimum and maximum values as labels at the start and end of the flat gauge track (e.g. "0" and "100"). Applies across all variants: Continuous, Discrete, and Tiered Level.

Rating – Hover Feedback

Dynamic Components | Flow Components

Added visual feedback when hovering over rating items.

Chat – Header Toolbar

Dynamic Components | Flow Components

Added an optional header toolbar — avatar, title, and actions — to the Chat component.

Flow Enhancements

String Collections as Data Source for Pill and Chip Components

Flow Components

Expanded the Pill Container and Chip Container Items input to accept text (string) collections in addition to sObject collections. A Transform element outputting a text collection can now feed the container directly, without custom metadata workarounds.

Calendar – Filter Resources Based on Queried Events

Flow Components

Changed the Flow Calendar to retrieve only the resources tied to the queried events, rather than every resource with any related event in the org, reducing display noise on orgs with many resource records.


Bug Fixes

Pivot Table

Dynamic Components

  • Wrong or partial data on objects over 50k records: Fixed a server-side defect where the Pivot Table silently returned partial, incorrect aggregations on any object with 50,000 or more total records. The safeguard now gates on the filtered row count rather than the object-wide count, so grouped queries stay correct under the row governor and no longer drop recent data.

Kanban

Dynamic Components

  • Linkify toggle never linkified the card title: Fixed a bug where the Linkify toggle on DC Kanban Card Attributes was stored but never applied to the title. The title now links to its record when Linkify is enabled.

Dynamic Components | Flow Components

  • Child Kanban didn't display tile fields: Fixed a bug where a child Kanban did not render the fields configured on its tiles.

Data Table

Dynamic Components | Flow Components

  • Lookup column (Display as Input) rendered name twice: Fixed a regression where a lookup column set to Display as Input rendered the related record's name twice and inflated row height. Both elements no longer stack.

Query & Data Handling

Dynamic Components | Flow Components

  • Boolean query filter binds failed: Fixed a runtime error ("Invalid bind expression type of String for column of type Boolean") when filtering a query on a Boolean field with a value sourced from a variable or input variable. Added the missing Boolean coercion so the value is cast correctly before the query runs.

Text Area

Dynamic Components | Flow Components

  • Long values truncated in display mode: Fixed an issue where the Text Area clipped long, multi-line values to a single line in read-only and inline-edit display mode. Display-mode content now wraps and auto-expands.

Calendar

Dynamic Components | Flow Components

  • Weekday-as-date no longer worked: Fixed a regression where passing a weekday as a date stopped working for Disabled Dates, Marked Dates, and Label Dates.

Flow Screen Components

Flow Components

  • Summer '26 regression – NavigationMixin.GenerateUrl crash: Fixed a crash on Salesforce Summer '26 where any Flow Screen component resolving a Page Reference into a URL threw a "…GenerateUrl(...).then is not a function" error, aborting component construction (Header subtitle links, Data Table URL columns, Card links). In Summer '26, GenerateUrl no longer returns a Promise; the fix wraps the result so a non-Promise return degrades gracefully.

  • Progress Indicator (Path type) – "Current" styling had no effect: Fixed an issue where the Current styling controls had no effect on the current step of a Path-type Progress Indicator, which fell back to base SLDS styling. The styling now applies correctly.

  • Datatable Group By in Variable Mode – unable to select records: Fixed a bug where records could not be selected in a Flow Screen Data Table when Group By was active in Variable Mode.


Installation & Update

The full bundle is available on AppExchange. Use this if you're installing Avonni for the first time or want all components in a single package.

Detail
Value

Includes

Dynamic Components, Experience Sites Components, App Builder Components

Namespace

avxp

Version

v1.24

Install in Sandbox

Install →

Install in Production

Install →


Flow Screen Components

Standalone package for Salesforce Flow Builder. Install this if you build screen flows and want Avonni's flow-specific components.

Detail
Value

Includes

Flow Screen Components

Version

v6.29

Install in Sandbox

Install →

Install in Production

Install →


Legacy Packages

For existing customers using one of the older standalone packages. Not available on AppExchange. If you're starting fresh, install Avonni Components (the bundle above) instead.

Package
Namespace
Version
Install

Dynamic Components (standalone)

avdynamic

v1.50

Sandbox / Production

Experience Sites Components (standalone)

avcmpbuilder

Sandbox / Production

Was this helpful?