Releases: saleor/macaw-ui
Releases · saleor/macaw-ui
Release 1.0.0-pre.7
Release 1.0.0-pre.6
Release 1.0.0-pre.4
1.0.0-pre.4 (2023-10-05)
Features
BREAKING CHANGE
We're approaching stable release soon and we have removed legacy code.
Here's how it will affect you:
- If you currently use both the old and new versions of MacawUI:
- Install two MacawUI packages and create aliases in your package.json file:
"@saleor/macaw-ui": "npm:@saleor/[email protected]",
"@saleor/macaw-ui-next": "npm:@saleor/[email protected]",
- Remove the
/next
from your imports. For example,@saleor/macaw-ui/next
should be changed to@saleor/macaw-ui-next
.
- If you only use the new MacawUI:
- Install the
@saleor/[email protected]
package. - Remove the
/next
from your imports. For example,@saleor/macaw-ui/next
should be changed to@saleor/macaw-ui
.
The new version of MacawUI does not have any external dependencies like MUI. Therefore, you won't need any additional configuration to use it in Next.js apps.