2.2 KiB
2.2 KiB
Laravel DataTables Html Plugin.
CHANGELOG
v10.8.1 - 2023-08-16
- Revert "fix: Mixed Content problem with updating minifiedAjax method and get current url based on http or https scheme" #202
- Reverts #186
- fix: #201
v10.8.0 - 2023-07-31
- fix: Mixed Content problem with updating minifiedAjax method and get current url based on http or https scheme #186
- fix: #194
- feat: add exportRender method #195
v10.7.0 - 2023-06-08
- feat: new method for enum options #196
v10.6.0 - 2023-03-31
- feat: thead class builder #191
- fix: #169
- fix: yajra/laravel-datatables#2706
v10.5.2 - 2023-03-31
- fix: backward compatibility with FormOptions class #190
v10.5.1 - 2023-03-28
- fix: scripts attributes not working #189
v10.5.0 - 2023-03-02
- feat: hide/show fields based on editor action #188
- hiddenOnCreate
- hiddenOnEdit
- hiddenOn
v10.4.0 - 2023-03-02
- feat: add datetime field options #187
- wireFormat
- keyInput
- displayFormat
v10.3.1 - 2023-02-20
- fix: too long file name check for column render #185
v10.3.0 - 2023-02-20
- feat: add builder ability to use viteJs by default #184
v10.2.0 - 2023-02-20
- feat: allow callable exportFormat parameter #167
v10.1.0 - 2023-02-07
- Drop Collective\Html dependency #183
- Copy Collective HtmlBuilder class and implemented php-stan
v10.0.0 - 2023-02-07
- Add Laravel 10 specific support