Skip to content

4.0.1

Compare
Choose a tag to compare
@JustinVoitel JustinVoitel released this 28 Dec 06:37
· 16 commits to main since this release

Breaking Changes

  • Remove forced classes, you now have full control over the classes
  • Remove deprecated ariaHidden property, use aria-hidden instead
  • Remove svelte-hero-icons/Icon.svelte import, to (hopefully) enable ootb experience
    • if you still use the old syntax, refactor your code in 1 step:
      • replace import Icon from "svelte-hero-icons/Icon.svelte" with import { Icon } from "svelte-hero-icons"
      • or add the import to wherever you import the Icon sources

Fixes

  • Add ability to use any property on solid version of Icon