We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a14eeb commit 34629d6Copy full SHA for 34629d6
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
All notable changes to `wire-table` will be documented in this file
4
5
+## 1.1.1 - 2024-01-11
6
+- Fix: JS error when changing sorting due to overlap between sortBy method and property
7
8
## 1.1.0 - 2024-01-11
9
- BREAKING: ResetPageOnUpdate is not included by default, but it's automatically added when using the artisan `make:wiretable` command
composer.json
@@ -5,7 +5,7 @@
"tiknil",
"wire-table"
],
- "version": "1.1.0",
+ "version": "1.1.1",
"homepage": "https://github.com/tiknil/wire-table",
10
"license": "MIT",
11
"type": "library",
0 commit comments