- fix icon count updates on docs (5,100+ free / 51,000+ pro)
- Updated documented icon counts to 5,100+ free / 51,000+ pro
- Fixed TypeScript autocomplete for component props in IDEs
- Improved component type definition from
anytoHugeiconsIconComponent - Enhanced type exports for better TypeScript IntelliSense support
- Added proper type annotations to forwardRef implementation
- Improved rollup configuration for better type preservation
- Added "How It Works" section explaining the rendering library concept
- Standardized documentation structure across all framework packages
- Updated icon counts to 5,100+ free / 51,000+ pro
- Updated docs URL to hugeicons.com/docs
- Added LICENSE.md, PRO-LICENSE.md, and CHANGELOG.md files
- Updated to use single image source from React repository
- Fixed
slicedToArray is not a functionerror on React Native 0.72.x and older versions - Improved compatibility with Metro bundler by avoiding ES6 array destructuring on iterables
- Enhanced stroke functionality to apply stroke properties consistently to both parent SVG and child elements
- Improved stroke width calculation and inheritance across SVG hierarchy
- Maintained backward compatibility with existing stroke implementations
- Added NativeWind support through
classNameprop - Icons can now be styled using Tailwind CSS classes when NativeWind is installed
- Maintained backward compatibility for non-NativeWind users
- Enhanced TypeScript types for NativeWind support
- Added
absoluteStrokeWidthprop for consistent stroke width scaling - Improved stroke width handling by applying it at the SVG level
- Enhanced TypeScript types and documentation
- Added
altIconprop for alternate icon support - Added
showAltprop for conditional icon display - Improved TypeScript types and documentation
- Initial release
- Basic icon rendering functionality
- Support for customization (size, color, alternate icons)
- Full TypeScript support