# v 2.10

### :package: **Package Upgrade**

<https://login.salesforce.com/packaging/installPackage.apexp?p0=04tPf000000Vy7xIAC>

### :calendar\_spiral: **Release Date**

2025\. 06. 27.

### :ledger: **Summary**

#### :gear: Features

#### :small\_orange\_diamond: Child List Linking

A new child list linking feature has been added, allowing you to view related child records within a single list screen. If the object assigned to a list configurator has child objects that are related through a **master-detail** or **lookup** relationship, you can link the list configurator that is based on the child object as a child list.

<figure><img src="https://3800415611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNuSjRiJMvVhtdzNDzWBi%2Fuploads%2Fgit-blob-60b343f5c146f69f8e89acc9fae9fcc3742bf286%2Fchildlist-4.png?alt=media" alt=""><figcaption><p>Child List</p></figcaption></figure>

[Read more >](https://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/child-setup)

***

#### :small\_orange\_diamond: Adding Small Builder Line Item Actions

You can now add the **action button for SmallBuilder Line Items** in the list. This feature can be used only in the **Related List of the parent object**.

<figure><img src="https://3800415611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNuSjRiJMvVhtdzNDzWBi%2Fuploads%2Fgit-blob-e9b41c74b56b5ad19fa2c3a7f5b728d400d7d4a0%2FAction_LineItem_Result2%20(1).gif?alt=media" alt=""><figcaption></figcaption></figure>

[Read more >](https://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/action-setup/add-line-item-action)

***

#### :small\_orange\_diamond: Pinned Columns

You can use the pinned columns feature to efficiently view a large amount of horizontal data in a list. Even when scrolling, the specified columns remain fixed on the screen, allowing you to easily compare other column values without losing sight of important reference information, such as customer names or unique IDs.

[Read more >](https://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/datatable-setup/add-and-edit-columns/pinned-columns)

#### :wrench: Improvements

#### :small\_orange\_diamond: Increase Excel Data Limit

* Previously, you could export up to 50,000 records, but in this version, you can export up to 200,000 records.
* The UI/UX has been updated so that you can check the progress of the export process and exclude unnecessary columns.

<figure><img src="https://3800415611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNuSjRiJMvVhtdzNDzWBi%2Fuploads%2Fgit-blob-6487b539e5c5340f53b1a77ff49f81b5795aa2c7%2FExport_Preview.gif?alt=media" alt=""><figcaption></figcaption></figure>

[Read more >](https://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/default-setup/allow-export)

***

#### :small\_orange\_diamond: Default Filter Values

Previously, you could set default filter values by passing parameters in the list URL, but this approach had limitations with certain filters. In this version, we provide the ability to pass filter values more flexibly and extensively through the Aura Component.

<pre class="language-html"><code class="lang-html">&#x3C;aura:component>    
    &#x3C;aura:handler name="init" value="{!this}" action="{!c.doInit}" />
    &#x3C;SBLS:ListConfigurator 
        configurationId="{builder record ID}"
        parentFieldApiName="OpportunityId"
        recordId="{!v.recordId}"
<strong>        filters="{!v.filters}" />
</strong>&#x3C;/aura:component>
</code></pre>

[Read more >](https://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/list-deployment-and-management/creating-a-list-configurator-manually)

***

#### :small\_orange\_diamond: Migration Sorting

In the data export of the Migration tab, you can click a table header to sort the list by that column.

<figure><img src="https://3800415611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNuSjRiJMvVhtdzNDzWBi%2Fuploads%2Fgit-blob-fa3d915b0bd64aa783eaaa549ed022793de09c2f%2Fmigration-sort.png?alt=media" alt="" width="563"><figcaption><p>정렬</p></figcaption></figure>

***

#### :small\_orange\_diamond: Settings Panel UI Update

The components of the settings panel have been organized to make them visually clearer.

<figure><img src="https://3800415611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNuSjRiJMvVhtdzNDzWBi%2Fuploads%2Fgit-blob-a2f9a3e562956c91d3e383ff446cf9218bdfdaf9%2Fpanel-redesign.png?alt=media" alt=""><figcaption><p>Setup Panel UI</p></figcaption></figure>
