Skip to content

Releases: rappasoft/laravel-livewire-tables

v3.1.7

29 Dec 19:14
269c86b
Compare
Choose a tag to compare

What's Changed

  • Fix Published View & Localisation Paths by @lrljoe in #1615

Full Changelog: v3.1.6...v3.1.7

3.1.6

26 Dec 16:07
e2b5c4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.5...v3.1.6

v3.1.5

09 Dec 23:58
2bfe6df
Compare
Choose a tag to compare

What's Changed

v3.1.4

04 Dec 20:23
aec86d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.1.3

19 Nov 01:26
df31c86
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

v3.1.2

03 Nov 21:38
b554a83
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.2...v3.1.2

v3.1.2

03 Nov 19:46
f0a32bc
Compare
Choose a tag to compare

What's Changed

  • v3-Move ConfigurableAreas to Own Section WithConfigurableAreas by @lrljoe in #1510
  • v3 - Splitting Codebase - ConfigurableAreas, CollapsingColumns and TableAttributes by @lrljoe in #1514
  • V3 - Filter DTOs by @lrljoe in #1503
  • Update Search to Default Live by @lrljoe in #1517
  • V3 Add Custom Filter View by @lrljoe in #1518
  • V3 Rename row-contents blades by @lrljoe in #1519
  • v3 - Initial Lifecycle Hooks - Configuring/Configured by @lrljoe in #1520
  • Develop - Add Hooks And Missing Tests by @lrljoe in #1528

Full Changelog: v3.1.1...3.1.2

v3.1.1

02 Nov 03:52
94c5668
Compare
Choose a tag to compare

What's Changed

Rename row-contents blades to collapsed-columns blades

by @lrljoe in #1519

Add Custom Filter Views

by @lrljoe in #1518

Search - Default to Live

Default search to "Live" behaviour rather than "Defer" to match V2
by @lrljoe in #1517

Filter DTOs

by @lrljoe in #1503
To improve both performance, and maintainability, DTOs are now used in place of passing a series of attributes to the Filter Render methods.
This will help consolidate the data being passed back and forth, and centralise the available data for a filter.

Split ConfigurableAreas, CollapsingColumns and TableAttributes

by @lrljoe in #1503
Split ConfigurableAreas, CollapsingColumns and TableAttributes into own Traits/Config/Helper Files for Maintainability by @lrljoe in #1514

Full Changelog: v3.1.0...v3.1.1

v3.1.0

31 Oct 01:38
4de1fe7
Compare
Choose a tag to compare

Stable Release supporting Livewire v3.0+

Please see the Rappasoft website for capabilities.

v3.0.0-beta.11

29 Oct 03:20
1ae7bbe
Compare
Choose a tag to compare
v3.0.0-beta.11 Pre-release
Pre-release

What's Changed

  • Remove DateRangeFilter Calendar Icon by @lrljoe in #1492
  • Add Placeholder Config Option for DateRangeFilter in #1492
  • Restore Bulk Action Confirm in #1500
  • Adds new FilterHelper method for generating wire:key for Filters by @lrljoe in #1490
  • Adds new tests for FilterCustomPosition by @lrljoe in #1490
  • For all Filters (Except MultiSelect currently), use the FilterHelper method to generate the wire:key rather than doing it in the blade. This centralises for future updates by @lrljoe in #1493
  • Add placeholder config option to: DateRangeFilter, DateFilter, DateTimeFilter, NumberFilter and update docs to reflect the availability of the option by @lrljoe in #1493

Full Changelog: v3.0.0-beta.10...v3.0.0-beta.11