Skip to content

Releases: nuxt/icon

v1.5.5

08 Oct 08:50
56f56a3
Compare
Choose a tag to compare
  • chore: update version (1eb04da)
  • chore: update deps (153eb3c)
  • chore(deps): replace fast-glob with tinyglobby (#263) (73967f3)
  • fix: loadIcon always console warn (#272) (b6cd843)
  • fix: use hash for api key (2d12da6)
  • feat: add console warning for icon load timeout (#266) (857b2de)

v1.5.3

04 Oct 09:34
eb577a9
Compare
Choose a tag to compare
  • fix: error The URL must be of scheme file (#262) (c9c7d47)

v1.5.2

26 Sep 13:58
7cb5ade
Compare
Choose a tag to compare
  • fix: fix compatibility on Cloudflare (377e1df)
  • feat: allow fallbackToApi to be set to server-only or client-only (5fc6b7d)

v1.5.1

03 Sep 20:13
cc14fe4
Compare
Choose a tag to compare

v1.5.0

27 Aug 10:35
b74135c
Compare
Choose a tag to compare

v1.4.10

24 Aug 11:15
Compare
Choose a tag to compare

v1.4.9

24 Aug 10:31
Compare
Choose a tag to compare
  • chore: improve caching key for api route (0aa42c9)
  • chore: fix lint (49721d2)

v1.4.8

22 Aug 17:53
c8af4db
Compare
Choose a tag to compare
  • fix: Promise.race logic (de721b2)
  • fix: use onServerPrefetch for css icons (7560ffe)
  • fix: improve ssr performance for loading bad ids, add fetchTimeout option (3d07357)
  • chore: setup nuxt hub for the playground (e6c87b5)
  • chore: update deps (23d9ebd)

v1.4.7

20 Aug 14:58
a88b74c
Compare
Choose a tag to compare
  • fix: serverBundle mode detection with NuxtHub (341e6e5)

v1.4.6

20 Aug 14:45
9a62c93
Compare
Choose a tag to compare
  • fix: improve serverBundle preset detection (486ae5d)
  • chore: update ci (9f9c1f4)
  • docs: setup test for playground, close #197 (5724416)
  • chore: rename variables (f116b7c)
  • fix: error when customize is provided in module options instead of app config (3bb5957)
  • fix: add option customize to app.config and nuxt.config (#238) (0accdcb)
  • docs: fix customize function file to app.config.ts (#237) (f4b135b)
  • refactor: simplify client bundle codegen (2ef7a74)
  • docs: use of the customize option (#232) (91acea7)