Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.3.0 #1765

Merged
merged 23 commits into from
Jul 11, 2024
Merged

3.3.0 #1765

Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
272457d
Adjust for HTML Columns
lrljoe Jun 6, 2024
8b3e3cf
Update ChangeLog and SP
lrljoe Jun 6, 2024
2cd6684
fix: Apply cursor pointer only on clickable columns when using Bootst…
MP70 Jun 29, 2024
f5dba56
Fix styling
lrljoe Jun 29, 2024
52ad60b
Fix hide bulk actions when empty not reflecting in frontend (#1747)
lrljoe Jun 29, 2024
ce95a70
Change Return Type for attributes() to static (#1749)
lrljoe Jul 1, 2024
5c40472
Switch to using Composer\InstalledVersions for AboutCommand to reduce…
lrljoe Jul 1, 2024
119401b
Two improvements to improve typehinting, migrate to larastan/larastan…
lrljoe Jul 1, 2024
ea2c8fc
Add ArrayColumn (BETA) (#1751)
lrljoe Jul 1, 2024
2acac1b
Always hide bulk actions option (#1752)
lrljoe Jul 1, 2024
318bdeb
Merge branch 'master' into development
lrljoe Jul 1, 2024
3633743
Optionally disable count for simple pagination (#1755)
lrljoe Jul 1, 2024
f0cfe56
Update ChangeLog For 3.2.8 Release (#1754)
lrljoe Jul 2, 2024
1adebfb
Add release date
lrljoe Jul 3, 2024
13fe6a5
Fix phpstan unescaped |
lrljoe Jul 3, 2024
51f4c94
Fix missing typehints (#1757)
lrljoe Jul 3, 2024
37691f9
Add CountColumn, simpler adding of WithCounts, With (#1761)
lrljoe Jul 10, 2024
799ccfd
Add Option to Retain Selected when Searching/Filtering (#1762)
lrljoe Jul 10, 2024
220d6da
Add WireLink Column (#1763)
lrljoe Jul 11, 2024
0cc137e
Merge branch 'master' into development
lrljoe Jul 11, 2024
2593615
Fix styling
lrljoe Jul 11, 2024
16314ac
Update ChangeLog
lrljoe Jul 11, 2024
026d3fb
Merge branch 'master' into development
lrljoe Jul 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

All notable changes to `laravel-livewire-tables` will be documented in this file

## [v3.3.0] - 2024-07-12
## [v3.3.0] - 2024-07-11
### New Features
- Add new columns (ArrayColumn, AvgColumn, CountColumn, SumColumn) by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1761
- Add new column WireLinkColumn by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1763
- Add Option to Retain Selected when Searching/Filtering by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1762

## [v3.2.8] - 2024-07-03
### Bug Fixes
Expand Down
Loading