Skip to content

Releases: Laravel-Backpack/CRUD

4.1.66

28 Feb 11:36
75848a4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.65...4.1.66

5.0.8 🌈

21 Feb 19:28
f811634

Choose a tag to compare

What's Changed

  • Delete HasMany subentry when relation column is not nullable by @pxpm in #4205

Full Changelog: 5.0.7...5.0.8

5.0.7 🌈

18 Feb 17:00
bf44be0

Choose a tag to compare

Changes

  • Fixed the Error Frame for the new ignition layout (#4212 - thanks to @promatik)
  • add css that forces width on select2 placeholder (#4201 - thanks to @pxpm)
  • Removed is countable helper (#4189 - thanks to @promatik)
  • Removed last bits of placeholder (#4190 - thanks to @promatik)
  • Fix for address_algolia field not found (#4191 - thanks to @promatik)
  • Bump follow-redirects from 1.14.7 to 1.14.8 (#4198 - thanks to @dependabot)

5.0.6 🌈

12 Feb 12:56
2be4ff8

Choose a tag to compare

What's Changed

  • Fix variable name in first view helper. by @pxpm in #4184
  • In show_fields, use getFirstFieldView() method by @tabacitu in #4186

Full Changelog: 5.0.5...5.0.6

5.0.5 🌈

11 Feb 13:47
c7c7416

Choose a tag to compare

Changes

  • Fix relationship columns - by comparing string classes instead of objects (#4181 - thanks to @pxpm)

5.0.4 🌈

11 Feb 08:11
8ed9515

Choose a tag to compare

What's Changed


Since this required a change in the published JS files, the only way to get this fix is to re-publish the assets:

php artisan vendor:publish --provider="Backpack\CRUD\BackpackServiceProvider" --tag=public --force

Full Changelog: 5.0.3...5.0.4

5.0.3 🌈

10 Feb 09:54
c14eaca

Choose a tag to compare

Changes

  • Add Vietnamese translation (#4173 - thanks to @tabacitu)
  • Add support for single-method Laravel Accessors and Mutators (#4164 - thanks to @pxpm)
  • Use a fresh relation instance to create related items (#4170 - thanks to @pxpm)

Full Changelog: 5.0.2...5.0.3

5.0.2

09 Feb 12:29
a118a41

Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.2

5.0.1 🌈

09 Feb 11:56
9a246a5

Choose a tag to compare

Changes

  • Check for model key before it is called (#4166 - thanks to @olipayne)

5.0.0

08 Feb 07:36
c4eb4ae

Choose a tag to compare

Backpack v5

It's here!! It's finally here!! Backpack v5 is the latest-and-greatest that Backpack has to offer. But it is NOT a huge time-consuming upgrade. Think of it as a "4.2" release, that we've had to name "v5", because we've also changed our business model. We have added new features, major improvements that will allow us to build cool new features, but also kept the upgrading process as easy as possible. Plus...

🎉 🎉 🎉 Backpack v5 is a FREE upgrade, for everybody who's purchased a Backpack v4 license after 9 Feb 2021. 🎉 🎉 🎉

But yes, Backpack v5 is a MAJOR new version, with 8+ months of work put into it, and major improvements under-the-hood. It is the current and recommended version of Backpack and it's got so many cool new things... Please see the release notes in the docs for an easier-to-read breakdown of the changes.

Breaking Changes

#3871, #3874, #3808, #3061, #3859, #3905, #3955, #3986, #3987, #3988, #3459, #3997, #3618, #3132, #4002, #4026

Non-Breaking Changes

#2939, #3226, #3899, #3900, #3836, #3912, #3942, #3936, #3970, #3616, #3993, #3994, #3996, #2652, #4005, #4011, #4013, #3995, #4016, #4009, #4043, #3054, #3331, #4032, #4054, #4057, #4055, #4066, #4062, #4075, #4082, #4078, #4069, #4084, #4094, #4096, #3967, #4102, #4095, #4112, #4087, #4119, #4122, #4127, #4129, #3387, #4150, #3376


To see all PRs that have been merged into this version (and their title) please see this comment.

Full Changelog: 4.1.65...5.0.0