Filament v4.13.2: Bug Fixes &amp; Translation Updates | Mohamed Said        [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com) [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles  ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

       [  ](https://github.com/EG-Mohamed)       

 [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

  [ home ](https://msaied.com)    [ articles ](https://msaied.com/articles)    Filament v4.13.2 Released: Bug Fixes, UI Improvements, and Translation Updates        On this page       1. [  Filament v4.13.2 Is Out — Here's What Changed ](#filament-v4132-is-out-heres-what-changed)
2. [  Bug Fixes ](#bug-fixes)
3. [  Component Refactor: CheckboxList Search ](#component-refactor-checkboxlist-search)
4. [  Translation Updates ](#translation-updates)
5. [  Documentation ](#documentation)
6. [  Dependency Bumps ](#dependency-bumps)
7. [  Key Takeaways ](#key-takeaways)

  ![Filament v4.13.2 Released: Bug Fixes, UI Improvements, and Translation Updates](https://cdn.msaied.com/678/0161a9aecf799debf12c83fe262aa17a.png)

 [  Filament ](https://msaied.com/articles?category=filament)  #filament   #laravel   #php   #bug-fix   #release   #multi-tenancy  

 Filament v4.13.2 Released: Bug Fixes, UI Improvements, and Translation Updates 
================================================================================

     15 Sep 2026      3 min read    ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said  

       Table of contents

1. [  01   Filament v4.13.2 Is Out — Here's What Changed  ](#filament-v4132-is-out-heres-what-changed)
2. [  02   Bug Fixes  ](#bug-fixes)
3. [  03   Component Refactor: CheckboxList Search  ](#component-refactor-checkboxlist-search)
4. [  04   Translation Updates  ](#translation-updates)
5. [  05   Documentation  ](#documentation)
6. [  06   Dependency Bumps  ](#dependency-bumps)
7. [  07   Key Takeaways  ](#key-takeaways)

 Filament v4.13.2 Is Out — Here's What Changed
---------------------------------------------

Released on 15 September 2026 by [@danharrin](https://github.com/danharrin), Filament v4.13.2 is a focused patch release that addresses a handful of UI bugs, improves multi-tenancy behaviour, refines component internals, and broadens community translation coverage.

### Bug Fixes

#### Tables

Two table-related fixes land in this release:

- **Mobile-stacked tables now preserve desktop spacing.** Previously, switching to the stacked mobile layout could inadvertently drop spacing that was intentional on larger screens. PR [\#20490](https://github.com/filamentphp/filament/pull/20490) restores that behaviour.
- **Session persistence is disabled for tables inside a `TableSelect`.** Persisting table state inside a `TableSelect` caused unexpected filter and pagination bleed between uses. PR [\#20486](https://github.com/filamentphp/filament/pull/20486) disables that persistence so each `TableSelect` starts clean.

#### Rich Editor

- The rich editor content area is now **fully clickable**. Clicking anywhere in the editor region — not just on existing text — correctly focuses the editor and positions the cursor. (PR [\#20483](https://github.com/filamentphp/filament/pull/20483))
- **Preloaded rich editor mentions are now filtered client-side.** When mentions are preloaded, the filtering logic now runs in the browser rather than triggering unnecessary server round-trips. (PR [\#20501](https://github.com/filamentphp/filament/pull/20501))

#### Repeatable Entries

Repeatable entry items are now **rebuilt after in-place collection mutations**. If the underlying collection was mutated directly (rather than replaced), the rendered items could fall out of sync. PR [\#20500](https://github.com/filamentphp/filament/pull/20500) ensures the view always reflects the current state.

#### Multi-Tenancy

Tenant association is now **skipped for `HasOneThrough` ownership relationships**. Attempting to associate a tenant through a `HasOneThrough` relation would throw an error because that relation type does not support `associate()`. PR [\#20506](https://github.com/filamentphp/filament/pull/20506) adds a guard so those relationships are handled gracefully.

#### Panel Routing

The panel root-route check now **strips the URL scheme before comparing**. This prevented a subtle bug where `http://` and `https://` variants of the same URL were treated as different routes. (PR [\#20488](https://github.com/filamentphp/filament/pull/20488))

#### Page Header

The page header content area no longer gets squeezed when many actions are present. A layout fix in PR [\#20491](https://github.com/filamentphp/filament/pull/20491) ensures the title and description retain their space regardless of how many header actions are registered.

### Component Refactor: CheckboxList Search

Search configuration is now **defined directly on `CheckboxList`** rather than being inherited indirectly. This is an internal refactor (PR [\#20481](https://github.com/filamentphp/filament/pull/20481)) that makes the component easier to reason about and extend.

### Translation Updates

This release includes community-contributed translation improvements across four locales:

| Locale | Change | |---|---| | German (`de`) | Fixed `is_filled` summary string in the Query Builder | | Czech (`cs`) | General translation corrections | | Brazilian Portuguese (`pt_BR`) | Added missing strings for select actions | | Khmer (`km`) | Updated translations |

### Documentation

- App authentication **cache requirements** are now documented.
- The **shared Blueprint workflow** and an **Astra comparison** are now covered in the docs.

### Dependency Bumps

- `@tiptap/core` bumped from 3.30.4 → 3.30.5
- `sharp` bumped from 0.35.0 → 0.35.4 (docs-assets screenshots tooling)

### Key Takeaways

- Fix mobile-stacked table spacing regression.
- Disable session persistence inside `TableSelect` to prevent state bleed.
- Rich editor is now fully clickable and filters mentions client-side.
- Repeatable entries rebuild correctly after in-place collection mutations.
- `HasOneThrough` tenant ownership no longer throws on association.
- Panel root-route check is now scheme-agnostic.
- Four locale translation packs updated.

---

Source: [Filament v4.13.2 on GitHub](https://github.com/filamentphp/filament/releases/tag/v4.13.2)

 Found this useful?

          [  ](https://twitter.com/intent/tweet?url=https%3A%2F%2Fmsaied.com%2Farticles%2Ffilament-v4132-released-bug-fixes-ui-improvements-and-translation-updates&text=Filament+v4.13.2+Released%3A+Bug+Fixes%2C+UI+Improvements%2C+and+Translation+Updates) [  ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fmsaied.com%2Farticles%2Ffilament-v4132-released-bug-fixes-ui-improvements-and-translation-updates) 

 Frequently Asked Questions 
----------------------------

  3 questions  

     Q01  Why is session persistence disabled for tables inside a TableSelect in v4.13.2?        Persisting table state (filters, pagination, etc.) inside a TableSelect caused state to bleed between separate uses of the component. Disabling persistence ensures each TableSelect instance starts with a clean state. 

      Q02  What was the HasOneThrough tenancy bug fixed in v4.13.2?        Filament was attempting to call associate() on a HasOneThrough relationship when associating a tenant, which is not supported by that relation type. The fix adds a guard that skips tenant association for HasOneThrough relationships. 

      Q03  How does the repeatable entry fix in v4.13.2 affect my forms?        If you mutate a repeatable entry's underlying collection in place (rather than replacing it entirely), the rendered items will now correctly rebuild to reflect the updated collection state. 

  Continue reading

 More Articles 
---------------

 [ View all    ](https://msaied.com/articles) 

 [ ![Inertia DevTools Now Available for Firefox](https://cdn.msaied.com/674/445325ab535802b1b68d3adc3ada5cd0.png) Inertia.js DevTools Firefox 

### Inertia DevTools Now Available for Firefox

Inertia DevTools has landed on Firefox with full feature parity to the Chrome extension. Firefox users can now...

  ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said 

 17 Sep 2026     3 min read  

  Read    

 ](https://msaied.com/articles/inertia-devtools-now-available-for-firefox) [ ![Laravel Scalpel: Filesystem Intrusion Evidence Scanner for Laravel Apps](https://cdn.msaied.com/675/406b0f123858892b97052502c0020eac.png) security laravel php 

### Laravel Scalpel: Filesystem Intrusion Evidence Scanner for Laravel Apps

Laravel Scalpel is a post-compromise scanner that checks your deployed application's filesystem for rogue PHP...

  ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said 

 17 Sep 2026     4 min read  

  Read    

 ](https://msaied.com/articles/laravel-scalpel-filesystem-intrusion-evidence-scanner-for-laravel-apps) [ ![Mercure Broadcasting in Laravel 13.32](https://cdn.msaied.com/672/f3bf9ae116410789061208a12ebf2682.png) Laravel Broadcasting Mercure 

### Mercure Broadcasting in Laravel 13.32

Laravel 13.32 ships a native Mercure broadcast driver using SSE, new copyToDisk() and moveToDisk() filesystem...

  ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said 

 16 Sep 2026     3 min read  

  Read    

 ](https://msaied.com/articles/mercure-broadcasting-in-laravel-1332) 

   [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com)Senior Backend Engineer specializing in Laravel, scalable SaaS platforms, APIs, and cloud infrastructure. I build secure, high-performance web applications that help businesses grow.

Explore

- [Home](https://msaied.com)
- [Projects](https://msaied.com/projects)
- [Articles](https://msaied.com/articles)
- [Certificates](https://msaied.com/certificates)
- [Contact](https://msaied.com#contact-section)

Connect

- [   hello@msaied.com ](mailto:hello@msaied.com)
- [   +20 109 461 9204 ](tel:+201094619204)

© 2026 Mohamed Said. All rights reserved.

 [  ](https://github.com/EG-Mohamed) [  ](https://www.linkedin.com/in/msaiedm/) [  ](https://wa.me/201094619204) [  ](mailto:hello@msaied.com) [  ](https://drive.google.com/file/u/0/d/1MF20IPRJyzfy32mhEutjL5EpSls0w2Q8/view)
