Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

52 lines (34 loc) · 1.16 KB

@svg-use/webpack

0.3.1

Patch Changes

0.3.0

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

  • Updated dependencies [86c4f14]
  • Updated dependencies [86c4f14]
  • Updated dependencies [86c4f14]
  • Updated dependencies [86c4f14]

0.2.0

Minor Changes

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

Patch Changes

0.1.1

Patch Changes