Releases: WarningImHack3r/vite-plugin-lucide-preprocess
Releases · WarningImHack3r/vite-plugin-lucide-preprocess
v1.1.1
v1.1.0
v1.0.4
- Fix support for
Icon
-suffixed components
v1.0.3
- Fix
type
imports not being preserved - Add support for import aliases — imports with
as
- Better support for newlines
v1.0.2
- Add missing support for numbers in components’ names
Newly introduced tests ensure that no errors will occur anymore with import detection, parsing, extraction, and name transformation.
Tested withlucide-svelte
, though it should be the same for all Lucide packages.
v1.0.1
- Fix long imports with trailing commas causing errors. Imports like this:
would cause an empty import to be created (
import { Icon1, Icon2, Icon3, } from "lucide...";
import from "lucide...";
), causing an errorIt would also error with trailing commas in inline imports, though such imports are generally not a thing
v1.0.0
- Initial release