Skip to content

Commit 7c97903

Browse files
committed
v1.2.0
1 parent 82ea5e5 commit 7c97903

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
All notable changes to `wire-table` will be documented in this file
44

5+
## 1.2.0 - 2024-01-31
6+
- Feat: Added global wiretable:reload event to reload tables data
7+
- Removed unused layout references
8+
59
## 1.1.2 - 2024-01-29
610
- Fix: use the proper view for simple pagination links
7-
-
11+
812
## 1.1.1 - 2024-01-11
913
- Fix: JS error when changing sorting due to overlap between sortBy method and property
1014

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tiknil",
66
"wire-table"
77
],
8-
"version": "1.1.2",
8+
"version": "1.2.0",
99
"homepage": "https://github.com/tiknil/wire-table",
1010
"license": "MIT",
1111
"type": "library",

0 commit comments

Comments
 (0)