v4.3.1
4.3.1 (2024-01-27)
Bug Fixes
- core: frozen grid w/hidden column should remove from DOM (#1372) (2c1346e) - by @ghiscoding
- deps: update all non-major dependencies (#1368) (b49e895) - by @renovate-bot
- Salesforce doesn't support Document Fragment (#1365) (9e3fb5f) - by @ghiscoding
- styling: remove different bg-color on unorderable column (#1358) (91426d1) - by @ghiscoding
Performance Improvements
- core: convert
for..in
toObject.keys().forEach
for better perf (#1370) (29111a9) - by @ghiscoding - decrease calls to setItems & grid invalidate (#1363) (cab6898) - by @ghiscoding
- plugins: decrease number of calls to translate all extensions only once (#1359) (3e002f1) - by @ghiscoding
- plugins: Row Base Editing tooltip title should be translated only once (#1360) (ef4e8f9) - by @ghiscoding