Skip to content

Version 4.4.0

Compare
Choose a tag to compare
@janhartigan janhartigan released this 30 Jul 00:33
· 498 commits to master since this release

4.4.0

  • You can now provide custom actions to a "global_actions" option in model configs. These actions are passed the current filtered query object and can be used to perform table-wide actions.
  • There is now a query_filter option for model configs that lets you filter a model's results query before it's constructed
  • Relationship columns now respect WHERE filters in your Eloquent model
  • New translations (ru)
  • Bugfix: Enum fields were having issues on settings pages
  • Bugfix: Submenu titles weren't properly translating in the presence of multiple locales
  • Bugfix: BelongsToMany filters now work with table prefixes
  • Bugfix: Non-string name_fields and search_fields no longer break select2