filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.

MIT License

Stars
13.8K
Committers
979
filament - v1.10.4

Published by danharrin over 3 years ago

Added expanded attribute to card Blade component. #488

filament - v1.10.3

Published by danharrin over 3 years ago

Add basic support for Octane. #482

filament - v1.10.2

Published by danharrin over 3 years ago

Update flysystem to fix security advisory GHSA-9f46-5r25-5wfm. #472

filament - v1.10.0

Published by danharrin over 3 years ago

Added customisation support for changing the first day of the week in the date picker's calendar. #409
Removed Sushi as a dependency. #410
Added placeholder form layout component. #411
Added postfix support to the text input field. #415
Added translations Simplified Chinese. #419
Allowed local overwrites of phpunit.xml. #425
Fixed issue with the file upload and select fields not being reset. #429
Bumped browserslist from 4.16.3 to 4.16.6. #430
Bumped dns-packet from 1.3.1 to 1.3.4. #431
Bumped ws from 7.4.4 to 7.4.6. #436

filament - v1.9.6

Published by danharrin over 3 years ago

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

filament - v1.9.5

Published by danharrin over 3 years ago

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

filament - v1.9.4

Published by danharrin over 3 years ago

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

filament - v1.9.3

Published by danharrin over 3 years ago

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

filament - v1.9.0

Published by danharrin over 3 years ago

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

filament - v1.8.3

Published by danharrin over 3 years ago

Fixed sortable table columns broken since refactor. #294

filament - v1.8.1

Published by danharrin over 3 years ago

Fixed Str class not found on relation manager. #291

filament - v1.8.0

Published by danharrin over 3 years ago

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

filament - v1.7.5

Published by danharrin over 3 years ago

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

filament - v1.7.4

Published by danharrin over 3 years ago

Fixed BelongsToSelect fields preloading options by default. #268

filament - v1.7.3

Published by danharrin over 3 years ago

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

filament - v1.7.2

Published by danharrin over 3 years ago

Cleaned up key-value field translations. #255
Added auto-bullet support for markdown editor field. #256

filament - v1.7.1

Published by danharrin over 3 years ago

Added image attachments to markdown editor field. #254

filament - v1.7.0

Published by danharrin over 3 years ago

Added markdown editor field. #251

filament - v1.6.5

Published by danharrin over 3 years ago

Added resourceUrl() configuration for columns. #221
Added hidden field. #222
Fixed null image columns. #228
Added decimal configuration for currency columns. #238
Fixed formatting. #241
Fixed absolute avatar URLs. #243
Fixed route model binding edge cases. #245
Casted select key to string when retrieving display value. #246
Fixed style service provider registration. #248

filament - v1.6.4

Published by danharrin over 3 years ago

Added Russian translations. #218
Fixed custom middleware config merging. #219
Fixed widget Livewire component auto-registration. #220
Fixed class-based filter names generated by the command. #223
Added support for registering file-based assets. #224