Skip to content

Releases: Laravel-Backpack/CRUD

5.3.13 🌈

30 Sep 05:29
114b7d5

Choose a tag to compare

What's Changed

  • Progress block fixes for multiline text by @promatik in #4656
  • remove path separator from begin of string by @pxpm in #4643
  • Add methods into view namespaces to avoid BC by @pxpm in #4664
  • Add config for backpack_email_column by @jorgetwgroup in #4662
  • Fix to allow export of input/select by @promatik in #4659
  • Add method to get widget attributes by @pxpm in #4661
  • add missing translation to upload_multiple by @pxpm in #4681
  • Fix Reorder When Page is RTL by @EGYWEB-Mohamed in #4672
  • GitHub Workflows security hardening by @sashashura in #4677

New Contributors

Full Changelog: 5.3.12...5.3.13

5.3.12

07 Sep 10:04
883ff76

Choose a tag to compare

What's Changed

  • Work around for specific PRO versions by @pxpm in #4651

Full Changelog: 5.3.11...5.3.12

5.3.11

05 Sep 17:01
f418447

Choose a tag to compare

What's Changed

  • Fix typehint for query property in CrudPanel/Traits/Query.php by @jnoordsij in #4641
  • Added askHint helper on PrettyCommandOutput by @promatik in #4646

Full Changelog: 5.3.10...5.3.11

5.3.10 🌈

05 Sep 16:51
8388261

Choose a tag to compare

Changes

  • Added askHint helper on PrettyCommandOutput (#4646 - thanks to @promatik)
  • Fix typehint for query property in CrudPanel/Traits/Query.php (#4641 - thanks to @jnoordsij)
  • remove duplicate spinner (#4637 - thanks to @pxpm)
  • updated case from "Crud" to "CRUD" in CrudButton.php and CrudFilter.php (#4635 - thanks to @TbishopP)

5.3.9 🌈

01 Sep 09:54
8e8075b

Choose a tag to compare

What's Changed

Full Changelog: 5.3.8...5.3.9

5.3.8 🌈

01 Sep 07:09
48b971b

Choose a tag to compare

Changes

  • make fields wrapper optional (#4625 - thanks to @pxpm)
  • Make routes and sidebar links blue (#4631 - thanks to @promatik)

Full Changelog: 5.3.7...5.3.8

5.3.7

31 Aug 14:49
b1a35e8

Choose a tag to compare

What's Changed

This is a re-do of 3.5.6 (hotfix for #4629)

  • Extend config to support custom Vite styles and scripts by @Kovah in #4522
  • Fix select2 input focus & select2 multiple input remove by @jorgetwgroup in #4615
  • Add style focus to select2 by @jorgetwgroup in #4616
  • Update Backpack to work with Octane. by @pxpm in #4542
  • make select2 halo similar to other fields by @pxpm in #4624
  • remove extra parenthesis from checklist dependency by @pxpm in #4627
  • ran npm update by @tabacitu in #4628

New Contributors

Full Changelog: 5.3.6...5.3.7

5.3.6 🌈

31 Aug 13:15
d388329

Choose a tag to compare

Changes

  • ran npm update (#4628 - thanks to @tabacitu)
  • remove extra parenthesis from checklist dependency (#4627 - thanks to @pxpm)
  • make select2 halo similar to other fields (#4624 - thanks to @pxpm)
  • Update Backpack to work with Octane. (#4542 - thanks to @pxpm)
  • Add style focus to select2 (#4616 - thanks to @jorgetwgroup)
  • Fix select2 input focus & select2 multiple input remove (#4615 - thanks to @jorgetwgroup)
  • Extend config to support custom Vite styles and scripts (#4522 - thanks to @Kovah)
  • Fix select2 first focus (#4614 - thanks to @jorgetwgroup)
  • Avatar without email (#4599 - thanks to @jorgetwgroup)

5.3.5 🌈

23 Aug 13:51
0f1f05f

Choose a tag to compare

Changes

  • fix str_repeat error (#4613 - thanks to @tabacitu)
  • call request parameters directly from InputBag (#4602 - thanks to @pxpm)
  • Update infoPostFix in italian language (#4611 - thanks to @pxpm)
  • [bug] Scoped HasMany relations - incorrect delete entries (#4554 - thanks to @pxpm)
  • mention Newsletter and Premium addons in Getting Started widget (#4609 - thanks to @tabacitu)

5.3.4 🌈

15 Aug 10:21
ca7f97e

Choose a tag to compare

Bug Fixes

  • CrudFields - Subfields callbacks on the fly (#4598 - thanks to @promatik)
  • Fixed a typo and added the type of $query (#4596 - thanks to @ajaxray)
  • clear selections not found in filtered results (#4556 - thanks to @pxpm)
  • fix datatable persistency when manually filtering (#4558 - thanks to @pxpm)
  • Fix column key definition (#4548 - thanks to @pxpm)
  • fix shift select bulk actions (#4557 - thanks to @pxpm)
  • Fix reorder operation - after dropping the item, all items expand (#4547 - thanks to @promatik)
  • Replace HTML comments with Blade comments (#4594 - thanks to @promatik)
  • Improve PHPDoc of CheckIfAdmin middleware (#4592 - thanks to @phpfour)
  • Update PHPDoc of addFilter and addFilterToCollection (#4574 - thanks to @Diegslapasteque)

Features