diff --git a/CHANGELOG.md b/CHANGELOG.md index 929fde8c..b2c77e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## NEXT VERSION +## v1.15.2 (2023-03-15) + +- back merge into our branch + +## v1.13.4 (2023-03-15) + +- fix: allow any react node to be used as column title + +## 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 34ec80a6..1d99cbf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@datafoldcom/react-base-table", - "version": "1.15.1", + "name": "react-base-table", + "version": "1.15.2", "description": "a react table component to display large data set with high performance and flexibility, forked from https://github.com/Autodesk/react-base-table.git", "main": "lib/index.js", "module": "es/index.js", diff --git a/src/BaseTable.js b/src/BaseTable.js index bf6cbe18..36ae67e5 100644 --- a/src/BaseTable.js +++ b/src/BaseTable.js @@ -504,6 +504,7 @@ class BaseTable extends React.PureComponent { {cell} {column.sortable && (