Updates
Changelog
Keep yourself informed about the most recent additions and improvements we've made to Rowstack.
February 16, 2026v0.0.28
Features
- Added Storybook support for component development.
- Improved developer experience with isolated component testing.
January 18, 2026v0.0.27
Features
- Implemented advanced filtering logic for numeric and date columns.
- Added support for multi-column sorting with custom comparator logic.
- Introduced a new set of grid primitives for high-density data views.
Performance
- Optimized grid rendering engine for deep data structures.
- Reduced main-thread blocking during large dataset updates.
December 20, 2025v0.0.26
Features
- Added native support for hierarchical row grouping.
- Introduced expandable row details with custom templates.
Performance
- Improved build-time bundling for the core grid library.
- Reduced memory overhead by 15% for datasets over 50k rows.
November 22, 2025v0.0.25
Features
- Initialized core Rowstack grid component with basic state management.
- Added foundational layout primitives for data cells and headers.
- Implemented initial column auto-resizing logic.
October 25, 2025v0.0.24
Features
- Introduced native Checkbox column type for boolean data.
- Added Custom Cell Renderers for complete UI flexibility.
- Implemented cell-level tooltip support.
September 28, 2025v0.0.23
Features
- Added support for multi-condition filtering on single columns.
- Implemented specialized numeric filters for number-type columns.
August 30, 2025v0.0.22
Fixes
- Resolved cell focus issues in complex nested grids.
- Fixed race condition during rapid asynchronous data updates.
August 02, 2025v0.0.21
Performance
- Optimized virtual scrolling engine for smoother large-list handling.
- Reduced memory overhead for grouped rows and aggregation states.
July 05, 2025v0.0.20
Features
- Added support for multi-column footer summaries (total, average, max).
- Improved drag-and-drop column reordering with visual ghosting.
June 07, 2025v0.0.19
Fixes
- Fixed column alignment issues when using dynamic row heights.
- Resolved flickering in cross-row cell selections.
May 10, 2025v0.0.18
Features
- Enhanced auto-completion for row types in TypeScript environments.
- Added support for custom row-level context menus.
April 12, 2025v0.0.17
Features
- Introduced a comprehensive TypeScript definitions file for grid props.
- Added dedicated Link column type for rich URL and email rendering.
March 15, 2025v0.0.16
Performance
- Converted core Table logic to TypeScript for improved internal performance.
- Implemented heavy tree-shaking for the sorting engine.
February 15, 2025v0.0.15
Features
- Added initial support for server-side data fetching and pagination.
- Introduced configurable row-loading placeholder states.
January 18, 2025v0.0.14
Fixes
- Fixed sticky header alignment during high-velocity scrolling.
- Resolved hydration errors in Next.js SSR for complex cell content.
December 21, 2024v0.0.13
Performance
- Significant performance gains in the data grouping engine.
- Optimized initial mount time for grids with 100+ columns.
November 23, 2024v0.0.12
Performance
- Refined internal cache eviction strategy for memoized row data.
- Faster row selection logic utilizing bitwise operations.
October 26, 2024v0.0.11
Features
- Added native context menu support for datagrid actions.
- Initial implementation of row pinning to top/bottom.
September 28, 2024v0.0.10
Fixes
- Fixed z-index issues for dropdown menus within scrollable cells.
- Improved keyboard accessibility for cell focus and editing.
August 31, 2024v0.0.9
Performance
- Simplified DOM structure to improve cell rendering speeds.
- Removed redundant event listeners from hidden data cells.
August 03, 2024v0.0.8
Performance
- Optimized automatic column width calculation logic.
- Reduced initial grid bundle size by stripping non-datagrid logic.
July 06, 2024v0.0.7
Fixes
- Resolved memory leak in event listener cleanup during grid unmount.
- Fixed date parsing in international locales within cells.
Jun 08, 2024v0.0.6
Features
- Automatic UI updates for dynamic row additions without full reload.
- Initial support for multi-column grouping logic.
Fixes
- Fixed critical sorting bugs in datasets with 10k+ entries.
May 11, 2024v0.0.5
Features
- Initial support for multi-column sorting logic.
- Added basic row selection functionality.
April 13, 2024v0.0.4
Performance
- Switched internal row mapping to high-performance hash maps.
- Optimized grid initialization logic for server-rendered apps.
March 16, 2024v0.0.3
Fixes
- Resolved rendering glitches in Firefox datagrid views.
- Fixed cell padding consistency across different themes.
February 17, 2024v0.0.2
Features
- Added support for custom row heights per-row or per-type.
- Initial implementation of basic column filtering.
December 21, 2023v0.0.1
Features
- Established core datagrid architecture and state provider.
- Initial support for Airtable and dynamic data linking.
- Built foundational row and cell rendering systems.