|
8 | 8 |
|
9 | 9 | ## CHANGELOG
|
10 | 10 |
|
11 |
| -### v9.3.4 - 2022-10-06 |
| 11 | +### v10.0.0 - 2023-02-07 |
12 | 12 |
|
13 |
| -- fix(editor): Fix typehint to match value helper #172 |
14 |
| - |
15 |
| -### v9.3.3 - 2022-10-05 |
16 |
| - |
17 |
| -- Fix ajax form search with textarea #171 |
18 |
| - |
19 |
| -### v9.3.2 - 2022-07-04 |
20 |
| - |
21 |
| -- Fix collection key - value |
22 |
| - |
23 |
| -### v9.3.1 - 2022-07-04 |
24 |
| - |
25 |
| -- Fix magic property type |
26 |
| - |
27 |
| -### v9.3.0 - 2022-07-01 |
28 |
| - |
29 |
| -- Add nullDefault() method #166 |
30 |
| - |
31 |
| -### v9.2.6 - 2022-06-30 |
32 |
| - |
33 |
| -- Allow array on default() method #165 |
34 |
| - |
35 |
| -### v9.2.5 - 2022-06-02 |
36 |
| - |
37 |
| -- Added: Builder addButton method |
38 |
| -- Changed: Builder buttons method will reset existing buttons |
39 |
| - |
40 |
| -### v9.2.4 - 2022-05-21 |
41 |
| - |
42 |
| -- Use $this in Editor events magic method #164 |
43 |
| - |
44 |
| -### v9.2.3 - 2022-05-21 |
45 |
| - |
46 |
| -- Add option to override results wrap key |
47 |
| - |
48 |
| -### v9.2.2 - 2022-05-20 |
49 |
| - |
50 |
| -- Fix select2 paginated results and ajax setter |
51 |
| - |
52 |
| -### v9.2.1 - 2022-05-19 |
53 |
| - |
54 |
| -- Fix select2 placeholder default id value |
55 |
| -- Add select2 tests |
56 |
| -- Fix select2 placeholder compatibility |
57 |
| - |
58 |
| -### v9.2.0 - 2022-05-19 |
59 |
| - |
60 |
| -- Add postAjaxWithForm |
61 |
| -- Fix multiple form values for select and checkbox #163 |
62 |
| - |
63 |
| -### v9.1.2 - 2022-05-14 |
64 |
| - |
65 |
| -- Fix Undefined property: Yajra\DataTables\Html\Builder::$instance |
66 |
| - |
67 |
| -### v9.1.1 - 2022-05-14 |
68 |
| - |
69 |
| -- Fix Undefined array key "{plugin_name}" |
70 |
| -- More tests |
71 |
| - |
72 |
| -### v9.1.0 - 2022-05-14 |
73 |
| - |
74 |
| -- A lot of tests and fixes |
75 |
| -- Fix #https://github.com/yajra/laravel-datatables-html/issues/162 |
76 |
| -- Added Column authorization |
77 |
| - |
78 |
| -### v9.0.3 - 2022-05-13 |
79 |
| - |
80 |
| -- Fix attr setter |
81 |
| - |
82 |
| -### v9.0.2 - 2022-05-13 |
83 |
| - |
84 |
| -- Fix opts and attr setter |
85 |
| - |
86 |
| -### v9.0.1 - 2022-05-08 |
87 |
| - |
88 |
| -- Allow array for orthogonal column data |
89 |
| -- REF: https://github.com/yajra/laravel-datatables/pull/2380 |
90 |
| - |
91 |
| -### v9.0.0 - 2022-05-08 |
92 |
| - |
93 |
| -- Add Laravel 9 support |
94 |
| -- Remove Laravel 8 and below support |
95 |
| -- Add phpstan static analysis |
96 |
| -- Improve tests |
| 13 | +- Add Laravel 10 specific support |
0 commit comments