Releases: Open-EO/openeo-vue-components
Releases · Open-EO/openeo-vue-components
v2.9.1
v2.9.0
Added
SearchableList
: Allow showing a copy symbol for the identifier (enabled for collections and processes)
Changed
Collection
: Show more top-level metadata fields
Fixed
Process
:- Escape non-printable characters (
\r
,\n
,\t
) in regular expressions properly - Show a constant boolean value as boolean value instead of yes/no
- Escape non-printable characters (
- Small improvements to separate blocks better in
JsonSchema
,Process
andLogs
v2.8.1
v2.8.0
Added
- Support for the experimental Federation Extension
- New component
FederationMissingNotice
Tabs
: New slot and event with nameempty
Changed
- Make assets more compact
Fixed
ModelBuilder
:- Minor speed improvements
- Don't add default values to exported process arguments
SearchBox
: Fixed wrongly computed width
v2.7.1
v2.7.0
Added
Collection
,Collections
,Item
,Items
: Addedattribution
andbasemap
options tomapOptions
to make basemap tile layer configurable.Utils
: New functionsearch
to do advanced search in texts.Logs
: Support for searching through logs, also adds new propexternalSearchTerm
.
Changed
DataTable
andSearchableList
(and all usages of it): UseUtils.search
instead of the previous simple search method.UdfRuntime
: Each version tab has a CSS class assigned; built from the runtime identifier and the version number.Tab
: Each tab/pill gets the tab id a CSS class name assigned.
Fixed
- Fixed typos in
DeprecationNotice
(classes and component name)
v2.6.2
Fixed
JsonSchema
: Improved rendering for properties.ModelBuilder
:- HTML code for parameters contains invalid attributes.
- Improved UX for blocks (context-sensitive cursors etc.)
- Rendering of data types has been improved
- Process return values consisting of multiple data types don't always return
any
- Don't include Leaflet multiple times (bundles got larger starting with v2.6.0)