Skip to content

5.1.0 πŸŽ‰

Choose a tag to compare

@release-drafter release-drafter released this 10 Jun 07:44
· 961 commits to refs/heads/v5 since this release
9e1de79

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