Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 1.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.1.0 - 2021-07-26

  • 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

2.0.0 - 2020-09-21

  • 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";

1.1.0 - 2020-09-21

  • [UNRELEASED] Upgrade @adobe/spectrum-css-workflow-icons to 1.1.0 (+20 workflow icons)

1.0.0 - 2020-09-02

  • Upgrade svg-to-svelte to 2.0.0

0.1.1 - 2020-04-24

  • Update documentation

0.1.0 - 2020-04-24

  • Initial release