We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3211304 commit ec3e741Copy full SHA for ec3e741
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to `wire-table` will be documented in this file
4
5
+
6
+## 1.5.3 - 2025-02-28
7
8
+- fix: pagination for the bs4 theme did not support livewire 3
9
10
## 1.5.2 - 2024-06-07
11
12
- fix: remove duplicated query when accessing paginatedData
composer.json
@@ -5,7 +5,7 @@
"tiknil",
"wire-table"
],
- "version": "1.5.2",
+ "version": "1.5.3",
"homepage": "https://github.com/tiknil/wire-table",
"license": "MIT",
"type": "library",
0 commit comments