Releases: ArnaudBarre/vite-plugin-fast-react-svg
Releases · ArnaudBarre/vite-plugin-fast-react-svg
v0.6.0
28 Sep 20:31
Compare
Sorry, something went wrong.
No results found
Use rolldown filters. Requires Vite 6.3+ or Vite 7
Add React 19 to peer dependency ranges
v0.5.2
24 Jun 23:23
Compare
Sorry, something went wrong.
No results found
Add vite@7 to peer dependency ranges
v0.5.1
26 Nov 15:55
Compare
Sorry, something went wrong.
No results found
v0.5.0
23 Sep 21:19
Compare
Sorry, something went wrong.
No results found
Drop support for ?inline, this now supported into core in v5
ESM only, requires node 18
Vite 5 as a peer deps
v0.4.0
10 Dec 01:49
Compare
Sorry, something went wrong.
No results found
Turn SVG into React components, even faster.
This new version uses only regex and dangerouslySetInnerHTML to directly create a JS output.
Breaking changes:
No more options available
Expose the new svgToJS function instead of the previous svgToJSX
Compatible with Vite 4.
v0.3.1
22 Oct 00:30
Compare
Sorry, something went wrong.
No results found
Forward ref to svg element
v0.3.0
24 Aug 21:26
Compare
Sorry, something went wrong.
No results found
Added useInnerHTML option to use dangerouslySetInnerHTML for SVG contents which improve bundle size.
v0.2.0
09 Aug 15:17
Compare
Sorry, something went wrong.
No results found
Breaking: Use named export instead of default export for better esm/cjs interop. Closes #2
To migrate, replace your import by import { svgPlugin } from "vite-plugin-fast-react-svg";
v0.1.4
19 Jul 16:33
Compare
Sorry, something went wrong.
No results found
Add vite@3 to peer dependency range
v0.1.3
26 Apr 18:34
Compare
Sorry, something went wrong.
No results found
Expose svgToJSX for reuse in other build pipelines