Releases: Open-EO/openeo-vue-components
Releases · Open-EO/openeo-vue-components
v2.3.1
v2.3.0
Added
ModelBuilder
component to nicely visualize process graphs (migrated over from Web Editor)Processes
: MakeshowGraph
prop fromProcess
component availableCollections
,Items
,Processes
,SearchableList
: Add new propertyloadAdditionalData
to load additional data in expanded state.
Changed
Logs
: Don't allow passingnull
(to show a loading state) any longer, which was an undocumented left-over from the Web Editor.Process
: UseModelBuilder
instead ofObjectTree
to visualize the processing instructions.Tab
/Tabs
: Load FontAwesome automatically if not available (Vue environments only).- CSS styles are processed with SCSS and thus
base.scss
has been renamed tobase.scss
SearchableList
:detailsToggled
is not emitted to parent any longer, the parent components do this now directly.
Fixed
- FontAwesome support in Web Components improved
- Better instructions on FontAwesome usage in Web Components
- Base CSS was missing from some components
- Added missing
vue-component
class that was missing from some components - Updates dependencies
v2.2.2
v2.2.1
v2.2.0
v2.1.2
v2.1.1
Changed
ObjectTree
: Don't spit out functions and symbols, use a placeholder instead.detailsToggled
event clarified behavior of the parameters and passes more parameters.SearchableList
regenerates summaries only if the object is actually a different one (in memory), not just the same with modified content.
Fixed
Collection
:- Correctly render steps in temporal dimensions
- Correctly render (empty) temporal extents
- Fix error when no summaries were present in the Collection
Collection
andItem
: Improve consistency of how units get shown
v2.1.0
Added
- New
Job
component - New
JobEstimate
component - New
Logs
component - New
Service
component Tabs
:- Event
selected
- Prop
pillsMultiline
to show pills in multiple rows
- Event
- Job Status is now shown in different colors
Process
: Add option and slot to visualize process graph for processes
Changed
UdfRuntime
: Full support forexperimental
anddeprecated
flagsObjectTree
: Visualize boolean values with symbols instead of textItem
andCollection
: Better visualization for openEO processesProcess
: Show default values in process signature
Fixed
Collections
: Don't passmapOptions
toSearchableList
Process
:- Show better text if return value has not been declared
- Fix spacing around process signature
v2.0.3
v2.0.2
Changed
- Conflicts with other Leaflet instances (e.g. from ipyleaflet) are mitigated
Fixed
- Item and Collection metadata must be migrated with stac-migrate before passing the data to stac-fields
- Fix some prop-related issues such as typos in the prop name
- In some cases Web Components were not able to load the data passed via script tags
- Event
summaries
was not emitted for all changes