Skip to content

Commit 97ed238

Browse files
committed
v2.19.0
1 parent b52cc53 commit 97ed238

File tree

3 files changed

+51
-49
lines changed

3 files changed

+51
-49
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.19.0] - 2025-04-25
11+
1012
### Added
1113

1214
- `FederationMissingNotice`: Prop `compact`
@@ -711,7 +713,8 @@ First stable release.
711713
Please see the [Releases](https://github.com/Open-EO/openeo-vue-components/releases) for changelogs prior to v1.0.0.
712714

713715

714-
[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.18.2...HEAD
716+
[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.19.0...HEAD
717+
[2.19.0]: https://github.com/Open-EO/openeo-vue-components/compare/v2.18.3...v2.19.0
715718
[2.18.3]: https://github.com/Open-EO/openeo-vue-components/compare/v2.18.2...v2.18.3
716719
[2.18.2]: https://github.com/Open-EO/openeo-vue-components/compare/v2.18.1...v2.18.2
717720
[2.18.1]: https://github.com/Open-EO/openeo-vue-components/compare/v2.18.0...v2.18.1

README.md

Lines changed: 46 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Vue Components for openEO
1+
# Vue Components for openEO <!-- omit in toc -->
22

33
A set of [Vue](https://vuejs.org) components for [openEO](http://openeo.org).
44

5-
This library's version is [**2.18.3**](CHANGELOG.md) and supports **openEO API versions 1.x.x**.
5+
This library's version is [**2.19.0**](CHANGELOG.md) and supports **openEO API versions 1.x.x**.
66
Legacy versions supporting API version 0.x are available as [releases](https://github.com/Open-EO/openeo-vue-components/releases).
77

88
npm: [@openeo/vue-components](https://www.npmjs.com/package/@openeo/vue-components)
@@ -11,51 +11,50 @@ Examples: <https://open-eo.github.io/openeo-vue-components/>
1111

1212
**Table of Contents:**
1313

14-
- [Vue Components for openEO](#vue-components-for-openeo)
15-
- [Usage](#usage)
16-
- [HTML](#html)
17-
- [FontAwesome](#fontawesome)
18-
- [Vue](#vue)
19-
- [Components](#components)
20-
- [`BillingPlans`](#billingplans)
21-
- [`Capabilities`](#capabilities)
22-
- [`Collection`](#collection)
23-
- [`Collections`](#collections)
24-
- [`DataTable`](#datatable)
25-
- [`DeprecationNotice`](#deprecationnotice)
26-
- [`FederationMissingNotice`](#federationmissingnotice)
27-
- [`Description`](#description)
28-
- [`ExperimentalNotice`](#experimentalnotice)
29-
- [`FileFormat`](#fileformat)
30-
- [`FileFormats`](#fileformats)
31-
- [`JsonSchema`](#jsonschema)
32-
- [`Item`](#item)
33-
- [`Items`](#items)
34-
- [`Job`](#job)
35-
- [`JobEstimate`](#jobestimate)
36-
- [`LinkList`](#linklist)
37-
- [`Logs`](#logs)
38-
- [`ObjectTree`](#objecttree)
39-
- [`Process`](#process)
40-
- [`ModelBuilder`](#modelbuilder)
41-
- [`Processes`](#processes)
42-
- [`SearchableList`](#searchablelist)
43-
- [`SearchBox`](#searchbox)
44-
- [`Service`](#service)
45-
- [`ServiceType`](#servicetype)
46-
- [`ServiceTypes`](#servicetypes)
47-
- [`SupportedFeatures`](#supportedfeatures)
48-
- [`Tabs` and `Tab`](#tabs-and-tab)
49-
- [`Tabs`](#tabs)
50-
- [`Tab`](#tab)
51-
- [Examples](#examples)
52-
- [Simple example with three static tabs](#simple-example-with-three-static-tabs)
53-
- [Dynamically adding tabs + custom tab names appearance](#dynamically-adding-tabs--custom-tab-names-appearance)
54-
- [`UdfRuntime`](#udfruntime)
55-
- [`UdfRuntimes`](#udfruntimes)
56-
- [Other features](#other-features)
57-
- [`FeatureList`](#featurelist)
58-
- [`Utils`](#utils)
14+
- [Usage](#usage)
15+
- [HTML](#html)
16+
- [FontAwesome](#fontawesome)
17+
- [Vue](#vue)
18+
- [Components](#components)
19+
- [`BillingPlans`](#billingplans)
20+
- [`Capabilities`](#capabilities)
21+
- [`Collection`](#collection)
22+
- [`Collections`](#collections)
23+
- [`DataTable`](#datatable)
24+
- [`DeprecationNotice`](#deprecationnotice)
25+
- [`FederationMissingNotice`](#federationmissingnotice)
26+
- [`Description`](#description)
27+
- [`ExperimentalNotice`](#experimentalnotice)
28+
- [`FileFormat`](#fileformat)
29+
- [`FileFormats`](#fileformats)
30+
- [`JsonSchema`](#jsonschema)
31+
- [`Item`](#item)
32+
- [`Items`](#items)
33+
- [`Job`](#job)
34+
- [`JobEstimate`](#jobestimate)
35+
- [`LinkList`](#linklist)
36+
- [`Logs`](#logs)
37+
- [`ObjectTree`](#objecttree)
38+
- [`Process`](#process)
39+
- [`ModelBuilder`](#modelbuilder)
40+
- [`Processes`](#processes)
41+
- [`SearchableList`](#searchablelist)
42+
- [`SearchBox`](#searchbox)
43+
- [`Service`](#service)
44+
- [`ServiceType`](#servicetype)
45+
- [`ServiceTypes`](#servicetypes)
46+
- [`SupportedFeatures`](#supportedfeatures)
47+
- [`Tabs` and `Tab`](#tabs-and-tab)
48+
- [`Tabs`](#tabs)
49+
- [`Tab`](#tab)
50+
- [Examples](#examples)
51+
- [Simple example with three static tabs](#simple-example-with-three-static-tabs)
52+
- [Dynamically adding tabs + custom tab names appearance](#dynamically-adding-tabs--custom-tab-names-appearance)
53+
- [`UdfRuntime`](#udfruntime)
54+
- [`UdfRuntimes`](#udfruntimes)
55+
- [Other features](#other-features)
56+
- [`FeatureList`](#featurelist)
57+
- [`Utils`](#utils)
5958

6059
## Usage
6160

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openeo/vue-components",
3-
"version": "2.18.3",
3+
"version": "2.19.0",
44
"author": "openEO Consortium",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)