Nuxt Modules Icon Versions Save

The component, supporting Iconify, Emojis and custom components.

v0.6.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-modules/icon/compare/v0.5.0...v0.6.0

v0.5.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-modules/icon/compare/v0.4.2...v0.5.0

v0.4.2

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nuxt-modules/icon/compare/v0.4.1...v0.4.2

v0.4.1

11 months ago
  • chore: update to latest devtools (5f35509)
  • chore: Import ref, computed & watch from vue instead of #imports (#76) (fd3e1f7)
  • chore: update to latest version (8b4f2a1)
  • docs: explain attributes (0c46098)
  • docs: Add color prop to README.md documentation (#79) (ca02868)

v0.4.0

1 year ago
  • chore: remove unused helper (ed3c4df)
  • refactor: remove experimental nuxt-config-schema (#70) (1da7ec8)
  • chore: up deps (a395d46)
  • chore(deps): update devdependency typescript to v5 (#64) (0ae93b8)
  • chore(types): fix errors (#56) (c2ba0b9)
  • chore: add repository to package.json (4d67d64)
  • chore: readme (b724993)
  • docs: simplify badge logo (ea94c73)
  • docs: add nuxt badge (cfc7baa)
  • chore(deps): update all non-major dependencies (#44) (767ffd8)

v0.3.3

1 year ago
  • Update .npmrc (f694077)
  • update (07c139a)
  • chore: update (c7f71d7)
  • chore: add repository to package.json (4d67d64)
  • chore: readme (b724993)
  • docs: simplify badge logo (ea94c73)
  • docs: add nuxt badge (cfc7baa)
  • chore(deps): update all non-major dependencies (#44) (767ffd8)
  • chore(types): errors (8cc1fe0)

What's Changed

Full Changelog: https://github.com/nuxt-modules/icon/compare/v0.3.2...v0.3.3

v0.3.2

1 year ago
  • chore(types): ignore errors (e5e8216)

v0.3.1

1 year ago
  • feat: add option to set size to false to disable forcing style (e545ab8)

v0.3.0

1 year ago

CSS Component

This is currently experimental and may change in the future, this is a way to use CSS icons instead of SVG icons to reduce the DOM size and improve performance. It is leveraging the Mask combined with background color set to currentColor, useful to render monotone icons that use currentColor as icon color. Learn more on https://docs.iconify.design/icon-components/css.html

<template>
  <IconCSS name="uil:twitter" />
</template>

Learn more on #54

Devtools Tab

So you can search from https://icones.js.org directly inside the Nuxt Devtools:

CleanShot 2023-02-16 at 14 39 15

v0.2.11

1 year ago

fix(build): double-check exposed build