Skip to content

v4.0.0

Choose a tag to compare

@markdumay markdumay released this 12 Feb 15:44
· 147 commits to main since this release
41b28f1

4.0.0 (2026-02-12)

  • feat!: v4.0 - adopt FontAwesome SVG+JS and fix fluid icons (d9d963a)

Bug Fixes

  • deps-dev: bump @commitlint/cli from 20.4.0 to 20.4.1 (1358791)
  • deps-dev: bump @commitlint/config-conventional (d7121d8)
  • deps-dev: bump @fortawesome/fontawesome-free from 7.1.0 to 7.2.0 (76d8c12)
  • deps-dev: bump cpy-cli from 6.0.0 to 7.0.0 (f889e44)
  • deps-dev: bump semantic-release from 25.0.2 to 25.0.3 (0038d10)

BREAKING CHANGES

  • v4 adopts FontAwesome SVG+JS architecture, removes dist/
    folder, changes fa-fluid from 60cqi to 100cqi, and restructures rendering
    modes. Users must add fontawesome-js.html partial to layouts, adjust fluid
    icon containers, and update configuration parameters.

Migration steps: (1) Add {{- partial "footer/fontawesome-js.html" . -}} to
layout (2) Adjust fluid icon containers for 100cqi (3) Set embed=true for
symbol maps (optional) (4) Add {{- partial "assets/symbols.html" . -}} if
using embed (5) Remove renderMode from config (6) Review inline parameter.

Co-Authored-By: Claude Sonnet 4.5 [email protected]