Skip to content

Releases: Laravel-Backpack/CRUD

5.1.2 🌈

22 Jun 06:55
a15f93a

Choose a tag to compare

Changes

  • Fix validation when no FormRequest provided (#4459 - thanks to @pxpm)

Full Changelog: 5.1.1...5.1.2

5.1.1 🌈

17 Jun 08:25
71a5dca

Choose a tag to compare

Changes

  • Allow translation of InlineCreate "processing save button" (#4448 - thanks to @pxpm)

5.1.0 🎉

10 Jun 07:44
9e1de79

Choose a tag to compare

Notes

The biggest change here BY FAR is the fact that we added what we call... our CrudField JS API. What do we mean by that? Well... it's an JavaScript library that makes it dead-simple to manipulate fields, on the front-end. This makes front-end interactions super-easy to do, by standardizing how you select and manipulate the fields (ALL fields!). For more information, take a look at its docs. It's something that took us 2 months to build, it's super-flexible and... we think you'll love it.

Changes

  • Add JS library for interacting with fields inside a CRUD form (#4312 - thanks to @tabacitu)
  • CrudField JS API - rename js events (#4439 - thanks to @pxpm)
  • CrudField JS API - don't use global * search operation, restrict the searching (#4435 - thanks to @pxpm)
  • CrudField JS API - only register input event in input type text and textarea (#4433 - thanks to @pxpm)
  • CrudField JS API - add support for js api in checklist field (#4432 - thanks to @pxpm)
  • CrudField JS API - return value from jquery input (#4434 - thanks to @pxpm)
  • CrudField JS API - Trigger change also for subfields (#4431 - thanks to @pxpm)
  • CrudField JS API - add triggerChange method (#4427 - thanks to @tabacitu)
  • CrudField JS API - fix the wrapper selector, small fixes in subfield selectors (#4428 - thanks to @pxpm)
  • CrudField JS API - Added value arg to hide, disable, unrequire and uncheck (#4425 - thanks to @promatik)
  • CrudField JS API - Add support for the repeatable field (#4411 - thanks to @pxpm)
  • CrudField JS API - Change CrudField.input signature from jQuery to DOM element (#4424 - thanks to @tabacitu)
  • CrudField JS API - Changed closure args (#4400 - thanks to @promatik)
  • Update base.php Italian translation file (#4409 - thanks to @realtebo)
  • Update crud.php italian translation file (#4410 - thanks to @realtebo)
  • Add Missing sentences in Arabic for bulk actions (#4407 - thanks to @EGYWEB-Mohamed)
  • CrudField JS API - Add subfield support to js library (#4403 - thanks to @pxpm)

⚙️ Dependency bumps

5.0.20 🌈

31 May 11:58
a6b1839

Choose a tag to compare

Changes

  • fix infering the connecting key on HasMany relations (#4402 - thanks to @pxpm)
  • fix (update): dynamically get pivot accessor when saving n-n relations (#4401 - thanks to @singeryo)
  • Update Ar crud.php local (#4404 - thanks to @EGYWEB-Mohamed)

New Contributors

  • @EGYWEB-Mohamed made their first contribution in #4404
  • @singeryo made their first contribution in #4401

Full Changelog: 5.0.19...5.0.20

5.0.19

26 May 12:04
a71715d

Choose a tag to compare

What's Changed

  • Check for class instead of value by @pxpm in #4390
  • Make uploadMultipleFilesToDisk() work with model events by @pxpm in #4261
  • Add missing french translations by @KevinCassier in #4392
  • set locale on entry on operations that need them by @pxpm in #4399

New Contributors

Full Changelog: 5.0.18...5.0.19

5.0.18 🌈

16 May 17:10
06ea421

Choose a tag to compare

Changes

  • Fix #4352 - ListOperation modal no longer showing when ellipsis is clicked (#4377 - thanks to @promatik)

5.0.17 🌈

12 May 11:09
bd76d19

Choose a tag to compare

Changes

  • hotfix: arrayed parent names can't be used (#4370 - thanks to @pxpm)

5.0.16 🌈

11 May 08:39
ae6e01c

Choose a tag to compare

What's Changed

  • Always apply field validation, on top of array & formRequest validation by @pxpm in #4220
  • Run npm update by @tabacitu in #4353

Full Changelog: 5.0.15...5.0.16

5.0.15 🌈

02 May 16:15
ec24c10

Choose a tag to compare

Changes

  • field entity should be false if not otherwise specified (#4338 - thanks to @pxpm)
  • Fix for translatable models to use the crud query too (#4313 - thanks to @pxpm)
  • Fix date_range not being saved when subfield (and any other field with array names) (#4321 - thanks to @pxpm)
  • Use Js::from() to create proper JavaScript var (#4282 - thanks to @olipayne)
  • add configurable search operator for ListOperation (#4314 - thanks to @pxpm)
  • Bump sass from 1.49.10 to 1.51.0 (#4347 - thanks to @dependabot)
  • Bump moment from 2.29.2 to 2.29.3 (#4348 - thanks to @dependabot)
  • Bump async from 2.6.3 to 2.6.4 (#4343 - thanks to @dependabot)

5.0.14 🌈

13 Apr 17:59
1e355c4

Choose a tag to compare

Changes