natemoo-re / astro-icon

Inline and sprite-based SVGs in Astro made easy!
https://astroicon.dev
Other
990 stars 57 forks source link

Add support for `is:inline` directive #200

Closed natemoo-re closed 5 months ago

natemoo-re commented 5 months ago

Resolves #193, resolves #194

Adds support for a new is:inline directive which bypasses the automatic sprite optimization and just inlines the SVG directly. This directive addresses the use cases outlined in #193 and #194.

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: dc38581df06aa042fc718173e907f1ad809de747

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------- | ----- | | astro-icon | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
api-astroicon ✅ Ready (Inspect) Visit Preview Jan 30, 2024 2:37am
astroicon ✅ Ready (Inspect) Visit Preview Jan 30, 2024 2:37am
seansmyth commented 5 months ago

Brill, thanks!!