Nuxt Modules Icon Versions Save

The component, supporting Iconify, Emojis and custom components.

v1.0.0-beta.3

2 weeks ago
  • chore: lint ignore (97e98f4)
  • fix: avoid using json assets (fb41e18)

v1.0.0-beta.1

2 weeks ago

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 https://github.com/nuxt-modules/icon/pull/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)

v0.6.10

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-modules/icon/compare/v0.6.9...v0.6.10

v0.6.9

2 months ago
  • 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

4 months ago

What's Changed

Full Changelog: https://github.com/nuxt-modules/icon/compare/v0.6.7...v0.6.8

v0.6.7

5 months ago
  • chore: update prepare command (6755635)
  • chore(deps): update all non-major dependencies (#122) (90fe06d)
  • chore: use module-builder stub mode for more accurate types (#126) (469be8f)
  • docs: now 200k icons (8b7b24a)

v0.6.6

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-modules/icon/compare/v0.6.5...v0.6.6

v0.6.5

6 months ago
  • fix: support alias to custom component (c206f6e)

Full Changelog: https://github.com/nuxt-modules/icon/compare/v0.6.4...v0.6.5

v0.6.4

6 months ago
  • fix: handle custom provider with iconifyOptions (c77bcef)

Full Changelog: https://github.com/nuxt-modules/icon/compare/v0.6.3...v0.6.4

v0.6.3

6 months ago
  • fix: various improvements (3af635b)

Full Changelog: https://github.com/nuxt-modules/icon/compare/v0.6.2...v0.6.3