Skip to content

Releases: nuxt-modules/icon

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

v0.6.7

06 Dec 12:44
Compare
Choose a tag to compare
  • 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

14 Nov 10:34
Compare
Choose a tag to compare

What's Changed

  • fix: schema for studio compatibillity by @larbish in #120
  • chore(deps): update devdependency release-it to v17 by @renovate in #121
  • chore(deps): update all non-major dependencies by @renovate in #112

New Contributors

Full Changelog: v0.6.5...v0.6.6