diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b553175..8bbbf12df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes in ownCloud Design System unreleased. ## Summary * Bugfix - Disabled OcSelect background: [#2008](https://github.com/owncloud/owncloud-design-system/pull/2008) +* Bugfix - Icons/Thumbnails were only visible for clickable resources: [#2007](https://github.com/owncloud/owncloud-design-system/pull/2007) ## Details @@ -17,6 +18,15 @@ The following sections list the changes in ownCloud Design System unreleased. https://github.com/owncloud/owncloud-design-system/pull/2008 + +* Bugfix - Icons/Thumbnails were only visible for clickable resources: [#2007](https://github.com/owncloud/owncloud-design-system/pull/2007) + + We fixed that only clickable resources had icons/thumbnails in `OcResource`. It was fixed by + introducing an `OcResourceLink` component that reduces code complexity and duplication + when linking resources. + + https://github.com/owncloud/owncloud-design-system/pull/2007 + # Changelog for [12.2.2] (2022-03-03) The following sections list the changes in ownCloud Design System 12.2.2.