You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add file-based caching system for Iconify API responses to improve performance and enable offline development. Icons fetched from the Iconify API can now be cached locally and reused in subsequent builds, configured via api_cache_root and api_cache_static_path settings.
Icon sprites now preserve style attributes containing CSS variables (e.g., style="fill: var(--icon-color)"), enabling advanced theming and interactive hover effects that work across the shadow DOM boundary. See the new Styling with CSS Variables documentation for examples.