Skip to content

Releases: nuxt/icon

v0.3.3

14 Mar 16:53
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update all non-major dependencies by @renovate in #44

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Feb 15:24
Compare
Choose a tag to compare
  • chore(types): ignore errors (e5e8216)

v0.3.1

16 Feb 15:13
Compare
Choose a tag to compare
  • feat: add option to set size to false to disable forcing style (e545ab8)

v0.3.0

16 Feb 13:57
Compare
Choose a tag to compare

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

07 Feb 14:03
Compare
Choose a tag to compare

fix(build): double-check exposed build

v0.2.10

25 Jan 18:40
Compare
Choose a tag to compare
  • fix(autocomplete): fix autocomplete path resolving avoiding issues on build (3d83579)
  • feat(icon): add autocomplete on aliases on component (0af0aa6)
  • chore(playground): add typescript workspace to playground (e069696)

v0.2.9

25 Jan 13:52
Compare
Choose a tag to compare

v0.2.8

25 Jan 13:33
Compare
Choose a tag to compare

v0.2.7

23 Jan 11:59
Compare
Choose a tag to compare
  • chore: update studio fields (0d9314b)

v0.2.6

18 Jan 09:33
Compare
Choose a tag to compare