Releases: fpapado/svg-use
Releases · fpapado/svg-use
@svg-use/[email protected]
Patch Changes
- f917214: Use URL.parse() as a progressive enhancement in dev-only checks,
using new URL() otherwise.
@svg-use/[email protected]
Patch Changes
- 3e7af4f: Fix reference to @svg-use/react types in client dts reference.
@svg-use/[email protected]
Patch Changes
- efa4f32: Fix: ensure that the result of
config.rewritePath
gets passed down
to the inner SVG.
@svg-use/[email protected]
Patch Changes
- 757b946: Fix
createThemedExternalSvg
props to reference SVGAttributes
@svg-use/[email protected]
Patch Changes
- 5f6340e: Make
@svg-use/react
a dependency of plugins. - Updated dependencies [0ea4fd9]
- Updated dependencies [05fa11e]
- @svg-use/[email protected]
- @svg-use/[email protected]
@svg-use/[email protected]
Patch Changes
- 5f6340e: Make
@svg-use/react
a dependency of plugins. - Updated dependencies [5f6340e]
- @svg-use/[email protected]
@svg-use/[email protected]
Patch Changes
- 5f6340e: Make
@svg-use/react
a dependency of plugins. - Updated dependencies [0ea4fd9]
- Updated dependencies [05fa11e]
- @svg-use/[email protected]
- @svg-use/[email protected]
@svg-use/[email protected]
Minor Changes
- 05fa11e: Breaking change:
Props
now extendSVGAttributes<SVGSVGElement>
instead ofHTMLAttributes<SVGSVGElement>
. This should be more permissive
in most practical SVG cases, but it might cause type errors with existing uses
ofThemedExternalSvg
.
@svg-use/[email protected]
Minor Changes
-
0ea4fd9: Breaking:
defaultThemeSubstitution
now takes an option object, so
its signature has changed to a factory:const options = { - getThemeSubstitutions: defaultThemeSubstitution + getThemeSubstitutions: defaultThemeSubstitution() }
defaultThemeSubstitution
now provides amonochromeCssVarFallback
option,
to allow passingcurrentColor
as thevar()
fallback.
@svg-use/[email protected]
Patch Changes
- Updated dependencies [4ccc16a]
- @svg-use/[email protected]