Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

4.1.2

Compare
Choose a tag to compare
@pascalwengerter pascalwengerter released this 31 Mar 10:29
· 2220 commits to master since this release

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.

    #1185

  • 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.

    #1184

  • 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

    #1185

  • Bugfix - Muted text uikit class: #1185

    The uk-text-muted was overwritten to correctly use CI colors.

    #1185

  • 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.

    #1185