Skip to content

Releases: Laravel-Backpack/CRUD

4.1.25 🌈

16 Sep 12:40
23fb1ed

Choose a tag to compare

Changes

4.1.24 🌈

15 Sep 14:52

Choose a tag to compare

Changes

  • Updated unit tests for columns priority

4.1.23 🌈

15 Sep 14:35
b22d326

Choose a tag to compare

Changes

  • fix upload multiple column (#3202 - thanks to @pxpm)
  • fixed href issue for upload_multiple column (#3053 - thanks to @frankkuipers)
  • fix list operation bulk buttons on XS and SM (#3203 - thanks to @tabacitu)
  • fix values function (#3192 - thanks to @mahasadhu)
  • add prefix and suffix for text column which is written in documentation (#3204 - thanks to @kiddtang)

4.1.22 🌈

11 Sep 13:51
2c87086

Choose a tag to compare

Added

Fixed

  • Fix filter fallback doesn't work issue (#3182 - thanks to @hirakujira)
  • [Bug fix] Filters not clearing properly when a select2_ajax filter is used (#3177 - thanks to @tabacitu)
  • [4.x] Fix google field initialization (#3180 - thanks to @pxpm)

Changed

4.1.21

31 Aug 18:03
187bb0c

Choose a tag to compare

Changes

4.1.20 🦟

27 Aug 10:34
132be56

Choose a tag to compare

Changes

4.1.19 🦟⚠️

25 Aug 13:19
a47eeda

Choose a tag to compare

Changes

  • added name to fetch route (#3123 - thanks to @iMokhles)
  • Active class on topbar .app-header not header (#3151 - thanks to @tabacitu)
  • [4.1] Active class for navbar (#3136 - thanks to @martijnb92)
  • [4.1] Fix repeatable initialization (#3148 - thanks to @pxpm)
  • Removes the camelCasing of filter names - (#3069 - thanks to @tabacitu)
  • [4.X] Fix middleware inclusion if you want to override web with your own array. (#3134 - thanks to @pxpm)

Breaking Changes

This release includes #3069 , which is technically a breaking change, but it's actually a revert of a previous breaking change. Check out the TLDR at the end of PR #3069 for more information please.

4.1.18 🦟🆙

20 Aug 19:07
8109ca0

Choose a tag to compare

Changes

  • [4.1] Fix for getting table name with prefix. (#3125 - thanks to @pxpm)
  • Update HasRelationshipFields.php (#3126 - thanks to @mgralikowski)
  • Updated base.php - Fixed spelling mistakes (#3133 - thanks to @Ali-Shaikh)
  • Update js dependencies (#3130 - thanks to @tabacitu)
  • [4.1] fix overwrite of field name in hasone relations (#3116 - thanks to @pxpm)
  • Fix #3112 - bulk clone now uses translation strings for error/success messages (#3114 - thanks to @tabacitu)
  • Updated JS and CSS assets

4.1.17 🦟

11 Aug 17:57
952ba94

Choose a tag to compare

Changes

4.1.16 🦟 🆙

05 Aug 14:01
4c2264f

Choose a tag to compare

Changes

  • [4.X] Fix youtube video api call (#3096 - thanks to @pxpm)
  • Fixed license code validation on 32-bit machines (#3101 - thanks to @rinodrummer)
  • [4.1] Fixing save action order picking (#3104 - thanks to @pxpm)
  • Updated LV language translation (#3077 - thanks to @tomsb)
  • [4.1] Fix inline main modal fields inclusion (#3064 - thanks to @pxpm)
  • Import "Closure" in CrudFilter for a proper auto-complete (#3076 - thanks to @justrau)
  • Remove hide class from image field type (#3070 - thanks to @tabacitu)
  • Allow multiple page_or_link (#3033 - thanks to @cklll)
  • Lighthouse suggestions (#3055 - thanks to @martijnb92)

⚙️ Changes