From c7d7445c3d6feff12aad2fa53177a920be8015b4 Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Thu, 16 Nov 2023 11:51:26 +0100 Subject: [PATCH 1/3] Add breaking change to v6. closes #665 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ad0d74..a335141b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -154,6 +154,10 @@ component path (`path`) and the original SVG path (`originalPath`) # [6.1.0](https://github.com/gregberge/svgr/compare/v6.0.0...v6.1.0) (2021-12-01) +### BREAKING CHANGES + +- svgr v6 is now only compatible with **Webpack v5** and up. + ### Bug Fixes - fix previous export system ([1872829](https://github.com/gregberge/svgr/commit/187282977af841cd5a2243a23abba72b20eec2fa)), closes [#635](https://github.com/gregberge/svgr/issues/635) From 0ed24812ebdb68de9caad2829f215b29eb66bc27 Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Thu, 16 Nov 2023 11:54:12 +0100 Subject: [PATCH 2/3] add link to migration guide --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a335141b..b228f4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -156,7 +156,7 @@ component path (`path`) and the original SVG path (`originalPath`) ### BREAKING CHANGES -- svgr v6 is now only compatible with **Webpack v5** and up. +- svgr v6 is now only compatible with **Webpack v5** and up. See the (https://react-svgr.com/docs/migrate/#webpack)[migration guide] ### Bug Fixes From 81f025ad090f2221805df30586267b77774cdb59 Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Thu, 16 Nov 2023 11:55:24 +0100 Subject: [PATCH 3/3] fix markdown link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b228f4c6..7b6cf37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -156,7 +156,7 @@ component path (`path`) and the original SVG path (`originalPath`) ### BREAKING CHANGES -- svgr v6 is now only compatible with **Webpack v5** and up. See the (https://react-svgr.com/docs/migrate/#webpack)[migration guide] +- svgr v6 is now only compatible with **Webpack v5** and up. See the [migration guide](https://react-svgr.com/docs/migrate/#webpack) ### Bug Fixes