Skip to content

Releases: fpapado/svg-use

@svg-use/[email protected]

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

Minor Changes

  • 4ccc16a: Introduce emitFile in AdvancedOptions, to support Vite wrappers.

@svg-use/[email protected]

19 Aug 07:01
751d554
Compare
Choose a tag to compare

Minor Changes

  • 86c4f14: Breaking change: The default theme has changed.

    • Instead of separating fills and strokes, equal colors are substituted in the
      same way. This makes it easier to support monotone/duotone/tritone themes,
      and reduces the output size.
    • The CSS custom properties have changed, to --svg-use-color-*
  • 86c4f14: Introduce ?noTheme config query, in types, docs and examples.

  • 86c4f14: Export the default Component in bundler ambient type declarations.

Patch Changes

@svg-use/[email protected]

19 Aug 07:01
751d554
Compare
Choose a tag to compare

Minor Changes

  • 86c4f14: Introduce ?noTheme config query, in types, docs and examples.

  • 86c4f14: Breaking change: The default theme has changed.

    • Instead of separating fills and strokes, equal colors are substituted in the
      same way. This makes it easier to support monotone/duotone/tritone themes,
      and reduces the output size.
    • The CSS custom properties have changed, to --svg-use-color-*
  • 86c4f14: Export the default Component in bundler ambient type declarations.

Patch Changes

@svg-use/[email protected]

19 Aug 07:01
751d554
Compare
Choose a tag to compare

Minor Changes

  • 86c4f14: Breaking change: The default theme has been updated. ThemeProps now
    accept color/colorSecondary/colorTertiary, instead of separating fills and
    strokes.
  • 86c4f14: Export the default Component in bundler ambient type declarations.

@svg-use/[email protected]

19 Aug 07:01
751d554
Compare
Choose a tag to compare

Minor Changes

  • 86c4f14: Export all publicly-visible types

  • 86c4f14: Breaking change: The default theme has changed.

    • Instead of separating fills and strokes, equal colors are substituted in the
      same way. This makes it easier to support monotone/duotone/tritone themes,
      and reduces the output size.
    • The CSS custom properties have changed, to --svg-use-color-*

@svg-use/[email protected]

16 Aug 07:56
b292ebf
Compare
Choose a tag to compare

Minor Changes

  • 01467a7: Refactor @svg-use/core API, update plugins to use it.

Patch Changes

@svg-use/[email protected]

16 Aug 07:56
b292ebf
Compare
Choose a tag to compare

Minor Changes

  • 01467a7: Refactor @svg-use/core API, update plugins to use it.

Patch Changes

@svg-use/[email protected]

16 Aug 07:56
b292ebf
Compare
Choose a tag to compare

Minor Changes

  • 01467a7: Add configContext, to allow rewriting URLs and toggling runtime
    checks.
  • 01467a7: Rename ThemedSvg to ThemedExternalSvg, to align with the factory
    function

@svg-use/[email protected]

16 Aug 07:56
b292ebf
Compare
Choose a tag to compare

Minor Changes

  • 01467a7: Refactor @svg-use/core API, update plugins to use it.