Svelte Awesome Versions Save

Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome

v3.3.1

4 months ago

Commits

  • Run prettier cd36ab1
  • Add svelte options tag to fix rendering in Svelte 5 507c8de

What's Changed

New Contributors

Full Changelog: https://github.com/RobBrazier/svelte-awesome/compare/v3.3.0...v3.3.1

v3.3.0

5 months ago

Commits

  • fix: update package.json to be compatible with latest svelte and svelte-package versions 58cbb5e
  • prettier format a7ca68a
  • added search functionality 1316b29
  • Add renovate.json 1a4692a

v3.2.1

11 months ago

Commits

  • add Svelte 4 to peerDependencies c79bc99 by @benmccann

v3.2.0

1 year ago

Fixed

  • handle additional properties e.g. aria-hidden and pass to svg element - fixes #965 #965

v3.1.0

1 year ago

Changes of note

  1. Added some proper Typescript types rather than using the auto-generated ones so hopefully usage should be a bit nicer now
  2. imports via import { iconName } from 'svelte-awesome/icons' won't cause a load of extra files to be downloaded anymore, however it's still a relatively large download so would recommend importing the icon files directly instead still.
  3. FontAwesome v6 'docs' have been added now - technically it worked fine with previous versions, but got examples for that now

Commits

  • format files to be compliant with prettier and add examples for v6 as well as v5 1256232
  • Upgrade sveltekit out of alpha version and optimise code a bit to be less hacky 2524d98
  • clean up devDependencies to remove a bunch of stuff dependabot added 0a10314
  • migration to @sveltejs/package v2 3f1b832
  • add typing to flip option f4c2dae
  • fix devcontainer to work with docker 6d2e124
  • svelte-migrate: renamed files 20795a5

v3.0.1

1 year ago

Commits

  • fix: #187 remove non-unique ids from path and polygon c141f69 @josdejong

v3.0.0

2 years ago

Commits

  • BREAKING: restructure icon names and files to be more consistent and add icons index page a254e44
  • fix example after highlight.js upgrade 3ad7b8f

If you are importing the icons via 'svelte-awesome/icons', you should not see any impact other than for 'try' which has been renamed 'faTry' If you are importing the icons directly via 'svelte-awesome/icons/icon-name', these are now in camelCase instead of kebab-case.

See https://docs.robbrazier.com/svelte-awesome/icons for an index of all available embedded icons

v2.4.6

2 years ago

Commits

v2.4.5

2 years ago

Commits

  • non-functional change to validate github actions pipeline 9c97fc8
  • apply svelte-kit configuration recommendations 0cd6054
  • remove config.kit.target from svelte.config.js as no longer required 897d67d

DO NOT USE - Published with the wrong package path so imports may not work - Please use v2.4.6 which resolves this

v2.4.4

2 years ago

Commits

  • fix invalid peerDependencies b38d38a