Skip to content

Commit f7d06c5

Browse files
committed
Update leandrocfe-filament-v4-beta-feature-overview.md
1 parent d6a2ce5 commit f7d06c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/articles/leandrocfe-filament-v4-beta-feature-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are many new features and improvements in Filament v4 Beta, but here are s
2828
- [**Tailwind CSS v4**](#tailwind-css-v4): The framework now uses Tailwind CSS v4, which brings a reworked configuration system, improved customization, and faster builds.
2929
- [**Built-in multi-factor authentication (MFA)**](#multi-factor-authentication): Filament v4 includes built-in support for multi-factor authentication, enhancing security beyond standard email/password login.
3030
- [**Nested resources**](#nested-resources): Resources can now be deeply nested within each other, allowing their breadcrumb and URL structure to reflect their hierarchy.
31-
- **New form fields**: Filament v4 introduces new form fields like the [TipTap rich editor](#new-rich-editor), [slider](#slider), [code editor](#code-editor), and [table repeater](#table-repeater).
31+
- **New form fields**: Filament v4 introduces new form fields like the [TipTap rich editor](#new-rich-editor), [slider](#slider), [code editor](#code-editor), and [table repeater](#table-repeater). The rich editor specifically has seen many new features, including support for [custom blocks](#custom-blocks), [merge tags](#merge-tags), and dynamically generated temporary private image URLs.
3232
- **Tools to reduce network requests**: New methods like [`hiddenJs()`](#hiddenjs-and-visiblejs) and [`afterStateUpdatedJs()`](#afterstateupdatedjs) allow you to minimize network requests by using JavaScript to control field visibility and state updates. [Partial rendering](#partial-rendering) allows you to re-render only specific components on a page to reduce the server rendering time of requests.
3333
- [**Tables with custom data**](#tables-with-custom-data): Tables can now be backed by custom data sources, allowing you to render external or computed data without relying on Eloquent models.
3434
- [**Improved bulk action system**](#bulk-actions): Authorize individual records in bulk actions, use notifications to inform users of bulk action results with success and failure counts grouped by failure reason, and benefit from improved performance through chunked processing of selected records.

0 commit comments

Comments
 (0)