File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
55### v3.0-dev - UNRELEASED
66- Drop support for ` laravel-datatables:7.* ` .
7- - Exclusive support fo ` laravel-datatables:8.* ` .
7+ - Exclusive support for ` laravel-datatables:8.* ` .
88- Change namespace from ` Yajra\Datatables ` to ` Yajra\DataTables ` .
9- - Force implementation/upgrade of ` dataTable() ` method.
109- Use ` snappy ` as default pdf generator.
1110- Remove constructor dependencies. Create DataTable instance directly from ` dataTable() ` method.
1211- Method injections are now supported on the following methods:
1312``` php
1413public function ajax(), dataTable(), query()
1514public function csv(), excel(), pdf(), printPreview()
1615```
17- - DataTableService contract removed for flexibility,
16+ - ` DataTableService ` contract removed.
17+ - ` DataTableScopeContract ` contract renamed to ` DataTableScope ` .
18+ - ` DataTableButtonsContract ` contract renamed to ` DataTableButtons ` .
1819
1920### v2.0.2 - 06-30-2017
2021- Fix min php requirements.
You can’t perform that action at this time.
0 commit comments