Changelog
All version changes. Click the version number to view the GitHub Release details.
v1.0.7
- Added
@fuxishi/svg-icon-vanilla-pickericon selector preset (no UI framework dependency, CSS variable theming support) - Picker packages split into independent packages, Vite plugin auto-detects installed picker packages and registers components
- Migrated demo directory to demos folder
v1.0.6
- Fixed local SVG icons not responding to the
colorprop
v1.0.5
- Removed static imports of external icon packages (
tdesign-icons-vue-next,@element-plus/icons-vue,@antdv-next/icons) from FxIconSelect presets, replaced with built-in SVGs - Removed static imports of UI library components from naive/antdv presets, now resolved at runtime via global registration
- Fixed build errors in consumer projects that don't have the corresponding UI libraries installed
v1.0.4 ⚠️ Deprecated
- Removed static imports of external icon packages from FxIconSelect presets, replaced with built-in SVGs
v1.0.3 ⚠️ Deprecated
- Added
exportto the auto-generatedIconStringtype
v1.0.2 ⚠️ Deprecated
- Path resolution supports all
resolve.aliasprefixes (@/,~/, etc.) svgGlobPatternauto-completes/**/*.svgwhen no glob pattern is presentdtsDirthrows an error when the resolved path is outside the project rootdtsDircleans up split files in the old directory when path changes
v1.0.1 ⚠️ Deprecated
- Added dependency detection panel to all demos
- Added local SVG icon display for naive/antdv-next/tdesign demos
- Refactored README quick start guide
- Fixed demo documentation link issues
v1.0.0 ⚠️ Deprecated
- First stable release
- Iconify icon sets + local SVG support
- Element Plus / Naive UI / AntDv Next / TDesign presets
- Vite plugin auto type generation
- Icon selector component
v0.x (Deprecated)
Early testing versions, please upgrade to v1.0.5 or later.