3.0.0 (2023-07-01)
Two main features have been added with this release!
- Support for AppRouter
- Support for dynamic components (e.g., next/dynamic and components used for the first time on the client side)
⚠ BREAKING CHANGES
- 🧨 No more ability to rename configuration files.
Change to putexport-images.config.js
in the root of the project. - 🧨 It is no longer possible to set quality for each component.
Use thequality
option inexport-images.config.js
.
http://localhost:3000/docs/Configurations/basic-configuration#quality - 🧨 External images are specified manually.
If you use an external image, you must explicitly specify the URL for that image.
http://localhost:3000/docs/Features/external-images
Features
- 🚀 For external images, add them manually (54a70cb)
- 🚀 Supported AppRouter (6e5fd71), closes #527
- 🚀 Supported next/dynamic (857ae6b), closes #106
Bug Fixes
- 🐛 Changed version of peerDependencies next to 13.0.0 (fc6e534)
Documentation
- ✏️ Fixed Docs (50847a8)