diff --git a/CHANGELOG.md b/CHANGELOG.md index 929fde8c..b002314d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## NEXT VERSION +## v1.13.3 (2023-03-13) + +- fix: pass extra sorting props to custom SortIndicator component + ## v1.13.2 (2022-05-14) - fix: error imported by optimization render task diff --git a/package.json b/package.json index 8a98e7da..77b3c6eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-base-table", - "version": "1.13.2", + "version": "1.13.3", "description": "a react table component to display large data set with high performance and flexibility", "main": "lib/index.js", "module": "es/index.js", diff --git a/src/BaseTable.js b/src/BaseTable.js index 93f574fd..3b52cb29 100644 --- a/src/BaseTable.js +++ b/src/BaseTable.js @@ -502,6 +502,7 @@ class BaseTable extends React.PureComponent { {cell} {column.sortable && (