Skip to content

Releases: Open-EO/openeo-vue-components

v2.3.1

09 Jul 17:11
Compare
Choose a tag to compare

Fixed

  • The fallback size set in ModelBuilder was too intrusive and couldn't be altered from externally.

v2.3.0

09 Jul 14:44
Compare
Choose a tag to compare

Added

  • ModelBuilder component to nicely visualize process graphs (migrated over from Web Editor)
  • Processes: Make showGraph prop from Process component available
  • Collections, Items, Processes, SearchableList: Add new property loadAdditionalData to load additional data in expanded state.

Changed

  • Logs: Don't allow passing null (to show a loading state) any longer, which was an undocumented left-over from the Web Editor.
  • Process: Use ModelBuilder instead of ObjectTree 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 to base.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

01 Jul 13:55
Compare
Choose a tag to compare

Added

  • Job and Service: supports usage metrics

Fixed

  • Fixed an error that was thrown in the case that no time is present in the logs

v2.2.1

24 Jun 10:10
Compare
Choose a tag to compare

Fixed

  • Process: 'The return value has not been defined.' was shown for processes that had no parameters regardless of the actual return value.

v2.2.0

17 Jun 12:11
Compare
Choose a tag to compare

Added

  • Logs: supports time and usage metrics

Changed

  • Logs:
    • New style
    • Show more details for stac trace / path

Fixed

  • Logs: Correctly distinguish "non-existing" and "null" for data

v2.1.2

14 Jun 14:23
Compare
Choose a tag to compare

Fixed

  • Collection and JobEstimate: Don't throw an exception when a duration or temporal step is invalid.
  • Collection: Prevent map from incorrectly relocating to the preview section when data is altered externally.
  • Better keys in Vue loops.

v2.1.1

14 Jun 14:23
Compare
Choose a tag to compare

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 and Item: Improve consistency of how units get shown

v2.1.0

06 May 09:25
Compare
Choose a tag to compare

Added

  • New Job component
  • New JobEstimate component
  • New Logs component
  • New Service component
  • Tabs:
    • Event selected
    • Prop pillsMultiline to show pills in multiple rows
  • Job Status is now shown in different colors
  • Process: Add option and slot to visualize process graph for processes

Changed

  • UdfRuntime: Full support for experimental and deprecated flags
  • ObjectTree: Visualize boolean values with symbols instead of text
  • Item and Collection: Better visualization for openEO processes
  • Process: Show default values in process signature

Fixed

  • Collections: Don't pass mapOptions to SearchableList
  • Process:
    • Show better text if return value has not been declared
    • Fix spacing around process signature

v2.0.3

15 Mar 17:41
Compare
Choose a tag to compare

Changed

  • Don't show margin for pre tag in Items and Collections.
  • Better format spatial reference systems for data cubes.

Fixed

  • Fix version check issue when Leaflet should be replaced by another mapping library.

v2.0.2

15 Mar 13:37
Compare
Choose a tag to compare

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