This release includes a fix for Active Table error that is caused when resizing the webpage width:
Unhandled Runtime Error
TypeError: Cannot read properties of null (reading 'offsetWidth')
Call Stack
ParentResize.shouldRerenderTable
node_modules/active-table/dist/utils/render/parentResize.js (19:0)
ActiveTable.resizeCallback
node_modules/active-table/dist/utils/render/parentResize.js (25:0)
Mode details in the following issue.
A big thankyou to @irshadmb for implementing the fix!