Releases: yajra/laravel-datatables-editor
Releases · yajra/laravel-datatables-editor
v11.0.2
- fix: missing restore concern #89
v11.0.1
- fix: display of multiple errors when doing batch action #88
v11.0.0
- Laravel 11 support
- CRUD Event hooks methods are now added by default.
- Added pint for code style
- Added phpstan
- Added rector
- Code updated with PHP8.2 syntax. Type hints might cause a breaking change
v1.25.4
- fix: update stub with event hook example
v1.25.3
- fix: cmd model namespace #75
v1.25.2
- fix: default user namespace
- fix: editor stub return type
v1.25.0
Add methods for custom handling of uploaded files.
protected function getUploadDirectory()
protected function getDisk()
protected function storeUploadedFile($field, UploadedFile $uploadedFile)
v1.23.0
Add customActions property. #58
- Add customActions property to simplify editor's extended functionality.
- Fix HTTP code (422) when an error occurs.