Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [50.0.0](v49.5.0...v50.0.0) (2021-05-07) ### Features * Remove preloader from AppIcon, use client getIconURL instead ([faca1b1](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.
- Loading branch information