Releases: filamentphp/filament
Releases · filamentphp/filament
v1.9.5
Added Toggle form component. #361
Added RTL support for the appropriate locales. #367
v1.9.4
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
Added Swedish translations. #343
Fixed behaviour when time inputs exceed their range. #344
v1.9.0
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
Fixed sortable table columns broken since refactor. #294
v1.8.1
Fixed Str
class not found on relation manager. #291
v1.8.0
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
Removed route call from service provider to fix caching issues. #272
v1.7.4
Fixed BelongsToSelect fields preloading options by default. #268
v1.7.3
Added collapsible form sections. #215
Fixed dependent fields for relation manager creation forms. #250
Fixed markdown editor field alignment issues. #263
Added Ctrl + S and Cmd + S save keyboard shortcuts to forms. #264
Made other small UI fixes to markdown editor field. #267