Releases: filamentphp/filament
Releases · filamentphp/filament
v1.7.2
Cleaned up key-value field translations. #255
Added auto-bullet support for markdown editor field. #256
v1.7.1
Added image attachments to markdown editor field. #254
v1.7.0
Added markdown editor field. #251
v1.6.5
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
v1.6.4
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
v1.6.0
Fixed Livewire component registration for plugins. #191
Encapsulated methods in forms and tables packages. #193
Fixed clear issue with multiple relation selects. #197
Fixed issue with multiple file uploads on one page. #200
Added support for table record action icons. #203
Fixed issue with selective deletion not working. 209
Added table record action titles. #210
Fixed Livewire DOM-diffing issue with tables. #212
Added php-cs-fixer
workflow. #214
v1.5.5
Added plugin service provider registration hooks. #182
Added custom form component and column construction commands. #183
Added Arabic translations. #184
Added EditRecord
fill hooks. #187
Fixed #189.
v1.5.4
Added Catalan translations. #169
Added preload()
option for BelongsToSelect
fields. #173
Added support for middleware customization. #180
Allowed relation manager table customizations without overriding main table method. #181
v1.5.3
Fixed Alpine issue with reinitialising components abnormally. #179
v1.5.2
Added Georgian translations. #170
Fixed issue with adding additional table record actions from resource. #175
Fixed undefined url()
method with view columns. #177
Added $view
to resource page stub. #178