Skip to content

5.4.0 🔥

Choose a tag to compare

@release-drafter release-drafter released this 17 Oct 10:39
· 2096 commits to refs/heads/main since this release
ebbe9a1

Major New Features

  • PHP Enums support (#4678 - thanks to @pxpm)
  • Morphto v2 - with ajax support (#4579 - thanks to @pxpm)
  • support for millions (and billions) of records:
    • optimizations for query count (#4699 - thanks to @pxpm)
    • Fix database count, option to disable counting (#4502 - thanks to @pxpm)
    • add total query property to CrudPanel object (#4697 - thanks to @tabacitu)
    • Cache DB schema info to avoid huge DB table info calls (#4649 - thanks to @pxpm)

Minor Features

  • Add Thai Translations (#4706 - thanks to @ton212)
  • Infer attribute from entity string (#4621 - thanks to @pxpm)
  • Validates user connection on backpack install (#4670 - thanks to @promatik)
  • Render errors from "any" error bag that is sent on the CrudRequest (#4687 - thanks to @pxpm)
  • Add List order support for translatable models (#4645 - thanks to @pxpm)

Bug Fixes

  • Avoid bulk checkbox to pollute the first column in exported files (#4701 - thanks to @promatik)
  • check if pro is enable before using table field (#4713 - thanks to @pxpm)
  • Add a schema check before attempting to get the columns (#4712 - thanks to @pxpm)
  • add sql checks to avoid breaking nosql databases (#4700 - thanks to @pxpm)
  • remove model schema store (#4705 - thanks to @pxpm)