Skip to content

Releases: yajra/laravel-datatables-editor

v11.0.2

20 Sep 02:56
Compare
Choose a tag to compare
  • fix: missing restore concern #89

v11.0.1

12 Sep 04:45
Compare
Choose a tag to compare
  • fix: display of multiple errors when doing batch action #88

v11.0.0

16 Mar 04:28
Compare
Choose a tag to compare
  • 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

21 Feb 06:58
Compare
Choose a tag to compare
  • fix: update stub with event hook example

v1.25.3

20 Feb 16:20
Compare
Choose a tag to compare
  • fix: cmd model namespace #75

v1.25.2

20 Feb 15:12
Compare
Choose a tag to compare
  • fix: default user namespace
  • fix: editor stub return type

v1.25.1

05 Mar 03:32
Compare
Choose a tag to compare

v1.25.0

08 Nov 02:59
Compare
Choose a tag to compare

Add methods for custom handling of uploaded files.

protected function getUploadDirectory()
protected function getDisk()
protected function storeUploadedFile($field, UploadedFile $uploadedFile)

v1.23.0

28 Apr 04:04
37db99b
Compare
Choose a tag to compare

Add customActions property. #58

  • Add customActions property to simplify editor's extended functionality.
  • Fix HTTP code (422) when an error occurs.

v1.22.0

03 Nov 01:48
Compare
Choose a tag to compare