Skip to content

Releases: nuxt/icon

v1.3.0

22 Jul 15:21
ec95615
Compare
Choose a tag to compare

v1.2.1

20 Jul 22:05
18e3a00
Compare
Choose a tag to compare

v1.2.0

18 Jul 22:50
db5c8a4
Compare
Choose a tag to compare

v1.1.1

15 Jul 16:12
2e85424
Compare
Choose a tag to compare
  • chore: update scripts (6e4d7f9)
  • fix: don't fail when scanning css rules from external stylesheets (#192) (ca451c8)
  • docs: correct color example, fix #176 (f51af19)
  • feat: switch default provider to iconify when ssr: false, fix #179 (de92533)
  • chore: update deps (16dad5c)
  • feat: allow local endpoint path to be overridden with icon.localApiEndpoint (#191) (b05feee)
  • feat: graceful error handling of invalid svgs (#195) (27004c7)
  • fix: missing json import attribute when importing iconify packages (#187) (e10740b)
  • chore: indicate compatibility with nuxt v4 (#202) (4183555)
  • docs: fix component example url (#198) (c93d15b)
  • docs: typo (#182) (85a0e7b)
  • docs: add docs for manual setup, close #177 (acd1f75)

v1.0.0

21 Jun 12:08
13eb418
Compare
Choose a tag to compare

This release introduces a brand new icon approach that works much better with SSR (no flicking on the client side) and should help reduce the load of Iconify's public API by a lot. Learn more at #154

Breaking Changes

  • Package name changed from nuxt-icon to @nuxt/icon
  • <Icon> and <IconCSS> is merged together, use <Icon mode="svg"> and <Icon mode="css">
  • <Icon> now default using css mode, (set icon.defaultMode: 'svg' to use the previous beahvor
  • <IconCSS> component is removed
  • Emoji-as-name is no longer supported
  • Slot fallback is not supported yet
  • App config key changed from nuxtIcon to icon
  • App config schema changes
    • iconifyApiOptions has been removed
    • iconifyApiOptions.url -> iconifyApiEndpoint
    • iconifyApiOptions.publicApiFallback -> fallbackToApi (default: true)

v1.0.0-beta.7 (nuxt-icon)

21 Jun 12:14
5fb376d
Compare
Choose a tag to compare
Pre-release
  • fix: add runtime warning for package renaming (bd98192)
  • feat: support custom collections from layers (#172) (3167233)
  • chore: update schema with icon at root level for Studio (#170) (221d193)

v1.0.0-rc.1

18 Jun 10:30
9618598
Compare
Choose a tag to compare
  • chore: update deps (7f4d47c)
  • feat: rename package to @nuxt/icon (#175) (b65c879)
  • feat: support custom collections from layers (#172) (3167233)
  • chore: update schema with icon at root level for Studio (#170) (221d193)

v1.0.0-beta.6

28 May 12:29
094a7f4
Compare
Choose a tag to compare

v1.0.0-beta.5

25 May 09:55
b4cf3db
Compare
Choose a tag to compare

v1.0.0-beta.4

09 May 12:32
Compare
Choose a tag to compare
  • feat: do not bundle collections in dev to improve performance, fix #158 (bf61f8d)