Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 1.72 KB

Changelog

All notable changes to laravel-livewire-tables will be documented in this file

0.1.6 - 2020-06-15

Changed

  • Add second parameter to view method for the name of the model variable available in the view.

0.1.5 - 2020-05-26

Changed

  • Use constructor instead of mount so that the child classes have access to a mount method that they can accept parameters in.

0.1.4 - 2020-05-24

Changed

  • Changed $models to $builder
  • Changed callback parameters for sorting to $builder, $direction. (Removed sortField because we know what it is, until someone gives me an example of why it would be beneficial to keep it).

0.1.3 - 2020-05-12

Changed

  • Ability to turn off per page option while keeping pagination on
  • Fix the search feature if pagination is on, and you're not searching from the first page using Livewire's native resetPage() method.

0.1.2 - 2020-04-28

Changed

  • Fixed pagination text when there are zero results

0.1.1 - 2020-04-04

Changed

  • Name of table blade view to avoid issues with other like named packages

0.1.0 - 2020-04-03

  • Initial release