Skip to content

Releases: WarningImHack3r/vite-plugin-lucide-preprocess

v1.1.1

11 Oct 23:07
Compare
Choose a tag to compare
  • Add support for newly renamed components in Lucide v0.452.0

v1.1.0

15 Sep 18:26
0970f10
Compare
Choose a tag to compare
  • Add an auto-updater to update the plugin automatically on new incompatible Lucide versions (more info in #6)
    • Support all currently deprecated icons
  • Add support for Lucide*-prefixed icons

v1.0.4

19 Aug 17:39
847851a
Compare
Choose a tag to compare
  • Fix support for Icon-suffixed components

v1.0.3

13 Aug 22:29
7a2c2ce
Compare
Choose a tag to compare
  • Fix type imports not being preserved
  • Add support for import aliases — imports with as
  • Better support for newlines

v1.0.2

11 Aug 21:05
68bf9f1
Compare
Choose a tag to compare
  • 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 with lucide-svelte, though it should be the same for all Lucide packages.

v1.0.1

10 Aug 23:45
c334d99
Compare
Choose a tag to compare
  • Fix long imports with trailing commas causing errors. Imports like this:
     import {
     	Icon1,
     	Icon2,
     	Icon3,
     } from "lucide...";
    would cause an empty import to be created (import from "lucide...";), causing an error

    It would also error with trailing commas in inline imports, though such imports are generally not a thing

v1.0.0

10 Aug 22:43
4e95eff
Compare
Choose a tag to compare
  • Initial release