Skip to content

Releases: rappasoft/laravel-livewire-tables

v3.2.0

04 Jan 02:40
9b05c64
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.8...v3.2.0

v3.1.8

29 Dec 22:35
669269f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.7...v3.1.8

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