Releases: shakibdshy/react-tablegrid
Releases · shakibdshy/react-tablegrid
v2.2.0
What's Changed
- Renamed TableContainer to TableGrid
- Added support for
withoutTailwindprop across components - Customized Table without using any TailwindCSS (No Tailwind dependency).
- Improved accessibility with ARIA attributes and roles
- Updated component exports and file structure
- Enhanced virtualization hook with dynamic row height support
- Added more flexible styling options
- Introduced lodash for performance optimization
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.1.0 - Enhance table component styling and customization
- Added new
classNameand style props for more granular styling control - Introduced
rtg-*class names for better semantic targeting - Updated
TableStyleConfigto support more detailed styling options - Improved hover and transition effects across table components
- Added support for custom row and cell styling in table body
v2.0.0 - Major Release
- Added server-side data handling
- Enhanced virtualization for large datasets
- Improved column management with drag & drop
- Added row grouping functionality
- Enhanced TypeScript support
- Added persistent state management
- Improved mobile & touch support
- Added bulk actions for selected rows
- Enhanced search capabilities
- Added nested header groups
- Performance optimizations
v1.2.1-beta
Full Changelog: 1.2.0...1.2.1
v1.2.0 (Beta Release)
Merge branch 'master' of https://github.com/shakibdshy/react-tablegrid
1.0.0-beta.4
1.0.0-beta4 fix:Added extends Record<string, unknown> constraint to ensure TData …
1.0.0-beta.1
Features
- Column sorting
- Filtering and fuzzy search
- Column pinning
- Header groups
- Custom cell rendering
- TypeScript support
- TailwindCSS integration
- And more!
Full Changelog: https://github.com/shakibdshy/react-tablegrid/commits/1.0.0-beta.1