Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 18:13
· 10 commits to main since this release
bfd359a

Minor Changes

  • #48 f276f85 Thanks @pradel! - 🚀 create-react-app 5 is now supported 🚀

    Breaking Changes

    • Removed the enableSvgr and svgrOptions options. Svgr is now working out of the box.
    • Drop support for CRA 3 and 4. As many underlying libraries have changed, CRA 4 and 3 are no longer supported. Check the CRA changelog to see what changed.

    Migrating from 0.4.X to 0.5.X

    • You will first need to migrate your project to CRA 5. See the CRA Migration guide for more information.
    • Upgrade craco-esbuild to version 0.5.0 or higher in your project.
    • If you are using enableSvgr or svgrOptions you can remove them from the craco.config.js file. Svgr is now working out of the box.