Skip to content

Latest commit

 

History

History
73 lines (38 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

73 lines (38 loc) · 1.67 KB

@saleor/macaw-ui

1.1.10

Patch Changes

  • d8516d5: MacawUI engine has been changed to support Node 18. This means that MacawUI no longer throws an error when being installed in Dashboard.

1.1.9

Patch Changes

  • 6a51f52: You can now see ellipses in select when text width is too long.

1.1.8

Patch Changes

  • c89d56e: Checkboxes now have a semi-transparent background color on focus state, meaning that it is easier to differentiate states when using keyboard navigation.
  • e577c41: You can now navigate on dropdown list. Dropdown stays close on focus.

1.1.7

Patch Changes

  • df82ca9: You can now see selected option in combobox dropdown when provided value does not match same referance with options
  • 36a05eb: Skeleton component now by default has same height as text

1.1.6

Patch Changes

  • 9c969e2: You can now see start and end adornment in select input options

1.1.5

Patch Changes

  • 65a8f3f: ID passed to comobobox will now be passed as an attribute to dropdown list wrapper box

1.1.4

Patch Changes

  • c7b7d19: This change adds border-collapse to sprinkles as well as child selectors

1.1.3

Patch Changes

  • 52642a5: Prevent Tooltip to show empty content tooltip when there is no children or empty string

1.1.2

Patch Changes

  • 604c7a0: This change adds bold font weight to button component and lowers bold font weight from 700 to 600.

1.1.1

Patch Changes

  • f4443be: Fix empty build on npm

1.1.0

Minor Changes

  • fa11d14: Removed typeSize from Box and sprinkles. You should use fontSize, letterSpacing & lineHeight directly instead.

Patch Changes

  • 512c39b: Export radio group indicator