Releases: MedicOneSystems/livewire-datatables
Releases · MedicOneSystems/livewire-datatables
v0.10.3
What's Changed
- Fix error related to search with expressions on Laravel 10 by @juanmoscoso-ch in #606
New Contributors
- @juanmoscoso-ch made their first contribution in #606
Full Changelog: v0.10.2...v0.10.3
v0.10.2
Laravel 10 Compatibility
What's Changed
- Add an event listener for toggleGroup by @joseph-d in #535
- Added a Datetime Column by @dnl4 in #543
- L10 compatibility by @johnnuman in #564
New Contributors
- @joseph-d made their first contribution in #535
- @dnl4 made their first contribution in #543
- @johnnuman made their first contribution in #564
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Add column argument to 'fieldEdited' event. by @sha-hin in #479
- add single quotes around id in call to delete function by @josefbehr in #486
- Adds hideable functionality to column select by @rickdubiel in #508
- Bugfix for relations in resolveColumnName method by @renardudezert in #509
- fix customWithAggregate and hasAggregate macros by @HobieCat in #510
- Added defaultFilters to Livewire Datatables by @Cosnavel in #527
- Bugfix checkboxes behavior when search or filters are active by @renardudezert in #522
- add SQLite dialect to resolveAdditionalSelects by @HobieCat in #519
- fix addGlobalSearch method by @HobieCat in #511
New Contributors
- @sha-hin made their first contribution in #479
- @josefbehr made their first contribution in #486
- @rickdubiel made their first contribution in #508
- @HobieCat made their first contribution in #510
- @Cosnavel made their first contribution in #527
Full Changelog: v0.9.5...v0.10.0
v0.9.5
What's Changed
- Column: introduce ability to pass custom data when using view() by @thyseus in #455
- Add support to set default date filter start and end to support other Date/DateTime types. by @shaneburrell in #450
- Update README.md by @AmilkarDominguez in #466
- php 8 is required by @amrography in #465
- fix: tablePrefix problem by @bleuren in #473
New Contributors
- @AmilkarDominguez made their first contribution in #466
- @amrography made their first contribution in #465
- @bleuren made their first contribution in #473
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- Column::callback(): Argument #2 ($callback) must be of type Closure, string given by @code23-barna in #430
- improve the way to-be-exported columns are discovered by @thyseus in #439
- Fix typos in README.md by @jevinsonlim in #437
- Bugfix toggleSelectAll() with groupBy() in query builder by @renardudezert in #436
- The backtick on the sort string for sqlserv breaks query. by @shaneburrell in #435
New Contributors
- @jevinsonlim made their first contribution in #437
- @shaneburrell made their first contribution in #435
Full Changelog: v0.9.3...v0.9.4
v0.9.3
v0.9.2
What's Changed
- Change to allow use of checkbox without 'CanPinRecords' by @levi730 in #427
- Fix issue: Column::callback(): Argument #1 ($columns) must be of type… by @code23-barna in #428
New Contributors
- @code23-barna made their first contribution in #428
Full Changelog: v0.9.1...v0.9.2
v0.9.1
v0.9.0
What's Changed
- sortable overhaul: rename 'unsortable' to 'sortable' which is more intuitive by @thyseus in #420
- introduce the ability to pass a custom name for a callback column by @thyseus in #419
- introduce wrap() and nowrap() in Column by @thyseus in #421
- rename livewire:datatable to make:livewire-datatable by @thyseus in #396
- Move highlight call before export callback calls. by @chrisjimallen in #353
- Add format method to Number Column. by @mrsid18 in #343
- add alias to make:livewire-datatable command by @thyseus in #422
- append truncate after whitespace-nowrap by @thyseus in #423
- introduce headerAlign...() and contentAlign...() by @thyseus in #424
- Add buttonsSlot and other minor fixes by @trippo in #413
New Contributors
- @chrisjimallen made their first contribution in #353
- @mrsid18 made their first contribution in #343
- @trippo made their first contribution in #413
Full Changelog: v0.8.0...v0.9.0