Skip to content

v75.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 16 Sep 11:49
· 1228 commits to master since this release

75.0.0 (2022-09-16)

Bug Fixes

  • DropdownText: Icon and text was misaligned for body1 variant (53cd532)

Features

  • DropdownButton: Add ripple effect and some props (cecf1f0)
    • it's no longer needed to use Typography as first child of DropdownButton since it's wrapped inside, but it should work anyway.
    • DropdownButton comes now with a ripple effect. It's still possible to use DropdownText instead if you don't want the effect, as before.
    • We add textVariant, spaceBetween, fullWidth, noWrap and disabled props to better control it.

BREAKING CHANGES

  • DropdownButton: Horizontal alignment could be different. You have to use className="u-mh-half" if you want the old behavior.