All notable changes to this tool will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- We fixed a regression introduced in v1.3.10 which causes
Header Sort
andDrop down Sort
to not keep the list view sorted when pressing back button.
- We fixed all
logger
deprecated warnings being thrown during the execution.
- Fixed an issue introduced in v1.3.12 where if the list view's search is not enabled, then the widget would error on any list view control widget interaction.
- Fixed an issue introduced in v1.3.11 where using a list view control widget multiple times would accumulate its constraints instead of replacing them.
- Fixed an issue where the list view control widgets constraints are combined incorrectly with the integrated list view search's constraints, losing context in-between.
- Fixed an issue where combining list view filtering with pagination sort would reset all the filters. (Fixes Ticket #119143)