Releases: CemWebDev/piconss
Releases · CemWebDev/piconss
v1.0.2
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
v1.0.1
v1.0.0
piconss v1.0.0 - First Official Release
Description:
Piconss is a lightweight and customizable SVG icon library designed for modern web applications. This first official release includes a set of clean, scalable icons suitable for both light and dark themes, providing flexibility for developers looking to implement responsive and visually appealing icons in their projects.
Key Features:
- Customizable Icons: Icons can easily adapt to various sizes and colors.
- Dark/Light Theme Support: Icons are optimized to look great in both light and dark mode.
- Efficient Performance: Lightweight icons ensure minimal performance impact on websites.
What's New:
- Initial release of customizable SVG icons.
- First version including support for various modern design standards.