Skip to content

Releases: fpapado/svg-use

@svg-use/[email protected]

12 Oct 09:08
e69bf5b
Compare
Choose a tag to compare

Patch Changes

  • f917214: Use URL.parse() as a progressive enhancement in dev-only checks,
    using new URL() otherwise.

@svg-use/[email protected]

04 Sep 19:06
640ebfe
Compare
Choose a tag to compare

Patch Changes

  • 3e7af4f: Fix reference to @svg-use/react types in client dts reference.

@svg-use/[email protected]

30 Aug 05:47
7b2156e
Compare
Choose a tag to compare

Patch Changes

  • efa4f32: Fix: ensure that the result of config.rewritePath gets passed down
    to the inner SVG.

@svg-use/[email protected]

28 Aug 12:20
c80b7ea
Compare
Choose a tag to compare

Patch Changes

  • 757b946: Fix createThemedExternalSvg props to reference SVGAttributes

@svg-use/[email protected]

27 Aug 18:19
c4cdc5e
Compare
Choose a tag to compare

Patch Changes

@svg-use/[email protected]

27 Aug 18:19
c4cdc5e
Compare
Choose a tag to compare

Patch Changes

@svg-use/[email protected]

27 Aug 18:19
c4cdc5e
Compare
Choose a tag to compare

Patch Changes

@svg-use/[email protected]

27 Aug 18:19
c4cdc5e
Compare
Choose a tag to compare

Minor Changes

  • 05fa11e: Breaking change: Props now extend SVGAttributes<SVGSVGElement>
    instead of HTMLAttributes<SVGSVGElement>. This should be more permissive
    in most practical SVG cases, but it might cause type errors with existing uses
    of ThemedExternalSvg.

@svg-use/[email protected]

27 Aug 18:19
c4cdc5e
Compare
Choose a tag to compare

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 a monochromeCssVarFallback option,
    to allow passing currentColor as the var() fallback.

@svg-use/[email protected]

20 Aug 13:38
66f1b32
Compare
Choose a tag to compare

Patch Changes