v50.0.0
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
andpriority
to match client.getIconURL() API. By default, and without any fetchIcon fn as prop, AppIcon will fetch icon from apps, so thetype
must be specified askonnector
if necessary. Note thattype
(app
by default) andpriority
(stack
by default) are not required.