Skip to content

Releases: nuxt/icon

v1.4.5

03 Aug 16:20
99f02c0
Compare
Choose a tag to compare
  • fix: enforce relative url resolving (#230) (4564518)
  • docs: mention about externalize options (b05b720)
  • docs: note about @iconify/json (cc166d6)

v1.4.4

01 Aug 10:41
2c37835
Compare
Choose a tag to compare
  • fix: init client bundle for svg icons, close #228 (f433863)
  • chore: update lint (77391db)
  • chore: update ci (9bc1f88)
  • chore: add missing deps (6df9c83)
  • feat: introduce serverBundle.externalizeIconsJson option (651f206)
  • refactor: improve context (358d3f0)
  • refactor: extract context (27f92ad)

v1.4.3

30 Jul 17:49
177c9f2
Compare
Choose a tag to compare
  • fix: remove server bundle warning (e0ffd35)
  • fix: set provider: iconify when running nuxt generate (917bcad)

v1.4.2

30 Jul 17:26
763cc29
Compare
Choose a tag to compare
  • fix(icon): use optional chaining to fix 'undefined' error in Histoire (#225) (a64428c)
  • fix: incorrect mutation (cbf364f)
  • fix: client bundle enable condition (1188e1e)

v1.4.0

29 Jul 16:42
a228606
Compare
Choose a tag to compare
  • chore: cleanup (2ba215f)
  • feat: introduce clientBundle.includeCustomCollections option, #34 (#223) (5b373e4)
  • refactor: split files (313a5f2)
  • fix: insert styles before first style tag (#218) (aa15b2a)
  • chore: update deps (5993e11)
  • fix: tolerant nullish icon name, fix #217 (cb44eed)
  • chore: update deps (e696074)
  • fix: support nitro preset detection in zero config environments (#216) (7587b2a)

v1.3.1

23 Jul 14:04
07fb504
Compare
Choose a tag to compare

v1.3.0

22 Jul 15:21
ec95615
Compare
Choose a tag to compare

v1.2.1

20 Jul 22:05
18e3a00
Compare
Choose a tag to compare

v1.2.0

18 Jul 22:50
db5c8a4
Compare
Choose a tag to compare

v1.1.1

15 Jul 16:12
2e85424
Compare
Choose a tag to compare
  • chore: update scripts (6e4d7f9)
  • fix: don't fail when scanning css rules from external stylesheets (#192) (ca451c8)
  • docs: correct color example, fix #176 (f51af19)
  • feat: switch default provider to iconify when ssr: false, fix #179 (de92533)
  • chore: update deps (16dad5c)
  • feat: allow local endpoint path to be overridden with icon.localApiEndpoint (#191) (b05feee)
  • feat: graceful error handling of invalid svgs (#195) (27004c7)
  • fix: missing json import attribute when importing iconify packages (#187) (e10740b)
  • chore: indicate compatibility with nuxt v4 (#202) (4183555)
  • docs: fix component example url (#198) (c93d15b)
  • docs: typo (#182) (85a0e7b)
  • docs: add docs for manual setup, close #177 (acd1f75)