Skip to content

Releases: metonym/svelte-spectrum-icons

v2.1.0

26 Jul 14:11
Compare
Choose a tag to compare
  • Ship additional icons from @adobe/spectrum-css-workflow-icons (net +6 icons)
  • Patch svg-to-svelte to version 2.2.1 to ignore a11y-mouse-events-have-key-events warnings

v2.0.0

21 Sep 20:47
Compare
Choose a tag to compare
  • Fix build script to generate full UI/Workflow icon set
  • Eliminate folder-level components

Breaking Changes

A direct import must be prefixed with the .svelte extension.

- import Icon from "svelte-spectrum-icons/ui/AlertSmall";
+ import Icon from "svelte-spectrum-icons/ui/AlertSmall.svelte";

v1.0.0

03 Sep 01:47
Compare
Choose a tag to compare
  • Upgrade svg-to-svelte to 2.0.0
  • Update demo and documentation