Releases: 11ty/eleventy-plugin-font-awesome
Eleventy Font Awesome v1.0.0-beta.9
- Fixes bug with aliased icon names, e.g.
<i class="fas fa-tshirt"></i>
should map tofa-solid fa-shirt
v1 Milestone: https://github.com/11ty/eleventy-plugin-font-awesome/milestone/1?closed=1
Full Changelog: v1.0.0-beta.8...v1.0.0-beta.9
Eleventy Font Awesome v1.0.0-beta.8
- Fixes for Pro icon class names
- Adds
fa-
sizing classes as preserved class names in output. - Adds
ignoredClasses: []
plugin option to skip elements with any matching classname. (e.g.ignoredClasses: ["fak"]
to use client JavaScript bundle for kit icons) - Fixes bug with missing Pro icons not throwing errors (even with
failOnError: true
)
v1 Milestone: https://github.com/11ty/eleventy-plugin-font-awesome/milestone/1?closed=1
Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8
v1.0.0-beta.10
- Adds support for accessible text for SVG sprite icons, a la https://docs.fontawesome.com/web/dig-deeper/accessibility#making-icons-accessible-manually, usage example:
<i class="fas fa-tshirt">shirt</i>
v1 Milestone: https://github.com/11ty/eleventy-plugin-font-awesome/milestone/1?closed=1
Full Changelog: v1.0.0-beta.9...v1.0.0-beta.10
Eleventy Font Awesome v1.0.0-beta.7
- Fixes bug with importing other Font Awesome icon sets via
sets
plugin option #1 - Adds support for
<i class="fa-fw">
for fixed width icons. - Improves error messaging when an icon can’t be found.
v1 Milestone: https://github.com/11ty/eleventy-plugin-font-awesome/milestone/1?closed=1
Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7
Eleventy Font Awesome v1.0.0-beta.6
- Adds
defaultAttributes: {}
option (used in both shortcode and transform) - Removes prerelease
shortcodeClass
option.
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
Eleventy Font Awesome v1.0.0-beta.5
- Adds
failOnError: false
(default: false) option for Transform to fall back to unchanged markup when an icon is not found in the library. - Adds automated test workflow on CI
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
Eleventy Font Awesome v1.0.0-beta.4
Addsreplaced withshortcodeClass
option to add a global classname to any<svg>
elements added via shortcode.defaultOptions
in v1.0.0-beta.6
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
Eleventy Font Awesome v1.0.0-beta.3
- Adds tests
- Fixes npm provenance.
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
Eleventy Font Awesome v1.0.0-beta.2
- Adds npm publishing provenance.
Full Changelog: https://github.com/11ty/eleventy-plugin-font-awesome/commits/v1.0.0-beta.2
Eleventy Font Awesome v1.0.0-beta.1
Very first release! Consult the README for more information: https://github.com/11ty/eleventy-plugin-font-awesome/blob/main/README.md
Full Changelog: https://github.com/11ty/eleventy-plugin-font-awesome/commits/v1.0.0-beta.1