Skip to content

Releases: Laravel-Backpack/CRUD

5.4.9 🌈

30 Nov 15:39
8110e1f

Choose a tag to compare

Changes

  • add backpack:publish-assets command that publishes CSS and JS assets (#4782 - thanks to @tabacitu)
  • Phone field (#4761 - thanks to @jorgetwgroup)
  • switch anchors for buttons (#4794 - thanks to @pxpm)

5.4.8 🌈

28 Nov 16:22
8eee661

Choose a tag to compare

Changes

  • Add password field support for default value (#4783 - thanks to @maurohmartinez)
  • Fix alias name for msslq (#4784 - thanks to @pxpm)
  • Don't exclude raw expression columns (#4788 - thanks to @pxpm)
  • [Bug Fix] Save actions inside dropdown don't trigger HTML5 Validation (#2340 - thanks to @pxpm)
  • make distinction between inline inputs and main form inputs (#4714 - thanks to @pxpm)
  • Replace likely typo getCleanFields() with getCleanStateFields(); fixes #4765 (#4767 - thanks to @dandarie)
  • use reflection to work with php enum classes (#4741 - thanks to @pxpm)
  • [Feature] Logout other devices upon password change (#3645 - thanks to @tabacitu)

⚙️ Changes

5.4.7 🌈

31 Oct 16:18
6e1bb11

Choose a tag to compare

Changes

  • Fix PHPDoc of CrudPannel::set (#4749 - thanks to @villfa)
  • QueryBuilder automatically add table prefix (#4754 - thanks to @pxpm)

5.4.6 🌈

27 Oct 05:50
39876b3

Choose a tag to compare

Changes

  • add null checking for options when it's a string in a morphMap (#4743 - thanks to @pxpm)
  • Add fileName parameter to uploadFileToDisk function (#4742 - thanks to @pxpm)

5.4.5 🌈

25 Oct 06:26
e6ac5c8

Choose a tag to compare

Changes

  • Add @method tags for autocomplete idea helper (#3831 - thanks to @egyjs)
  • dependabot for github action dependencies (#4644 - thanks to @ziming)
  • [Bugfix] Cast value to int for switch field (#4736 - thanks to @susanu)
  • check if property is empty in request (#4729 - thanks to @pxpm)
  • add translation string for new google map field (#4684 - thanks to @pxpm)
  • Bump ckeditor4 from 4.19.1 to 4.20.0 (#4688 - thanks to @dependabot)
  • Bump easymde from 2.17.0 to 2.18.0 (#4690 - thanks to @dependabot)
  • Bump sass from 1.54.8 to 1.55.0 (#4692 - thanks to @dependabot)

5.4.4 🌈

21 Oct 03:39
6dfaaf3

Choose a tag to compare

Changes

  • fix #4732 - Process missing in Install command (#4733 - thanks to @tabacitu)
  • Fix attribute infering (#4728 - thanks to @pxpm)
  • Remove width 100% and add to input (#4724 - thanks to @jorgetwgroup)

5.4.3 🌈

19 Oct 04:06
f1c257e

Choose a tag to compare

Changes

  • [HOT-FIX] use table name when selecting the column (#4721 - thanks to @pxpm)

5.4.2

17 Oct 17:33
da63612

Choose a tag to compare

What's Changed

Full Changelog: 5.4.1...5.4.2

5.4.1

17 Oct 15:48
e5d5cac

Choose a tag to compare

Changes

  • don't select the column, only count the results (#4717 - thanks to @pxpm)

5.4.0 🔥

17 Oct 10:39
ebbe9a1

Choose a tag to compare

Major New Features

  • PHP Enums support (#4678 - thanks to @pxpm)
  • Morphto v2 - with ajax support (#4579 - thanks to @pxpm)
  • support for millions (and billions) of records:
    • optimizations for query count (#4699 - thanks to @pxpm)
    • Fix database count, option to disable counting (#4502 - thanks to @pxpm)
    • add total query property to CrudPanel object (#4697 - thanks to @tabacitu)
    • Cache DB schema info to avoid huge DB table info calls (#4649 - thanks to @pxpm)

Minor Features

  • Add Thai Translations (#4706 - thanks to @ton212)
  • Infer attribute from entity string (#4621 - thanks to @pxpm)
  • Validates user connection on backpack install (#4670 - thanks to @promatik)
  • Render errors from "any" error bag that is sent on the CrudRequest (#4687 - thanks to @pxpm)
  • Add List order support for translatable models (#4645 - thanks to @pxpm)

Bug Fixes

  • Avoid bulk checkbox to pollute the first column in exported files (#4701 - thanks to @promatik)
  • check if pro is enable before using table field (#4713 - thanks to @pxpm)
  • Add a schema check before attempting to get the columns (#4712 - thanks to @pxpm)
  • add sql checks to avoid breaking nosql databases (#4700 - thanks to @pxpm)
  • remove model schema store (#4705 - thanks to @pxpm)