# @hugeicons/svelte


## 1.1.2

### Patch Changes

- Updated icon counts to 5,100+ free / 51,000+ pro

## 1.1.1

### Patch Changes

- Added postinstall script to display welcome message and encourage community engagement
- Included scripts directory in published package files

## 1.1.0

### Minor Changes

- Added full SVG props support - component now accepts all standard SVG attributes and event handlers
- Added support for accessibility attributes (aria-label, aria-hidden, role, etc.)
- Added support for event handlers (onclick, onmouseenter, etc.)
- Props interface now extends SVGAttributes<SVGSVGElement> for full TypeScript support
- Added `prepare` script to auto-generate .svelte-kit/ directory after install

### Deprecations

- `className` prop is deprecated - use `class` instead (both work for backward compatibility)

## 1.0.3

### Patch Changes

- Added "How It Works" section explaining the rendering library concept
- Standardized documentation structure across all framework packages
- Updated icon counts to 4,600+ free / 46,000+ pro
- Updated docs URL to hugeicons.com/docs

## 1.0.0

### Major Changes

- Initial release
- Basic icon rendering functionality
- Support for customization (size, color, alternate icons)
- Full TypeScript support
- Svelte 5 runes support
