You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit Testing Suite: Implemented a comprehensive Vitest testing suite covering the React component generator to ensure strictly typed, 100% valid React output.
Automated CI/CD Tests: The GitHub Actions release pipeline now strictly enforces npm test before any tag or npm publish occurs.
Website Link: Added a direct link to the full documentation website in the README.md.
Fixed
Regex Edge Case: Fixed a critical generator bug where width and height attributes were being globally stripped from all inner SVG tags (e.g. <rect width="24">), which was distorting certain icons. The generator now strictly targets only the outer <svg> wrapper.