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

7.4.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 17 Jun 12:03
· 1732 commits to master since this release

Changelog for [7.4.0] (2021-06-17)

Summary

  • Bugfix - Sticky OcAppSideBar Header: #1384
  • Enhancement - Theme-able breakpoint variables: #5281

Details

  • Bugfix - Sticky OcAppSideBar Header: #1384

    The OcAppSideBar Header is now sticky so the user always sees the filename and most important
    info. UX is also improved since he now can always close the appsidebar on mobile without having
    to scroll back to the top.

    #1384

  • Enhancement - Theme-able breakpoint variables: #5281

    We've added custom CSS props for breakpoints a while ago but missed adding them to the theming
    initialization, so they weren't theme-able until now.

    owncloud/web#5281
    #1388