Releases: nuxt/icon
Releases · nuxt/icon
v1.0.0-beta.7 (nuxt-icon)
v1.0.0-rc.1
v1.0.0-beta.6
v1.0.0-beta.5
v1.0.0-beta.4
v1.0.0-beta.1
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 usingcss
mode, (seticon.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
toicon
- App config schema changes
iconifyApiOptions
has been removediconifyApiOptions.url
->iconifyApiEndpoint
iconifyApiOptions.publicApiFallback
->fallbackToApi
(default: true)
v1.0.0-beta.3
v0.6.10
What's Changed
- fix(icon): use optional chaining to fix 'undefined' error in Histoire by @RobertHaba in #147
New Contributors
- @RobertHaba made their first contribution in #147
Full Changelog: v0.6.9...v0.6.10
v0.6.9
v0.6.8
What's Changed
- chore: test bundler module resolution by @danielroe in #130
Full Changelog: v0.6.7...v0.6.8