Skip to content

Releases: natemoo-re/astro-icon

astro-icon@1.0.0-next.0

29 Jun 21:19
c883bdb
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #111 f1c763d Thanks @natemoo-re! - This version of astro-icon provides a new way to manage your icons, relying on Astro's official integration API rather than a managed remote API. Please see the README for more information.

astro-icon@0.8.1

06 Jun 02:48
4c28f27
Compare
Choose a tag to compare

Patch Changes

astro-icon@0.8.0

26 Oct 16:31
2e5d6b3
Compare
Choose a tag to compare

Minor Changes

Patch Changes

astro-icon@0.7.3

19 Jul 16:27
33dc49f
Compare
Choose a tag to compare

Patch Changes

astro-icon@0.7.2

19 Jul 16:04
000ac26
Compare
Choose a tag to compare

Patch Changes

astro-icon@0.7.1

05 Apr 23:40
c538f78
Compare
Choose a tag to compare

Patch Changes

astro-icon@0.7.0

05 Apr 22:39
8512356
Compare
Choose a tag to compare

Minor Changes

  • #32 4cfc1ba Thanks @tony-sull! - Removes the deprecation warning for assert in import.meta.globEager

Patch Changes

  • 3b29d89 Thanks @natemoo-re! - Improve warning when no sprites are found rather than throwing an error

astro-icon@0.6.1

24 Mar 17:43
73e4b9b
Compare
Choose a tag to compare

Patch Changes

astro-icon@0.6.0

17 Feb 19:17
4d4fc78
Compare
Choose a tag to compare

Minor Changes

  • #26 21bfa28 Thanks @matthewp! - astro-icon is now compatible with Astro's --experimental-static-build flag

  • #26 21bfa28 Thanks @matthewp! - # Breaking Changes

    • astro-icon@0.6.0 is compatible with astro@0.23.x and up, but will no longer work in lower versions.

    • The createIconPack export has been moved from astro-icon to astro-icon/pack.

      You will likely see a Vite error that createIconPack is not defined until you update your import statement.

      - import { createIconPack } from "astro-icon";
      + import { createIconPack } from "astro-icon/pack";
      
      export default createIconPack({ package: "heroicons", dir: "outline" })

astro-icon@0.5.3

19 Dec 00:02
325dc55
Compare
Choose a tag to compare

Patch Changes