We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ea5e5 commit 7c97903Copy full SHA for 7c97903
CHANGELOG.md
@@ -2,9 +2,13 @@
2
3
All notable changes to `wire-table` will be documented in this file
4
5
+## 1.2.0 - 2024-01-31
6
+- Feat: Added global wiretable:reload event to reload tables data
7
+- Removed unused layout references
8
+
9
## 1.1.2 - 2024-01-29
10
- Fix: use the proper view for simple pagination links
--
11
12
## 1.1.1 - 2024-01-11
13
- Fix: JS error when changing sorting due to overlap between sortBy method and property
14
composer.json
@@ -5,7 +5,7 @@
"tiknil",
"wire-table"
],
- "version": "1.1.2",
+ "version": "1.2.0",
"homepage": "https://github.com/tiknil/wire-table",
"license": "MIT",
"type": "library",
0 commit comments