chore: release v1.1.3

Fix column sort headers so a third click clears the sort and restores
the list's default order.
This commit is contained in:
Steven RYDELL
2026-08-01 23:31:27 +02:00
parent 41b3824894
commit eda20cbe2f
4 changed files with 15 additions and 6 deletions
+5
View File
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
## [1.1.3] - 2026-08-01
### Fixed
- Column sort headers now cycle unsorted → ascending → descending → unsorted, so a third click clears the sort and restores the list's default order (previously stuck alternating between ascending and descending).
## [1.1.2] - 2026-08-01
### Added