Skip to content

Releases: Laravel-Backpack/CRUD

4.1.5 🌈

16 May 03:48
e2c166b

Choose a tag to compare

Changes

  • [4.1][READY] Fix for mutated attributes @pxpm (#2815)
  • [4.1][Tests] Add tests to get attribute in select columns. @pxpm (#2827)
  • [4.1.x] do not add route or sidebar content if it already exists @tabacitu (#2830)
  • [4.1] Fixed include_all_form_fields option for relationship fields @zunderbolt (#2792)
  • [4.1] Fix FetchOperation with custom query @dave-mills (#2818)
  • Translated relationship and relationship fetch default placeholder @promatik (#2825)
  • fixed widgets are not shown with after_content @onkbear (#2819)
  • Fixed details row icon @promatik (#2821)
  • Fixed placeholder on relationship fetch field @promatik (#2824)

4.1.4 🌈

13 May 10:27
4303aa0

Choose a tag to compare

Changes

4.1.3 🌈

12 May 05:22
02988a0

Choose a tag to compare

Changes

4.1.2 🌈

08 May 14:58
7084182

Choose a tag to compare

Changes

  • Relationship column was using an old method name #2789

4.1.1 🌈

08 May 08:35
91a8093

Choose a tag to compare

Changes

  • Merged 4.1 branch into master - it is now the official current version @tabacitu (#2508)
  • [4.1.x] address_algolia field inside repeatable @tabacitu (#2748)
  • summernote field tooltips were not showing properly so we disable them by default;

4.1.0 🥳👏

06 May 17:14

Choose a tag to compare

This upgrade is the product of >6 months of work, for the 2 maintainers (@tabacitu and @pxpm), with the help of 40+ collaborators. Thank you so much for helping us make Backpack better - it really really shows, and we really really appreciate it. Big BIG thanks to everyone involved - especially @pxpm of course who was the hero of this release. 👏🙏

In 4.1, almost everything got to be polished, improved and fixed. There is very little that we did not improve in this update, and we've achieved that with minimal breaking changes. The complex features that we've added...they've been a pain to build, and they'll be a pain to maintain, but they're things we've all been dreaming about, for years. The new features bring our admin panels to a whole other level, and make it easy as pie to build even the most complex things using Backpack. It's never been this easy to build admin panels in PHP, from the simple to the super-complex. And honestly... I don't know any tools that are this good in other programming languages either. There are still a lot of ways we can improve, and we will, of course. But I've never been prouder with Backpack, and with how I personally build admin panels - hopefully you'll feel the same.

Please see the release notes and the upgrade guide. This short list does not do our work justice 😀 Each item below represents 10+, 100+ or even 500+ hours of work. And we're releasing it as a free upgrade, for everyone who has a Backpack 4.0 license.

Added

  • new operation - InlineCreate
  • new operation - Fetch
  • new field - repeatable
  • new field - relationship
  • new column - relationship
  • new column - relationship_count
  • new widget - chart
  • new optional API - fluent syntax for Fields, Column, Filters, Buttons, Widgets
  • inside list operation
    • hide/show the searchbar with a config
    • hide/show a Reset button that clears filtering pagination everything
  • customizable SaveActions (buttons at the end of Create/Update forms)

Changed

  • fields wrapperAttributes is now wrapper
  • line-awesome uses la la-home syntax instead of fa fa-home

Removed

  • support for Laravel 5.8;
  • support for PHP lower than 7.2.5;
  • laravel/helpers dependency;
  • barryvdh/laravel-elfinder dependency;
  • venturecraft/revisionable dependency;
  • intervention/image dependency;
  • App\Models\BackpackUser;
  • RevisionsOperation - it's now an add-on;
  • elFinder functionality - it's now an add-on;

4.0.61 🌈

06 May 15:48
1977e0c

Choose a tag to compare

Changes

⚙️ Changes

4.0.60 🌈

21 Apr 07:54
3c6116b

Choose a tag to compare

Changes

4.0.58 🌈

31 Mar 12:50
0343268

Choose a tag to compare

Changes

4.0.57 🌈

23 Mar 15:15
fd2fbb2

Choose a tag to compare

Changes