·
70 commits
to main
since this release
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
.