We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9adf06c commit f9237bdCopy full SHA for f9237bd
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `wire-table` will be documented in this file
4
5
+## 1.5.2 - 2024-06-07
6
+
7
+- fix: remove duplicated query when accessing paginatedData
8
9
## 1.5.1 - 2024-06-07
10
11
- feat: make paginatedData an accessible computed property
composer.json
@@ -5,7 +5,7 @@
"tiknil",
"wire-table"
],
- "version": "1.5.1",
+ "version": "1.5.2",
"homepage": "https://github.com/tiknil/wire-table",
"license": "MIT",
"type": "library",
0 commit comments