Releases: c14mx/pix31
Releases · c14mx/pix31
v2.0.0
Complete redesign as an interactive terminal icon picker built with Ink.
What's new
- Browse all 486 pixelarticons in an adaptive terminal grid
- Real-time filtering by typing icon names
- Arrow key navigation with scroll
- Press Enter to copy SVG to clipboard
- Local caching for offline use
Breaking changes
- All v1 commands removed (
init,add,browse) - No longer generates React/React Native components
Usage
npx pix31See PR #17 for full details.
v1.0.13
What's Changed
- Changed build configuration to use pure ESModules, removing CommonJS exports for better compatibility
- Cleaned up unused code and dependencies:
- Removed unused
term-imgpackage and type definitions - Removed unnecessary
register.tsfile - Removed dynamic imports for better ESM support
- Removed unused
- Replaced
orawithnanospinnerfor better ESM compatibility and modern spinner implementation
Bug Fixes
- Fixes #14: ESM compatibility issues when running
npx pix31 initin ESM projects - Improved spinner implementation to work consistently across ESM environments
Technical Details
- Now using static imports instead of dynamic imports for better ESM support
- Updated TypeScript types to reflect new spinner implementation
- Simplified project structure by removing unnecessary module alias configuration