Version 1.11.1
🐛 Bug Fix
- Fixed: when a
<Tooltip />
is used in theaction=""
prop of a<WideListItem />
, there's a visual overflow bug (the tooltip is clipped by a parent withoverflow: hidden
.) !MR 248
🏠 Internal
- Updates to dependencies:
- @percy/cli: 1.0.0-beta.70 -> 1.0.0-beta.71
- @popperjs/core: 2.10.2 -> 2.11.0
- @storybook/react: 6.3.12 -> 6.4.5
- Refactored some deprecated
Sass
code:/
is currently treated as a division operation in some contexts and a separator in others. Hence the deprecation to use/
as a division operator. !MR 232, !MR 247