Skip to content

Releases: nuxt/icon

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)

v1.0.0-beta.1

02 May 07:19
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

  • <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.3

02 May 12:14
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

v0.6.10

20 Mar 22:01
Compare
Choose a tag to compare

What's Changed

  • fix(icon): use optional chaining to fix 'undefined' error in Histoire by @RobertHaba in #147

New Contributors

Full Changelog: v0.6.9...v0.6.10

v0.6.9

06 Mar 14:22
Compare
Choose a tag to compare
  • chore: update deps (31dfd4d)
  • chore(deps): update actions/cache action to v4 (#137) (93eda5d)
  • fix: add non-null assertion to iconName (#133) (6b5898b)

v0.6.8

27 Dec 18:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.7...v0.6.8