Skip to content

v0.8.0

Compare
Choose a tag to compare
@m-mohr m-mohr released this 17 Aug 15:27
· 321 commits to master since this release

Added

  • Support a data refresh interval to be set in the config #148
  • Better OpenID Connect integration, incl. refresh token support (#161)
  • Dockerfile
  • Support for a changeable logo, configurable primary color #154
  • Fullscreen for data viewer #160
  • Allow to login from discovery mode #173 (and other related improvements)
  • Viewer: Show parsing errors in UI #174
  • Show request status through spinner #165 and less messages during requests...
  • Allow to "hardcode" OIDC client IDs into the config
  • Collection preview support for WMTS and XYZ
  • Possibility to show JSON/CSV after synchronous jobs in Code Editor #147
  • Drag and Drop Collections into Map Viewer
  • Simple way to load process JSON via drag&drop #183
  • Add/Edit process metadata, incl. parameters
  • Support direct access in math mode for more than one parameter #166
  • Simple way to load process JSON via drag&drop #183
  • Pre-fill required keys and check for min/max count in Object/Array Editor
  • Support resizing modals
  • Allow to skip login via config option #185
  • Import processes from external source
  • Basic tour guide #172 (will be improved in the next versions)
  • Configure service and app name

Changed

  • New date/time picker #126
  • Updated OpenLayers to v6, also updated other dependencies
  • Migrate Model Builder to Vue Components (#163)
  • If multiple data types have been detected, prefer native data type #157
  • Improve model bock parameter rendering and length #158
  • Started migrating CSS to SCSS
  • Better UI sizing if not authenticated
  • Don't show no-auth warning any longer
  • Completely refactored the Modals, incl. support to resize modals
  • Show parameter details instead of schema
  • Keep query parameters in URL
  • Store search state on login/logout

Fixed

  • Parameters in arrays not correctly detected #179
  • Storing a changed process gives no UI confirmation #167
  • Fix CSS issue with workspace panel
  • Handle HTTP errors better
  • Auto expand discovery categories when searching #145
  • Fix UDF runtimes in discovery panel
  • More robust scrollIntoView / input focus for parameter modal
  • Empty Lines trigger NaN, not changeable #151
  • Fixed issue with temporal extent "Fatal error: invalid duration string" Open-EO/openeo-vue-components#45
  • Properly pre-select EPSG codes #157
  • Refactoring: Use Number namespace in JS
  • Model builder: Several minor fixes and clean-up (mouse wheel, history size, unselecting other blocks on select, css)
  • Fix issue with Expression Model when no parameter is present in processes
  • Show Fullscreen button only if an element has been passed
  • Fix: Processes can't be added to model builder via "+" button
  • Other minor bug fixes