-
v0.4.1
Stablereleased this
2026-02-28 14:32:23 +00:00 | 0 commits to main since this releaseBug Fixes
- fix: guard cssContent getter against empty Unicode breaking Alpine.js — When
data.Unicodewas empty, the JS getter producedreturn '\';which escaped the closing quote and created an unterminated string literal. This killed the entire Alpine component for all non-FontAwesome libraries (Remix, Lucide, Tabler, Boxicons, Iconoir, Bootstrap). Also fixes CSS content display for FA icons: uses double-backslash so JS displays literal\f015instead of interpreting\fas form-feed.
Tasks
- OP#1855: Fix Alpine.js syntax error in icon detail modal for non-FA libraries
- OP#1856: Investigate icon rendering failures for some Remix Icons (resolved by OP#1855)
Install
docker pull git.bros.ninja/mike/fontshelf:0.4.1Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- fix: guard cssContent getter against empty Unicode breaking Alpine.js — When