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

7.2.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 11 Jun 14:34
· 1769 commits to master since this release

Changelog for [7.2.0] (2021-06-11)

Summary

  • Bugfix - Use correct selected background colour: #1368
  • Enhancement - Add pagination component: #1055
  • Enhancement - Table Row Mounted Event: #1371

Details

  • Bugfix - Use correct selected background colour: #1368

    We've fixed the css custom property in .oc-background-selected helper class so that the
    background highlighted colour is used there instead.

    #1368

  • Enhancement - Add pagination component: #1055

    We've added OcPagination component.

    #1055

  • Enhancement - Table Row Mounted Event: #1371

    The OcTable now emits an event if a row is mounted.

    #1371