Skip to content

Releases: filamentphp/filament

v1.9.6

23 Apr 22:42
5375e27
Compare
Choose a tag to compare

Fixed filter bug when multiple column searches are applied. #382
Added option to render the checkbox and toggle under their labels. #383
Fixed create record rogue translation string. #388
Added missing Spanish translations. #389

v1.9.5

23 Apr 21:23
Compare
Choose a tag to compare

Added Toggle form component. #361
Added RTL support for the appropriate locales. #367

v1.9.4

19 Apr 09:27
Compare
Choose a tag to compare

Fixed time picker issues with exceeding input limit. #347
Refactored component hooks for better reuse. #349
Added missing German translations. #354
Fixed issue with creating second record. #356
Tweaked text input prefix wrapping UI. #372

v1.9.3

12 Apr 22:05
6860800
Compare
Choose a tag to compare

Added Swedish translations. #343
Fixed behaviour when time inputs exceed their range. #344

v1.9.0

11 Apr 22:56
Compare
Choose a tag to compare

Added the ability to prepend and push record actions to a table. #298
Added card form component column span classes. #299
Allowed customisation of the logout redirect route. #300
Fixed issue with single quotes in select display values. #305
Added Persian translations. #310
Allowed editing to be completely disabled in relation managers. #318
Upgraded blade-ui-kit/blade-heroicons to v1. #338
Fixed edit record authorization issue. #339
Fixed styling for empty select options. #340
Fixed broken dependable fields from caching. #341

v1.8.3

25 Mar 19:38
Compare
Choose a tag to compare

Fixed sortable table columns broken since refactor. #294

v1.8.1

25 Mar 08:52
5543ec4
Compare
Choose a tag to compare

Fixed Str class not found on relation manager. #291

v1.8.0

25 Mar 00:23
893603b
Compare
Choose a tag to compare

Added default table sorting. #231
Added column searchable and sortable parameter overrides. #234
Added reordering capabilities to tables. #252
Added filament:upgrade command. #274
Refactored page interactions. #281
Added relation manager hooks. #286

v1.7.5

22 Mar 19:50
c783eb5
Compare
Choose a tag to compare

Removed route call from service provider to fix caching issues. #272

v1.7.4

22 Mar 00:10
b4a85d4
Compare
Choose a tag to compare

Fixed BelongsToSelect fields preloading options by default. #268