UNPKG

table-to-excel-react

Version:
40 lines (35 loc) 1.47 kB
# Changelog ## 1.2.0 - **SECURITY**: Fixed vulnerabilities by replacing xlsx and xlsx-style with ExcelJS - **IMPROVED**: Switched to ExcelJS for better Excel file generation and styling - **ENHANCED**: Improved table parsing and data extraction - **MAINTAINED**: Full backward compatibility with previous API - **UPDATED**: All dependencies to their latest versions ## 1.1.1 - Enhanced npm scripts for better development workflow - Added code formatting with Prettier - Improved build process with clean steps - Added test coverage reporting - Fixed ESLint configuration with dedicated config file - Added TypeScript-specific ESLint rules - Integrated Prettier with ESLint for consistent code style - Added automatic code formatting script for publishing - Relaxed TypeScript 'any' type warnings for better compatibility ## 1.1.0 - Added support for React 19 - Added support for multiple tables export - Added support for multiple sheets with different configurations - Added support for custom data sources (not from HTML tables) - Added support for cell styling and formatting - Added callbacks for export events - Improved TypeScript type definitions - Enhanced documentation with examples ## 1.0.4 - Added support for .xlsx format using the xlsx library - Added TypeScript type declarations - Added proper error handling - Added support for React 18 - Added unit tests - Improved documentation ## 1.0.3 - Initial release