Releases: nuxt/icon
Releases · nuxt/icon
v0.4.2
What's Changed
- feat(Icon.vue): add slot to provide fallback value by @zaosoula in #85
- docs: fix a typo in README by @tanerijun in #82
New Contributors
- @tanerijun made their first contribution in #82
- @zaosoula made their first contribution in #85
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
- 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
- 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: v0.3.2...v0.3.3
v0.3.2
v0.3.1
v0.3.0
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: