Skip to content

Releases: Open-EO/openeo-vue-components

v2.9.1

18 Jul 14:50
Compare
Choose a tag to compare

Added

  • Process: The variable displayableNamespace is passed to the title slot

v2.9.0

18 Jul 13:40
Compare
Choose a tag to compare

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
  • Small improvements to separate blocks better in JsonSchema, Process and Logs

v2.8.1

23 May 13:15
Compare
Choose a tag to compare

Added

  • Utils.isUrl()

Changed

  • ModelBuilder: Create more human-friendly node names

Fixed

  • ModelBuilder:
    • Descriptions for blocks not shown initially
    • If process namespace is a URL, don't show process as missing

v2.8.0

14 Apr 10:50
Compare
Choose a tag to compare

Added

  • Support for the experimental Federation Extension
  • New component FederationMissingNotice
  • Tabs: New slot and event with name empty

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

25 Jan 17:17
Compare
Choose a tag to compare

Fixed

  • UdfRuntime: When no data is available yet, the component failed to render something at all.

v2.7.0

15 Dec 15:36
Compare
Choose a tag to compare

Added

  • Collection, Collections, Item, Items: Added attribution and basemap options to mapOptions to make basemap tile layer configurable.
  • Utils: New function search to do advanced search in texts.
  • Logs: Support for searching through logs, also adds new prop externalSearchTerm.

Changed

  • DataTable and SearchableList (and all usages of it): Use Utils.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

03 Nov 17:11
Compare
Choose a tag to compare

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)

v2.6.1

07 Sep 13:01
Compare
Choose a tag to compare

Fixed

  • ModelBuilder: Deleting parameters with connected edges didn't work.

v2.6.0

07 Sep 13:01
Compare
Choose a tag to compare

Added

  • Collection / Item: Show more details for STAC assets

Fixed

  • Upgraded dependencies, which includes several updates and bug fixes
  • Collection / Item: Correctly migrate all STAC data

v2.5.1

19 Aug 15:13
Compare
Choose a tag to compare

Fixed

  • ModelBuilder:  Incorrectly sent an update event when adding (importing) process parameters, which resulted in empty processes