Skip to content

v50.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 07 May 14:10
· 2152 commits to master since this release

50.0.0 (2021-05-07)

Features

  • Remove preloader from AppIcon, use client getIconURL instead (faca1b1)

BREAKING CHANGES

  • AppIcon has now two more props type and priority to match client.getIconURL() API. By default, and without any fetchIcon fn as prop, AppIcon will fetch icon from apps, so the type must be specified as konnector if necessary. Note that type (app by default) and priority (stack by default) are not required.