Skip to content

Commit

Permalink
chore(release): 50.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed May 7, 2021
1 parent d1389de commit c7032ae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [50.0.0](https://github.com/cozy/cozy-ui/compare/v49.5.0...v50.0.0) (2021-05-07)


### Features

* Remove preloader from AppIcon, use client getIconURL instead ([faca1b1](https://github.com/cozy/cozy-ui/commit/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.

# [49.5.0](https://github.com/cozy/cozy-ui/compare/v49.4.0...v49.5.0) (2021-04-23)


Expand Down

0 comments on commit c7032ae

Please sign in to comment.