Release v1.0.2
This release introduces several optimizations and improvements aimed at enhancing the overall performance and test coverage of the piconss.
Key Changes:
-
SVG Icon Optimization
- All icons have been optimized using SVGO, leading to reduced file sizes and improved loading performance across the library.
-
Testing Enhancements
- Added unit tests to verify:
- The existence of all SVG icons in different themes (
default,dark,light). - Validation of the SVG file format to ensure compatibility and consistency.
- The existence of all SVG icons in different themes (
- Added unit tests to verify:
-
Code Cleanup
- Removed unused or empty SVG files to reduce clutter and improve project maintainability.
-
Updated Dev Dependencies
- Integrated Jest for unit testing and Axios for performance benchmarking of icon load times.
-
Performance Testing
- Introduced performance tests to measure the loading times of SVG icons from the CDN.
This version improves both performance and code quality, ensuring the library is robust and ready for broader use.
Released on: October 2024
Tag: v1.0.2