Version 19.2 Release Note
Summary
- Minor version was released in November 2024 and supports AG Grid 32.3
Breaking Change
There are no Breaking Changes in AdapTable 19.2
The main enhancements in this release are:
- New
isCellEditablefunction allowing developers to set which cells are editable - The date formatting in Notes and Comments can now be a function
- AdapTable will provide console Warnings if no ColType has been provided
Change Log
| Key | Type | Description |
|---|---|---|
| AT-2836 | Enhancement | ✅ Provide console Error if no ColType provided and no data in first row |
| AT-2827 | Enhancement | ✅ Provide `isCellEditable` function allowing developers to set which cells are editable |
| AT-2826 | Bug | ✅ Memory Leak when toggling multiple AdapTable instances |
| AT-2825 | Enhancement | ✅ Allow DateFormat in Notes and Comments to be a function |
| AT-2822 | Enhancement | ✅ Provide console Warning if no ColType provided |
| AT-2817 | Enhancement | ✅ Tidy up destroy function |