We added an extra breakpoint for small screens to our automated visual testing
process with Percy. This to ensure that visual regressions are tested in a
more responsive fashion.
!417
Added a prepare-commit-msg hook to husky to auto prepend commits with the
JIRA ticket ID.
!420
Updated color for <LinkText> in chameleon-theme-swcom!MR 331
Updated color.grey.60 shade in chameleon-theme-swcom!MR 374
Following a survey regarding the new Nieuwsblad app we updated the
font.paragraph.size token value in chameleon-theme-gva-summer-2020,
chameleon-theme-hbvl-summer-2020, chameleon-theme-nb,
chameleon-theme-nb-winter-2021 and chameleon-theme-dl from 16 to 17 for
better readability on mobile devices.
!MR 369
Fixed: when a <Tooltip /> is used in the action="" prop of a
<WideListItem />, there's a visual overflow bug (the tooltip is clipped by a
parent with overflow: hidden.)
!MR 248
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