# Laravel DataTables Html Plugin.

## CHANGELOG

### UNRELEASED

### v11.7.0 (2024-11-29)

- feat: clone the "working" Fluent class from laravel #230
- Fixes #229 
- Closes yajra/laravel-datatables#3201
- Fix: #231

### v11.6.2 (2024-11-18)

- fix: checking of closure instance missing import #228
- fix: yajra/laravel-datatables#3197 
- fix: #227

### v11.6.1 (2024-11-18)

- Fix Marcoable trait usage together with Fluent helper #227
- fix: yajra/laravel-datatables#3190
- 
### v11.6.0 (2024-08-31)

- feat: add macro in editor builder #225

### v11.5.1 (2024-08-31)

- fix: unauthorized columns being displayed by builder #223
- fix: #222

### v11.5.0 (2024-08-31)

- feat: enable macro on Button builder #224

### v11.4.0 (2024-05-31)

- feat: add className method to Editor Field #220

### v11.3.0 (2024-05-18)

- feat: Allow passing view and livewire components to layout builder #219

### v11.2.1 (2024-04-29)

- fix: multiple config option of select2 #218

### v11.2.0 (2024-04-24)

- feat: load layout from view using selector #217

### v11.1.0 (2024-04-24)

- feat: layout builder #216
- https://datatables.net/reference/option/layout

### v11.0.0 (2024-03-14)

- Add support for Laravel 11.x
- Fix editor scope compatibility with Fluent class scope
- Rename Editor `scope` method to `formScope`
