Skip to content

Releases: Laravel-Backpack/CRUD

6.7.30 🌈

19 Aug 10:29
d036a3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.7.29...6.7.30

6.7.29 🌈

16 Aug 09:20
cf5cb9d
Compare
Choose a tag to compare

What's Changed

  • Bump emibcn/badge-action from 1 to 2 by @dependabot in #5592
  • clear code, allow force export overriding by @pxpm in #5311
  • Update form_fields_script.blade.php by @zachweix in #5612
  • Do not error on arrayed field names by @pxpm in #5614
  • add css hooks to buttons, wrap button text in a span by @pxpm in #5343

Full Changelog: 6.7.28...6.7.29

6.7.28 🌈

14 Aug 15:11
abf351e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.7.27...6.7.28

6.7.27 🌈

14 Aug 10:42
3394165
Compare
Choose a tag to compare

What's Changed

  • do not add order by primary key if there are group by in the query by @pxpm in #5608

Full Changelog: 6.7.26...6.7.27

6.7.26 🌈

07 Aug 13:50
39f5133
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.7.25...6.7.26

6.7.25 🌈

06 Aug 08:03
89f4c31
Compare
Choose a tag to compare

Changes

  • Add tests to Search trait (#5596 - thanks to @pxpm)
  • Remove DB dependency from column tests (#5594 - thanks to @pxpm)
  • Adds missing tests to fields trait (#5593 - thanks to @pxpm)

Full Changelog: 6.7.24...6.7.25

6.7.24 🌈

01 Aug 13:33
3c867c2
Compare
Choose a tag to compare

What's Changed

  • show selected files in upload multiple field by @pxpm in #5576
  • Add tests to fake fields when they belong to a relationship by @pxpm in #5583
  • Improve identifiable attribute by @pxpm in #5584
  • Adds a bunch of tests + optimizes the testsuite runtime by @pxpm in #5586
  • Add query tests by @pxpm in #5587
  • Use CRUD request instead of global request instance by @pxpm in #5588
  • Fix validation $attributes getting values from wrong variable by @pxpm in #5589

Full Changelog: 6.7.23...6.7.24

6.7.23 🌈

29 Jul 09:58
10635f4
Compare
Choose a tag to compare

What's Changed

  • hide search input if table is not searchable by @pxpm in #5578
  • move the attribute processing to save() by @pxpm in #5581
  • Improve custom route insert command by @pxpm in #5565

Full Changelog: 6.7.22...6.7.23

6.7.22 🌈

25 Jul 16:25
476dc34
Compare
Choose a tag to compare

What's Changed

  • Add comments to reorder function by @pxpm in #5574
  • Streamline the eager load of relationships in crud objects by @pxpm in #5563
  • Add a few more tests, and a bug fix in CrudButton remove() method by @pxpm in #5577

Full Changelog: 6.7.21...6.7.22

6.7.21 🌈

23 Jul 16:27
908ce84
Compare
Choose a tag to compare

What's Changed

  • Fix ReorderOperation - replace upsert with 4 update queries by @pxpm in #5572

Full Changelog: 6.7.20...6.7.21