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

1.8.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 03 Jul 08:15
· 2988 commits to master since this release

Changelog for [1.8.0] (2020-07-03)

Summary

  • Change - Use oc-spinner css class in oc-search-bar component: #802
  • Enhancement - Show dropdown in autocomplete on focus: #804
  • Enhancement - Add lead breadcrumb variation: #806
  • Enhancement - Add mainContent slot to the sidebar: #804
  • Enhancement - Add move icon: #807

Details

  • Change - Use oc-spinner css class in oc-search-bar component: #802

    UiKit spinner is not supporting IE11. The css classes around oc-spinner have been introduces
    previously and now they are used in the component oc-search-bar as well.

    #802

  • Enhancement - Show dropdown in autocomplete on focus: #804

    In case the input is focused and it still has a value the dropdown will open

    #804

  • Enhancement - Add lead breadcrumb variation: #806

    We've added a lead variation to the breadcrumbs. This variation gives large font size to
    breadcrumb items.

    #806

  • Enhancement - Add mainContent slot to the sidebar: #804

    We've added slot called mainContent into the sidebar component. This slot replaces the
    navigation if defined.

    #804

  • Enhancement - Add move icon: #807

    We've added the material design folder move icon.

    #807