# Laravel DataTables 

## CHANGELOG

### [Unreleased]

### [v11.1.5](https://github.com/yajra/laravel-datatables/compare/v11.1.4...v11.1.5) - 2024-09-26

- Add skip total records back #3170
- Alternative to #3169. 
- Partially reverts #3157.

### [v11.1.4](https://github.com/yajra/laravel-datatables/compare/v11.1.3...v11.1.4) - 2024-08-17

- fix: Ensure dates are not turned into arrays by the processor #3163
- fix: ##3156

### [v11.1.3](https://github.com/yajra/laravel-datatables/compare/v11.1.2...v11.1.3) - 2024-07-15

- fix: make query for filteredRecords when totalRecords was manually set #3157

### [v11.1.2](https://github.com/yajra/laravel-datatables/compare/v11.1.1...v11.1.2) - 2024-07-03

- fix: ErrorException when direction is null #3154

### [v11.1.1](https://github.com/yajra/laravel-datatables/compare/v11.1.0...v11.1.1) - 2024-04-16

- fix: mariadb support for scout search #3146

### [v11.1.0](https://github.com/yajra/laravel-datatables/compare/v11.0.0...v11.1.0) - 2024-04-16

- feat: Optimize simple queries #3135
- fix: #3133

### [v11.0.0](https://github.com/yajra/laravel-datatables/compare/v11.0.0...master) - 2024-03-14

- Laravel 11 support


[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v11.0.0...master

