4.1.2
Changelog for [4.1.2] (2021-03-31)
Summary
- Bugfix - Breadcrumb font size: #1185
- Bugfix - Links in oc-avatar-group: #1184
- Bugfix - Modal title variation: #1185
- Bugfix - Muted text uikit class: #1185
- Bugfix - No underline on button hover: #1185
Details
-
Bugfix - Breadcrumb font size: #1185
The
lead
class in breadcrumbs didn't resize the font to match<h1>
tags. This fix brings
back the old behavior. -
Bugfix - Links in oc-avatar-group: #1184
The oc-avatar-group was showing all link, ignoring the
maxDisplayed
property. We fixed
that by properly cutting off the items used for rendering avatars. -
Bugfix - Modal title variation: #1185
The modal variation was only reflected in the title color in the
danger
variation. Now, the
title colors gets correctly adapted to any of the 5 possible variations -
Bugfix - Muted text uikit class: #1185
The
uk-text-muted
was overwritten to correctly use CI colors. -
Bugfix - No underline on button hover: #1185
When hovering
<button>
s we don't want to display an underline to differentiate them
properly from<a>
s and<router-link>
s.