Skip to content

Releases: saleor/macaw-ui

Release 1.0.0-pre.7

24 Oct 06:15
a3b85c9
Compare
Choose a tag to compare
Release 1.0.0-pre.7 Pre-release
Pre-release

1.0.0-pre.7 (2023-10-24)

Features

  • allow the user to disable autofocus in modal (#635) (24f162a)

Release 1.0.0-pre.6

20 Oct 10:01
838fcab
Compare
Choose a tag to compare
Release 1.0.0-pre.6 Pre-release
Pre-release

1.0.0-pre.6 (2023-10-20)

Features

  • move experimental filters out of library (#610) (92383bd)

Bug Fixes

Release 1.0.0-pre.4

05 Oct 08:33
ef56140
Compare
Choose a tag to compare
Release 1.0.0-pre.4 Pre-release
Pre-release

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:

  1. 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.
  1. 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.

v0.7.4

04 Oct 13:28
d1d9786
Compare
Choose a tag to compare

v0.7.3...v0.7.4

Release 0.8.0-pre.136

27 Sep 12:57
Compare
Choose a tag to compare
Release 0.8.0-pre.136 Pre-release
Pre-release

0.8.0-pre.136 (2023-09-27)

Release 0.8.0-pre.135

19 Sep 14:17
Compare
Choose a tag to compare
Release 0.8.0-pre.135 Pre-release
Pre-release

0.8.0-pre.135 (2023-09-19)

Bug Fixes

  • dropdown block pointer events when used inside modal (#580) (4ff85ca)

Release 0.8.0-pre.134

19 Sep 07:49
Compare
Choose a tag to compare
Release 0.8.0-pre.134 Pre-release
Pre-release

0.8.0-pre.134 (2023-09-19)

Bug Fixes

Release 0.8.0-pre.133

15 Sep 08:13
Compare
Choose a tag to compare
Release 0.8.0-pre.133 Pre-release
Pre-release

0.8.0-pre.133 (2023-09-15)

Features

Bug Fixes

Release 0.8.0-pre.132

08 Sep 07:29
Compare
Choose a tag to compare
Release 0.8.0-pre.132 Pre-release
Pre-release

0.8.0-pre.132 (2023-09-08)

Features

  • add data-test-id to multiselect selected options (#568) (c3b924d)

Release 0.8.0-pre.131

07 Sep 13:30
Compare
Choose a tag to compare
Release 0.8.0-pre.131 Pre-release
Pre-release

0.8.0-pre.131 (2023-09-07)

Bug Fixes

  • problem with dev dependecies, add test id to options (#567) (6769ba4)