Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 18:04
· 270 commits to master since this release

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