Skip to content

v5.0.0

Compare
Choose a tag to compare
@indaco indaco released this 30 Oct 15:18
· 100 commits to main since this release
d01942c

compare changes

Breakings

Iconoir v7 introduced solid icons. Icons are now organized as regular and solid and it is reflected on how the icon components are imported and used.

^v4.0.0:

<script>
  import { SunLightIcon } from '@indaco/svelte-iconoir/sun-light';
</script>

^v5:

<script>
  import { SunLightIcon } from '@indaco/svelte-iconoir/regular/sun-light';
</script>

💅 Refactors

  • Optimize code for scripts cleanAll and cpFiles (47b4a96)
  • Optimize code for scripts/utils.ts (681be1e)
  • scripts/buildIconsDataset.ts: Iconoir v7 with icon variants (d6455a0)
  • scripts/makeProdPkg.ts: Code optimization for iconoir v7 (fb888b2)

📖 Documentation

  • CHANGELOG: Fix typo (68d349a)
  • Update changie header.tpl.md (a7516a0)

🏡 Chore

  • Update iconoit to v7 (4b768d9)
  • Update dev deps (084372c)
  • Update sveltekit to v1.27.2 (78e7aa2)
  • Create index.d.ts (fc40442)
  • scripts/utils.ts: Remove specials cases fixed in iconoir v7 (c1f92a2)
  • Update demo page (e391bde)

❤️ Contributors