|
1 | 1 | # Laravel DataTables Buttons Plugin CHANGELOG. |
2 | 2 |
|
3 | | -## v9.1.3 - 2022-11-15 |
| 3 | +## v10.0.0 - 2023-02-07 |
4 | 4 |
|
5 | | -- Fixes some issues and confusion of datatable generator command #165 |
6 | | - |
7 | | -## v9.1.2 - 2022-10-29 |
8 | | - |
9 | | -- fix: Change for correct $action and $actionMethod #162 |
10 | | -- chore: update stubs #161 |
11 | | - |
12 | | -## v9.1.1 - 2022-10-06 |
13 | | - |
14 | | -- fix(phpstan) Downgrade to 2.1.12 #158 |
15 | | -- fix: Allow null on view #152 |
16 | | - |
17 | | -## v9.1.0 - 2022-10-05 |
18 | | - |
19 | | -- Correcting with parameter typehints #155 |
20 | | -- Add contributing.md #156 |
21 | | -- Fix #154 |
22 | | - |
23 | | -## v9.0.10 - 2022-06-25 |
24 | | - |
25 | | -- Fix scopes for Eloquent Relation - Exception: "TypeError" #150 |
26 | | - |
27 | | -## v9.0.9 - 2022-06-21 |
28 | | - |
29 | | -- Fix datatables.stub #149 |
30 | | -- Add type hint and return type on stubs. |
31 | | - |
32 | | -## v9.0.8 - 2022-05-19 |
33 | | - |
34 | | -- Improve exporting of array & other data type values |
35 | | - |
36 | | -## v9.0.7 - 2022-05-19 |
37 | | - |
38 | | -- Remove try catch, fix stan |
39 | | - |
40 | | -## v9.0.6 - 2022-05-19 |
41 | | - |
42 | | -- Fix exporting of boolean values |
43 | | - |
44 | | -## v9.0.5 - 2022-05-19 |
45 | | - |
46 | | -- Fix exporting data via relationship |
47 | | - |
48 | | -## v9.0.4 - 2022-05-13 |
49 | | - |
50 | | -- Fix nullable builder and request |
51 | | - |
52 | | -## v9.0.3 - 2022-05-12 |
53 | | - |
54 | | -- Fix $htmlBuilder must not be accessed before initialization |
55 | | - |
56 | | -## v9.0.2 - 2022-05-12 |
57 | | - |
58 | | -- Fix csv export extension |
59 | | - |
60 | | -## v9.0.1 - 2022-05-10 |
61 | | - |
62 | | -- Quick fix for orthogonal column data |
63 | | -- Introduce in https://github.com/yajra/laravel-datatables-html/commit/c6cc9a707a5a3095bca47adef2bae0614406a254 |
64 | | -- Add test for before & response callback for https://github.com/yajra/laravel-datatables/issues/2777 |
65 | | - |
66 | | -## v9.0.0 - 2022-05-07 |
67 | | - |
68 | | -- Added Laravel 9 specific support |
69 | | -- Bump major version to match with the framework |
70 | | -- Move `maatwebsite/excel` to suggest. #139 |
71 | | -- Add phpstan static analysis |
72 | | -- Add tests |
| 5 | +- Add Laravel 10 compatibility #169 |
0 commit comments