| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| revogrid-sbom-2.cyclonedx.json | 2026-08-24 | 12.8 kB | |
| revogrid-sbom.spdx.json | 2026-08-24 | 23.7 kB | |
| revolist-revogrid-4.27.0.tgz | 2026-08-24 | 1.6 MB | |
| README.md | 2026-08-24 | 1.4 kB | |
| v4.27.0 source code.tar.gz | 2026-08-24 | 1.7 MB | |
| v4.27.0 source code.zip | 2026-08-24 | 1.8 MB | |
| Totals: 6 Items | 5.1 MB | 3 | |
Release highlights
RevoGrid v4.27.0 adds configurable row resizing and improves filtering responsiveness for large data sources. It also strengthens selection and keyboard interaction reliability.
What's new
- Resize rows from row-header edges, or across the full row, with configurable minimum and maximum heights. Row-resize lifecycle events are available for integration. (#930)
- Large filtered data sources are processed asynchronously in chunks, keeping unready rows hidden until filtering completes.
Fixes
- Fixed select-all and clear-selection behavior for cells and ranges. (#939)
- Fixed focus and keyboard navigation races that could cause duplicate or stale selection updates.
- Ensured row-render hooks also apply consistently to grouped rows.
What's Changed
- fix/#934, [#935] by @revolist in https://github.com/revolist/revogrid/pull/936
- fix/event duplicates by @revolist in https://github.com/revolist/revogrid/pull/937
- refactor code smells by @revolist in https://github.com/revolist/revogrid/pull/938
- Row resize plugin by @revolist in https://github.com/revolist/revogrid/pull/930
- fix select all cells by @revolist in https://github.com/revolist/revogrid/pull/939
Full Changelog: https://github.com/revolist/revogrid/compare/v4.26.2...v4.27.0