Skip to content

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 05:53

Added

  • 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.