Skip to content

Releases: saleor/macaw-ui

Release 1.0.0-pre.18

09 Jan 12:51
70a52ca
Compare
Choose a tag to compare
Release 1.0.0-pre.18 Pre-release
Pre-release

1.0.0-pre.18 (2024-01-09)

Features

  • pass text props to NoOptions component (#717) (721ad3e)

Release 1.0.0-pre.17

09 Jan 11:59
1c55486
Compare
Choose a tag to compare
Release 1.0.0-pre.17 Pre-release
Pre-release

1.0.0-pre.17 (2024-01-09)

Features

Bug Fixes

Release 1.0.0-pre.16

21 Dec 13:26
9b38747
Compare
Choose a tag to compare
Release 1.0.0-pre.16 Pre-release
Pre-release

1.0.0-pre.16 (2023-12-21)

Features

  • add option to disable autofocus for popover (#696) (7e72105)

Bug Fixes

Release 1.0.0-pre.15

15 Dec 13:13
1d4d78f
Compare
Choose a tag to compare
Release 1.0.0-pre.15 Pre-release
Pre-release

1.0.0-pre.15 (2023-12-15)

⚠ BREAKING CHANGES

Old box shadow tokens will not work - you need to migrate to the new ones. See migration guide for more info:

Old token New token
--mu-box-shadow-interactive-default-focused --mu-box-shadow-default-focused
--mu-box-shadow-interactive-default-hovering --mu-box-shadow-default-hovered
--mu-box-shadow-overlay --mu-box-shadow-default-overlay
--mu-box-shadow-modal --mu-box-shadow-default-modal

Features

Bug Fixes

Release 1.0.0-pre.14

12 Dec 09:09
9f386a4
Compare
Choose a tag to compare
Release 1.0.0-pre.14 Pre-release
Pre-release

1.0.0-pre.14 (2023-12-12)

Bug Fixes

Release 1.0.0-pre.13

11 Dec 13:41
a6ad7bb
Compare
Choose a tag to compare
Release 1.0.0-pre.13 Pre-release
Pre-release

1.0.0-pre.13 (2023-12-11)

Features

Release 1.0.0-pre.12

08 Dec 11:19
3afc40d
Compare
Choose a tag to compare
Release 1.0.0-pre.12 Pre-release
Pre-release

1.0.0-pre.12 (2023-12-08)

Bug Fixes

  • use new theme colors in dynamic multiselect (#676) (e0b1415)

Release 1.0.0-pre.11

05 Dec 14:20
34acf2c
Compare
Choose a tag to compare
Release 1.0.0-pre.11 Pre-release
Pre-release

1.0.0-pre.11 (2023-12-05)

⚠ BREAKING CHANGES

  • old color tokens will not work - you need to migrate to the new ones. See migration guide for more info.

Features

Migration guide:

Old color -> New color

Backgrounds

decorativeSurfaceSubdued1 -> accent1
decorativeSurfaceSubdued2 -> accent1
decorativeSurfaceSubdued3 -> accent1
highlightDim -> <Backdrop /> component
surfaceNeutralDepressed -> default3
surfaceNeutralPlain -> default1
surfaceNeutralSubdued -> default2

Text colors

iconNeutralDefault -> default1
iconNeutralDisabled -> defaultDisabled
text1Decorative -> accent1
text2Decorative -> accent1
text3Decorative -> accent1
textCriticalDefault -> critical1
textCriticalSubdued -> critical2
textNeutralContrasted -> buttonDefaultPrimary
textNeutralDefault -> default1
textNeutralDisabled -> defaultDisabled
textNeutralSubdued -> default2

Borders

brandDefault -> accent1
criticalDefault -> critical1
neutralPlain -> default1
neutralSubdued -> default2

Release 1.0.0-pre.10

28 Nov 07:59
d3ea9be
Compare
Choose a tag to compare
Release 1.0.0-pre.10 Pre-release
Pre-release

1.0.0-pre.10 (2023-11-28)

Bug Fixes

  • handle controlled state in Switch component (#662) (2cb4d41)

Release 1.0.0-pre.9

16 Nov 12:10
9c9fee8
Compare
Choose a tag to compare
Release 1.0.0-pre.9 Pre-release
Pre-release

1.0.0-pre.9 (2023-11-16)

Bug Fixes