You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## 7.5.7
4
+
- Added `focusNode` prop to `ThemedNumberInput` to allow external focus node management.
5
+
6
+
## 7.5.6
7
+
- Add `onLongPress` with `customLongPressDuration` in `ThemedButton`
8
+
9
+
## 7.5.5
10
+
- Added `itemsLength` parameter to `deleteConfirmationDialog` utility to show the number of items being deleted in the confirmation dialog.
11
+
12
+
## 7.5.4
13
+
- Critical fix on `ThemedTable2` Select All checkbox, fixed an issue where selecting all items selected everything avaiable even when filtering with the search bar.
14
+
15
+
## 7.5.3
16
+
17
+
- Changed `customSort` signature on `ThemedColumn2` to include the `ascending` parameter to allow more complex sorting algorithms.
18
+
19
+
## 7.5.2
20
+
- Fixed `ThemedMapToolbar` zoom in and zoom out buttons doing the opposite action.
21
+
22
+
## 7.5.1+1
23
+
- Minor state validation on `ThemedTable2` setState call on search.
24
+
25
+
## 7.5.1
26
+
- Fixed `ThemedTable2` search debounce not working as expected.
27
+
28
+
## 7.5.0+1
29
+
30
+
- Hotfix regarding of a bug on `ThemedTable2` where the loading indicator was not being removed after filtering and sorting when the items list is empty.
31
+
3
32
## 7.5.0
4
33
5
34
- Updated constraint of Dart SDK to `>=3.10.0 <4.0.0`
0 commit comments