Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jun 08:55

Added

  • SVGR AST Parsing: Completely rewrote the React component generator to use @svgr/core instead of fragile regex string manipulation, guaranteeing 100% syntactically correct JSX AST generation.
  • CLI Arguments: Added --headless mode for CI/CD usage and --port <port> (or -p) for custom port binding to avoid collisions.
  • Preference Persistence: UI selections for Language (TS/JS) and Export Style (Arrow/Function) are now automatically persisted across sessions using localStorage.

Changed

  • Frontend Architecture: Refactored the monolithic 2,300-line index.html file by extracting logic into app.js and styles into styles.css for dramatically improved maintainability.