diff --git a/packages/plugins/Attributions/CHANGELOG.md b/packages/plugins/Attributions/CHANGELOG.md index 4de4f6b01..7bae5be81 100644 --- a/packages/plugins/Attributions/CHANGELOG.md +++ b/packages/plugins/Attributions/CHANGELOG.md @@ -2,6 +2,7 @@ ## unpublished +- Feature: Add new option `'footer'` to configuration parameter `renderType` that changes the attributions to be displayed as a small version of the information box that is always visible. - Refactor: Replace redundant props with computed properties. ## 1.2.1 diff --git a/packages/plugins/Attributions/src/components/AttributionContent.vue b/packages/plugins/Attributions/src/components/AttributionContent.vue index 19a297fb6..e57bcc555 100644 --- a/packages/plugins/Attributions/src/components/AttributionContent.vue +++ b/packages/plugins/Attributions/src/components/AttributionContent.vue @@ -1,7 +1,14 @@