Skip to content

Releases: RobBrazier/svelte-awesome

v3.3.1

05 Jan 06:19
Compare
Choose a tag to compare

Commits

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

What's Changed

  • chore(deps): update dependency @sveltejs/kit to v1.27.7 by @renovate in #1039
  • chore(deps): update dependency change-case to v5.3.0 by @renovate in #1040
  • chore(deps): update dependency typescript to v5.3.3 by @renovate in #1041
  • chore(deps): update dependency release-it to v17.0.1 by @renovate in #1042
  • chore(deps): update dependency prettier to v3.1.1 by @renovate in #1043
  • chore(deps): update dependency @sveltejs/kit to v1.28.0 by @renovate in #1044
  • chore(deps): update dependency @sveltejs/kit to v1.29.0 by @renovate in #1045
  • chore(deps): update svelte by @renovate in #1046
  • chore(deps): update dependency @sveltejs/kit to v1.30.0 by @renovate in #1047
  • chore(deps): update dependency @sveltejs/kit to v1.30.1 by @renovate in #1048
  • chore(deps): update dependency @sveltejs/kit to v1.30.2 by @renovate in #1049
  • chore(deps): update dependency @sveltejs/kit to v1.30.3 by @renovate in #1050
  • chore(deps): update dependency svelte-highlight to v7.4.3 by @renovate in #1052
  • chore(deps): update dependency svelte-highlight to v7.4.6 by @renovate in #1053
  • chore(deps): update dependency svelte-preprocess to v5.1.3 by @renovate in #1054
  • chore(deps): update dependency @sveltejs/package to v2.2.4 by @renovate in #1055
  • chore(deps): update dependency @sveltejs/package to v2.2.5 by @renovate in #1056
  • chore(deps): update dependency svelte-highlight to v7.4.7 by @renovate in #1057
  • chore: shrink generated code by @benmccann in #1058
  • Add svelte options tag to fix rendering in Svelte 5 by @TristanBrotherton in #1060

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

01 Dec 19:42
Compare
Choose a tag to compare

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

22 Jun 17:28
Compare
Choose a tag to compare

Commits

v3.2.0

17 Mar 21:00
Compare
Choose a tag to compare

Fixed

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

v3.1.0

05 Mar 18:04
Compare
Choose a tag to compare

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

01 Dec 12:28
Compare
Choose a tag to compare

Commits

v3.0.0

03 May 21:45
d300b5c
Compare
Choose a tag to compare

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

11 Mar 23:07
027f401
Compare
Choose a tag to compare

Commits

v2.4.5

11 Mar 23:03
3d92810
Compare
Choose a tag to compare

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

25 Jan 06:08
cd7f16e
Compare
Choose a tag to compare

Commits

  • fix invalid peerDependencies b38d38a