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