> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/changelog/archives/june-15-2026.md).

# June 15, 2026

## June 15, 2026

***

### New Components

No new components were introduced in this release.

***

### Improvements

#### Data Table

**Instant Pagination for Dynamic Components**

<mark style="background-color:blue;">**`Dynamic Components`**</mark>

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**

<mark style="background-color:blue;">**`Dynamic Components`**</mark>

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**

<mark style="background-color:blue;">**`Dynamic Components`**</mark>

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**

<mark style="background-color:blue;">**`Dynamic Components`**</mark> | <mark style="background-color:violet;">**`Flow Components`**</mark>

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**

<mark style="background-color:blue;">**`Dynamic Components`**</mark> | <mark style="background-color:violet;">**`Flow Components`**</mark>

Added visual feedback when hovering over rating items.

**Chat – Header Toolbar**

<mark style="background-color:blue;">**`Dynamic Components`**</mark> | <mark style="background-color:violet;">**`Flow Components`**</mark>

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**

<mark style="background-color:violet;">**`Flow Components`**</mark>

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**

<mark style="background-color:violet;">**`Flow Components`**</mark>

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

<mark style="background-color:blue;">**`Dynamic Components`**</mark>

* **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

<mark style="background-color:blue;">**`Dynamic Components`**</mark>

* **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.

<mark style="background-color:blue;">**`Dynamic Components`**</mark> | <mark style="background-color:violet;">**`Flow Components`**</mark>

* **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

<mark style="background-color:blue;">**`Dynamic Components`**</mark> | <mark style="background-color:violet;">**`Flow Components`**</mark>

* **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

<mark style="background-color:blue;">**`Dynamic Components`**</mark> | <mark style="background-color:violet;">**`Flow Components`**</mark>

* **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

<mark style="background-color:blue;">**`Dynamic Components`**</mark> | <mark style="background-color:violet;">**`Flow Components`**</mark>

* **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

<mark style="background-color:blue;">**`Dynamic Components`**</mark> | <mark style="background-color:violet;">**`Flow Components`**</mark>

* **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

<mark style="background-color:violet;">**`Flow Components`**</mark>

* **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

{% hint style="danger" %}
**Important**

Because each release can introduce important architectural or behavioral changes, **we strongly recommend first installing it in a sandbox environment to validate** the updates and confirm that all your existing processes still work as expected before deploying to production
{% endhint %}

#### **⭐ Avonni Experience Components (recommended)**

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.

<table><thead><tr><th width="213.56597900390625">Detail</th><th>Value</th></tr></thead><tbody><tr><td><strong>Includes</strong></td><td>Dynamic Components, Experience Sites Components, App Builder Components</td></tr><tr><td><strong>Namespace</strong></td><td><code>avxp</code></td></tr><tr><td><strong>Version</strong></td><td><strong>v1.24</strong></td></tr><tr><td><strong>Install in Sandbox</strong></td><td><a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04tOJ000000EVVNYA4"><strong>Install →</strong></a></td></tr><tr><td><strong>Install in Production</strong></td><td><a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tOJ000000EVVNYA4"><strong>Install →</strong></a></td></tr></tbody></table>

***

#### **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 →**](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tak000000UhFdAAK)  |
| **Install in Production** | [**Install →**](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tak000000UhFdAAK) |

***

#### **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.

<table><thead><tr><th>Package</th><th width="142.77691650390625">Namespace</th><th>Version</th><th>Install</th></tr></thead><tbody><tr><td>Dynamic Components (standalone)</td><td><code>avdynamic</code></td><td><strong>v1.50</strong></td><td><a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04tOJ000000EVTlYAO"><strong>Sandbox</strong></a> / <a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tOJ000000EVTlYAO"><strong>Production</strong></a></td></tr><tr><td>Experience Sites Components (standalone)</td><td><code>avcmpbuilder</code></td><td>—</td><td><a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04tak000000UhFdAAK&#x26;isdtp=p1"><strong>Sandbox</strong></a> / <a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tak000000UhFdAAK&#x26;isdtp=p1"><strong>Production</strong></a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.avonnicomponents.com/changelog/archives/june-15-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
