Frontmatter
| tagName | 10.5.3 |
| name | Neo.mjs v10.5.3 Release Notes |
| publishedAt | 8/15/2025, 8:08:44 AM |
| isPrerelease | |
| isDraft |
Neo.mjs v10.5.3 Release Notes
Bug Fixes
- grid.Container: Corrected the calculation for the
aria-rowcountattribute. The count was previouslystore.count + 2, and has been adjusted tostore.count + 1to accurately reflect the number of data rows plus the single header row, improving accessibility for screen readers.