|
1 |
| -## Laravel DataTables Html Plugin. |
| 1 | +# Laravel DataTables Html Plugin. |
2 | 2 |
|
3 | 3 | [](https://packagist.org/packages/yajra/laravel-datatables-html)
|
4 | 4 | [](https://packagist.org/packages/yajra/laravel-datatables-html)
|
|
8 | 8 |
|
9 | 9 | ## CHANGELOG
|
10 | 10 |
|
| 11 | +### v3.5.2 - 01-11-2018 |
| 12 | + |
| 13 | +- Moving callback condition to config [#54], credits to @lk77. |
| 14 | + |
11 | 15 | ### v3.5.1 - 12-27-2017
|
| 16 | + |
12 | 17 | - Allow jQuery functions callback. [#52], credits to @OzanKurt.
|
13 | 18 |
|
14 | 19 | ### v3.5.0 - 12-24-2017
|
| 20 | + |
15 | 21 | - Improve handling of function callbacks and better editor support. [#49]
|
16 | 22 |
|
17 | 23 | ### v3.4.0 - 12-18-2017
|
| 24 | + |
18 | 25 | - Implement buttons support for editor. [#47]
|
19 | 26 |
|
20 | 27 | ### v3.3.0 - 12-15-2017
|
| 28 | + |
21 | 29 | - Add postAjax() to Html Builder [#45], credits to @ElfSundae.
|
22 | 30 | - Fix https://github.com/yajra/laravel-datatables-html/pull/13#issuecomment-337947000.
|
23 | 31 |
|
24 | 32 | ### v3.2.1 - 10-18-2017
|
| 33 | + |
25 | 34 | - Fix HtmlServiceProvider. [#38], credits to @ElfSundae.
|
26 | 35 | - Fix changelog PR links. [#39]
|
27 | 36 |
|
28 | 37 | ### v3.2.0 - 10-13-2017
|
| 38 | + |
29 | 39 | - Review tableAttributes getter and setter [#31]
|
30 | 40 | - Fix CS. [#36]
|
31 | 41 | - Add setTableId() to Html Builder [#35].
|
32 | 42 | - Add addTableClass, removeTableClass to Html Builder [#37]
|
33 | 43 | - All changes credits to @ElfSundae.
|
34 | 44 |
|
35 | 45 | ### v3.1.0 - 09-14-2017
|
| 46 | + |
36 | 47 | - Added generateJson to Html/Builder [#29], credits to @lk77.
|
37 | 48 |
|
38 | 49 | ### v3.0.3 - 09-12-2017
|
| 50 | + |
39 | 51 | - Fix column attributes removed when generate script. [#28], credits to @as247.
|
40 | 52 | - Fix https://github.com/yajra/laravel-datatables/issues/1380.
|
41 | 53 |
|
42 | 54 | ### v3.0.2 - 09-09-2017
|
| 55 | + |
43 | 56 | - Fix Request class doc blocks.
|
44 | 57 | - Fix typo Datatables to DataTables.
|
45 | 58 |
|
46 | 59 | ### v3.0.1 - 09-09-2017
|
| 60 | + |
47 | 61 | - Add fnServerParams to validCallbacks [#26]. Credits to @cracki.
|
48 | 62 |
|
49 | 63 | ### v3.0.0 - 08-31-2017
|
| 64 | + |
50 | 65 | - v3.0 stable release.
|
51 | 66 |
|
52 | 67 | ### v2.0.6 - 07-29-2017
|
| 68 | + |
53 | 69 | - Adding type GET to minifiedAjax in Html/Builder [#21], credits to @lk77.
|
54 | 70 |
|
55 | 71 | ### v2.0.5 - 06-29-2017
|
| 72 | + |
56 | 73 | - Fix fetching of default table id from config. [#19]
|
57 | 74 |
|
58 | 75 | ### v2.0.4 - 06-29-2017
|
| 76 | + |
59 | 77 | - Fix missing semi-colon.
|
60 | 78 |
|
61 | 79 | ### v2.0.3 - 06-29-2017
|
| 80 | + |
62 | 81 | - Script cleanup [#18]
|
63 | 82 | - Clean up extra space and floating ; on generated ajax data script.
|
64 | 83 | - Do not include attributes on generated column scripts.
|
65 | 84 |
|
66 | 85 | ### v2.0.2 - 06-29-2017
|
| 86 | + |
67 | 87 | - Fix parsing of column functions. [#17]
|
68 | 88 |
|
69 | 89 | ### v2.0.1 - 06-29-2017
|
| 90 | + |
70 | 91 | - Fix parsing of ajax data where function is rendered as string. [#16]
|
71 | 92 |
|
72 | 93 | ### v2.0.0 - 06-28-2017
|
| 94 | + |
73 | 95 | - Add support for Laravel 5.5
|
74 | 96 | - Removed unused classes on constructor.
|
75 | 97 | - UrlGenerator
|
|
81 | 103 | - Add macroable trait for builder extension via macro calls.
|
82 | 104 |
|
83 | 105 | ### v1.4.1 - 06-26-2017
|
| 106 | + |
84 | 107 | - Set default ajax url to empty string.
|
85 | 108 |
|
86 | 109 | ### v1.4.0 - 06-26-2017
|
| 110 | + |
87 | 111 | - Add minifiedAjax method to minify url generated when using get request. [#13]
|
88 | 112 | - Fixes `php artisan serve` and IE issues on long URL.
|
89 | 113 | - Related Issues:
|
|
94 | 118 | etc...
|
95 | 119 |
|
96 | 120 | ### v1.3.0 - 06-24-2017
|
| 121 | + |
97 | 122 | - Adding addBefore and addColumnBefore in Builder.
|
98 | 123 | - PR [#12], credits to @lk77.
|
99 | 124 |
|
100 | 125 | ### v1.2.0 - 03-28-2017
|
| 126 | + |
101 | 127 | - Add method to remove column by names. [#9]
|
102 | 128 |
|
103 | 129 | ### v1.1.1 - 03-28-2017
|
| 130 | + |
104 | 131 | - Fix columns setter. [#8]
|
105 | 132 |
|
106 | 133 | ### v1.1.0 - 02-03-2017
|
| 134 | + |
107 | 135 | - Configurable header attributes. [#4]
|
108 | 136 | - Credits to @alfa6661.
|
109 | 137 |
|
110 | 138 | ### v1.0.0 - 01-27-2017
|
| 139 | + |
111 | 140 | - First release.
|
112 | 141 |
|
113 | 142 | [#4]: https://github.com/yajra/laravel-datatables-html/pull/4
|
|
132 | 161 | [#47]: https://github.com/yajra/laravel-datatables-html/pull/47
|
133 | 162 | [#49]: https://github.com/yajra/laravel-datatables-html/pull/49
|
134 | 163 | [#52]: https://github.com/yajra/laravel-datatables-html/pull/52
|
| 164 | +[#54]: https://github.com/yajra/laravel-datatables-html/pull/54 |
135 | 165 |
|
136 | 166 | [#3]: https://github.com/yajra/laravel-datatables-html/issues/3
|
0 commit comments