Releases: metonym/svelvg
Releases · metonym/svelvg
v0.12.2
Fixes
createLibrary
options should be optional (8d44628)
createLibrary
should alphabetize module names (6d557de)
v0.12.1
- revert back to using
SvelteComponentTyped
, since SvelteComponent
cannot be used in Svelte 3
v0.12.0
Breaking Changes
- update generated types to support Svelte 4, while still supporting Svelte version >=3.55
v0.11.4
- escape file extension regex for Windows (ce69f9a, #16)
v0.11.3
- use type-only import for
SvelteComponentTyped
interface
v0.11.2
- escape icon names beginning with "" in icon index
v0.11.1
- remove all spaces/dashes in
IconLibrary
regex when searching icon names
v0.11.0
- render meta description in
IconLibrary
component
- disable spellcheck in
IconLibrary
search input
v0.10.1
- generated TypeScript definitions should correctly extend SVG attributes
v0.10.0
- add
IconLibrary
Svelte component for searching the icon library