Skip to content

Releases: Laravel-Backpack/CRUD

4.1.30 🌈

17 Dec 12:28
62856b1
Compare
Choose a tag to compare

Changes

  • Hotfix - Delete button didn't work inside the Show operation after the refactor - #3404

4.1.29 🌈

16 Dec 19:15
2298dd0
Compare
Choose a tag to compare

Changes

4.1.28 🌈

08 Dec 20:35
011e818
Compare
Choose a tag to compare

Changes

  • Fix for when checklist value is empty (#3377 - thanks to @tabacitu)
  • Fix for elements on long dropdowns being cut off (#3357 - thanks to @promatik)
  • Adopt The Whole Fruit Manifesto (#3340 - thanks to @tabacitu)
  • Fix for translatable icon inside a multi input fields (#3327 - thanks to @promatik)
  • [bug fix] allow models with arrayed names to be translated. (#3276 - thanks to @pxpm)
  • [4.1] Fix order by applied when in mongo db (#3259 - thanks to @pxpm)
  • Remove some old CSS and fix selector (#3352 - thanks to @martijnb92)
  • Migrated deprecated PHP Unit schema (#3356 - thanks to @promatik)
  • Removed duplicate semicolon and added required space (#3355 - thanks to @senthur1994)
  • Make compatible with UUIDs (#3351 - thanks to @Thiritin)
  • Fixed typos in license file (#3349 - thanks to @thomaswardiii)
  • get un-casted value for casted attributes in radio (#3317 - thanks to @pxpm)
  • Resize DataTable on sidebar toggle (#3343 - thanks to @martijnb92)
  • Removed useless @else and code isn't aligned properly in show.blade.php file (#3335 - thanks to @senthur1994)
  • Use Composer Suggestions - add main addons and tools as suggestions in composer.json (#3307 - thanks to @tabacitu)
  • [MINOR] Add cachebusting to all backpack's assets (#3197 - thanks to @mahasadhu)
  • Bump laravel-mix from 5.0.7 to 5.0.9 (#3360 - thanks to @dependabot-preview)
  • Bump easymde from 2.12.1 to 2.13.0 (#3361 - thanks to @dependabot-preview)
  • Bump sass from 1.28.0 to 1.29.0 (#3363 - thanks to @dependabot-preview)
  • Bump tinymce from 5.5.1 to 5.6.1 (#3364 - thanks to @dependabot-preview)

4.1.27 🌈

09 Nov 19:41
bd1bab5
Compare
Choose a tag to compare

Changes

  • Do not reinitialize the instance again (#3273 - thanks to @pxpm)
  • Fixed crud\inc\form_save_buttons.blade.php file code alignment issue (#3305 - thanks to @senthur1994)
  • date field initializations should not rely on wrapper class (#3309 - thanks to @DoDSoftware)
  • [4.1.x][Bug fix] Update date range filter (#2253 - thanks to @pxpm)
  • clear ajax select options when clearing the value (#3301 - thanks to @pxpm)
  • Added missing translatable icon to repeatable field (#3277 - thanks to @promatik)
  • tinymce stores full image path instead of server relative path (#3281 - thanks to @pxpm)
  • ran npm audit fix to bump resolve-url-loader version (#3285 - thanks to @tabacitu)

⚙️ Changes

4.1.26 🌈

27 Oct 18:57
ae68ca2
Compare
Choose a tag to compare

Changes

  • support new version of ocramius/package-versions (#3282 - thanks to @tabacitu)
  • fix typo change to Laravel 7+ (#3280 - thanks to @mahasadhu)
  • Do not register reset password routes if users do not have email (#3257 - thanks to @danilopolani)
  • Default user model is now the one in auth (fixes Class 'App\User' not found error when installing on Laravel 8) (#3269 - thanks to @tabacitu)
  • Fix 2677 - to support CloudFlare FlexibleSSL (#3270 - thanks to @tabacitu)
  • Update Access.php (#3240 - thanks to @tristanr-cogapp)
  • fix chart widget not working when debugbar enabled (#3266 - thanks to @tabacitu)
  • bugfix options setting in tinymce field declaration (#3258 - thanks to @mahasadhu)
  • Added checks for data-can-be-visible-in-table (#3253 - thanks to @dnwjn)
  • Remove init buttons (#3246 - thanks to @pxpm)
  • Add a hint for laravel 8 user model class in config (#3241 - thanks to @mahasadhu)
  • Update form_content.blade.php (#3221 - thanks to @vonsogt)
  • Fixed typos in Hungarian translation. (#3213 - thanks to @pappfer)
  • Added Hungarian translation. (#3212 - thanks to @pappfer)

⚙️ Changes

4.1.25 🌈

16 Sep 12:40
23fb1ed
Compare
Choose a tag to compare

Changes

4.1.24 🌈

15 Sep 14:52
Compare
Choose a tag to compare

Changes

  • Updated unit tests for columns priority

4.1.23 🌈

15 Sep 14:35
b22d326
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes