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: packages/react/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# @gadgetinc/react
2
2
3
+
## 0.25.1
4
+
5
+
### Patch Changes
6
+
7
+
- Allow sorting by custom cell columns via a new `sortByField` option on `CustomCellColumn`. When `sortByField` is provided, the column becomes sortable by the specified field.
8
+
- Fixed an issue in Polaris web components AutoTable where bulk action confirmation modals did not always close properly when rendered within the Shopify store admin
0 commit comments