Skip to content

Commit d4744bd

Browse files
committed
doc: added changelog
1 parent 5565a72 commit d4744bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.5.32
4+
5+
- Added `onSort`, `onSearch` and `search` to `ThemedTable2Controller` to allow programmatic control of sorting and searching, and to expose the current search query.
6+
37
## 7.5.31
48

59
- Fixed `ThemedDateTimeRangePicker` swapped times when the date range was picked in reverse order: selecting the later date first and the earlier date second caused the times entered in the Time tab to be glued to the wrong endpoint, because `startDate`/`endDate` were left in selection order while only the final save sorted the resulting `DateTime`s. The dialog now sorts `startDate`/`endDate` the moment the second tap closes the range, so the Time tab always shows "Start" for the earlier day and "End" for the later one and the returned `[start, end]` list keeps each time aligned with its intended date.

0 commit comments

Comments
 (0)