Skip to content

Releases: MedicOneSystems/livewire-datatables

v0.10.3

30 Oct 15:14
cfb4d80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.2...v0.10.3

v0.10.2

26 Oct 07:16
f8ba58f
Compare
Choose a tag to compare

What's Changed

  • Laravel 10 compatability by @schmeits in #568
  • Fix missing grammar parameter in getValue() for laravel 10. by @Nowocyn in #591

New Contributors

Full Changelog: v0.10.1...v0.10.2

Laravel 10 Compatibility

26 Mar 12:43
f0cfe8b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

27 Nov 12:42
8dc46a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.5...v0.10.0

v0.9.5

29 Jun 11:45
c2931fb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.4...v0.9.5

v0.9.4

04 Apr 13:57
141b6fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.3...v0.9.4

v0.9.3

28 Mar 13:59
2701203
Compare
Choose a tag to compare

What's Changed

  • move view columns array to class property by @thyseus in #432

Full Changelog: v0.9.2...v0.9.3

v0.9.2

23 Mar 19:38
0b1068c
Compare
Choose a tag to compare

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

Full Changelog: v0.9.1...v0.9.2

v0.9.1

22 Mar 15:29
a928621
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

22 Mar 15:19
e3854ac
Compare
Choose a tag to compare

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

Full Changelog: v0.8.0...v0.9.0