Skip to content

Releases: pradel/create-react-app-esbuild

[email protected]

12 Mar 14:06
6a8be4d
Compare
Choose a tag to compare

Patch Changes

[email protected]

12 Mar 11:11
926f35b
Compare
Choose a tag to compare

Minor Changes

[email protected]

29 Aug 22:45
fb0fb73
Compare
Choose a tag to compare

Patch Changes

[email protected]

09 May 14:12
32f81fc
Compare
Choose a tag to compare

Patch Changes

[email protected]

10 Jan 18:13
bfd359a
Compare
Choose a tag to compare

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.

[email protected]

21 Dec 14:07
a45e92f
Compare
Choose a tag to compare

Patch Changes

  • #49 9e09177 Thanks @pradel! - Use require.resolve to import the '@svgr/webpack' loader, this solve an issue that monorepo can have.

[email protected]

21 Dec 10:46
Compare
Choose a tag to compare

Patch Changes

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.3 (2021-12-14)

Features

  • add svgrOptions to customize svgr plugin behavior (#44) (4ebde9f)

0.4.2 (2021-10-12)

Features

0.4.1 (2021-09-22)

Bug Fixes

v0.4.2

12 Oct 13:09
Compare
Choose a tag to compare
chore(release): 0.4.2

v0.4.1

22 Sep 17:03
Compare
Choose a tag to compare
chore(release): 0.4.1

v0.4.0

06 Sep 14:58
Compare
Choose a tag to compare
chore(release): 0.4.0