You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable this feature, add the `grid` tool to your rich Eeitor `toolbarButtons()`:
59
59
@@ -73,7 +73,7 @@ The rich editor now supports **text color selection**. You can pick from the def
73
73
74
74
When picking from a palette, light/dark mode accessibility is handled automatically for the user.
75
75
76
-

76
+

77
77
78
78
To enable this feature, add the `textColor` tool to your rich editor `toolbarButtons()`:
79
79
@@ -106,7 +106,7 @@ RichEditor::make('content')
106
106
107
107
The **table repeater** introduced in v4 makes it possible to render each form field in its own table cell, with each repeater item being a row. In v4.1, some fields (like `Select` and `TextInput`) can now have a **compact design**, making them look seamless within cells.
To enable this, just set the `compact()` method on the repeater:
112
112
@@ -129,7 +129,7 @@ Repeater::make('members')
129
129
130
130
Like the table repeater, but for **infolist entries**. Each entry is rendered in a cell, allowing you to output static tables inside schemas with **text, icons, images, and more**.
A brand-new schema component for inserting **empty states anywhere** in your app. Each empty state can include a heading, description, icon, and footer actions. Use this to guide users to take action when there's nothing to show.
161
161
162
-

162
+

163
163
164
164
To insert this component into your schema, use the `EmptyState` class:
165
165
@@ -187,11 +187,11 @@ The plugin ecosystem keeps growing. There are now **190 v4 plugins** available o
187
187
188
188
Huge thanks to every community plugin author for building new plugins and upgrading existing ones. Your work makes Filament more powerful for everyone.
189
189
190
-
Here are a few of our recenty added favourites:
190
+
Here are a few of our recently-added favourites:
191
191
192
-
-[Plugin Name #1](#)
193
-
-[Plugin Name #2](#)
194
-
-[Plugin Name #3](#)
192
+
-[**Passkeys** by Marcel Weidum](https://filamentphp.com/plugins/marcelweidum-passkeys)
193
+
-[**Cypher Theme** by Filafly](https://filamentphp.com/plugins/filafly-cypher-theme)
194
+
-[**Header Select** by Solution Forest](https://filamentphp.com/plugins/solution-forest-header-select)
0 commit comments