Skip to content

v2.5.0

Compare
Choose a tag to compare
@rappasoft rappasoft released this 03 May 18:44
· 1270 commits to master since this release
04e0177

Added

  • Ability to pass mount parameters to configurable areas

Changed

  • Move configure call to boot() instead of booted().
  • Mount methods now available in configure() method.
  • Non-field columns with a searchable callback are now included in the search query.
  • Fixed debug query output duplicating select statements.
  • Fixed header issue on column hide - #754

Removed

  • Calls to set builder and columns in render as it doesn't seem to make a difference since it's also called in booted().