Skip to content

Releases: natemoo-re/astro-icon

[email protected]

29 Jun 21:27
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Oops, actually publish dist

[email protected]

29 Jun 21:19
c883bdb
Compare
Choose a tag to compare
[email protected] Pre-release
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.

[email protected]

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

Patch Changes

[email protected]

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

Minor Changes

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

[email protected]

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

Patch Changes

[email protected]

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

    • [email protected] is compatible with [email protected] 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" })