Skip to content

3.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 21:12
· 37 commits to main since this release

Features

  • 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.