From 9855edc88c2c8a661c23931845029a544bb876ca Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Sun, 5 Jan 2025 01:58:42 +0100 Subject: [PATCH] Add missing slots to Items and Collections, v2.18.1 --- CHANGELOG.md | 6 ++++++ README.md | 6 +++++- components/Collections.vue | 6 +++++- components/Items.vue | 4 +++- package.json | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11373ea..4d6d43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.18.1] - 2025-01-05 + +### Added + +- `Collections` and `Items`: Add slots `content-start` and `after-search-box` + ## [2.18.0] - 2025-01-04 ### Added diff --git a/README.md b/README.md index 279dbb0..34a8b0a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A set of [Vue](https://vuejs.org) components for [openEO](http://openeo.org). -This library's version is [**2.18.0**](CHANGELOG.md) and supports **openEO API versions 1.x.x**. +This library's version is [**2.18.1**](CHANGELOG.md) and supports **openEO API versions 1.x.x**. Legacy versions supporting API version 0.x are available as [releases](https://github.com/Open-EO/openeo-vue-components/releases). npm: [@openeo/vue-components](https://www.npmjs.com/package/@openeo/vue-components) @@ -202,6 +202,8 @@ Shows an (expandable) list of all STAC-based collections available at a back-end - `heading`: See the corresponding slot in [`SearchableList`](#searchablelist). - `summary`: See the corresponding slot in [`SearchableList`](#searchablelist). +- `content-start`: See the corresponding slot in [`SearchableList`](#searchablelist). +- `after-search-box`: See the corresponding slot in [`SearchableList`](#searchablelist). - `collection-before-description`: See the corresponding slot `before-description` in [`Collection`](#collection). - `collection-end`: See the corresponding slot `end` in [`Collection`](#collection). - `collection-spatial-extents`: See the corresponding slot `spatial-extents` in [`Collection`](#collection). @@ -399,6 +401,8 @@ Shows an (expandable) list of STAC-based Items. - `heading`: See the corresponding slot in [`SearchableList`](#searchablelist). - `summary`: See the corresponding slot in [`SearchableList`](#searchablelist). +- `content-start`: See the corresponding slot in [`SearchableList`](#searchablelist). +- `after-search-box`: See the corresponding slot in [`SearchableList`](#searchablelist). - `item-before-description`: See the corresponding slot `before-description` in [`Item`](#item). - `item-end`: See the corresponding slot `end` in [`Item`](#item). - `item-location`: See the corresponding slot `location` in [`Item`](#item). diff --git a/components/Collections.vue b/components/Collections.vue index 1941888..52a9d84 100644 --- a/components/Collections.vue +++ b/components/Collections.vue @@ -20,7 +20,11 @@ @detailsToggled="detailsToggled" allowCopy> - + +