Skip to content

Releases: rappasoft/laravel-livewire-tables

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

v3.0.0-beta.10

27 Oct 22:01
cf20177
Compare
Choose a tag to compare
v3.0.0-beta.10 Pre-release
Pre-release

What's Changed

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

v3.0.0-beta.9

26 Oct 04:05
94b2cc9
Compare
Choose a tag to compare
v3.0.0-beta.9 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta.8...v3.0.0-beta.9

v3.0.0-beta.8

25 Oct 22:21
6427cb5
Compare
Choose a tag to compare
v3.0.0-beta.8 Pre-release
Pre-release

What's Changed

  • Fix for setFilter - allows setting values at mount/boot (#1451) by @lrljoe in #1452

Full Changelog: v3.0.0-beta.7...v3.0.0-beta.8

v3.0.0-beta.7

25 Oct 20:59
9d41ff6
Compare
Choose a tag to compare
v3.0.0-beta.7 Pre-release
Pre-release

What's Changed

  • Add wire:navigate approach to clickable columns by @lrljoe in #1446

Full Changelog: v3.0.0-beta.6...v3.0.0-beta.7

v3.0.0-beta.6

25 Oct 18:48
da3beab
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta.5...v3.0.0-beta.6

v3.0.0-beta.5

25 Oct 16:04
ca4ddd5
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

What's Changed

New Features

  • Add "Confirmation" Option to Bulk Actions by @lrljoe in #1437

Fixes

  • Allow Enum in ReturnType for Column #1436

Full Changelog: v3.0.0-beta.4...v3.0.0-beta.5