Skip to content

Releases: xcube-dev/xcube-viewer

1.2.0-dev.3

30 May 09:46
d39295c
Compare
Choose a tag to compare
1.2.0-dev.3 Pre-release
Pre-release

1.2.0-dev.2

24 May 10:22
Compare
Choose a tag to compare
1.2.0-dev.2 Pre-release
Pre-release

1.2.0-dev.0

07 May 05:35
38fabb0
Compare
Choose a tag to compare
1.2.0-dev.0 Pre-release
Pre-release
Merge pull request #331 from xcube-dev/forman-286-swipe_layers

Compare two variable layers

1.1.1

10 Apr 09:14
3a5f205
Compare
Choose a tag to compare

Fixes

  • Fixed a crash when plotting more than 10 points on map. (#299)
  • Fixed a crash when resizing browser window. (#301)

Other changes

  • Inlined the help menu into the app bar. The help icon button now opens the xcube Viewer documentation in a new browser tab.
  • No longer obtaining Roboto font from Google servers. Using the static version from @fontsource/roboto instead.
  • Updated development dependencies and updated TypeScript code base accordingly.
    • typescript from v4 to v5
    • react-scripts from v4 to v5
  • Added brief section in README.md of how to update xcube with a new xcube-viewer build.
  • Renamed git default branch on GitHub from master into main.

New Contributors

Full Changelog: v1.1.0...v1.1.1

1.1.0

07 Jun 09:58
Compare
Choose a tag to compare

Changes in version 1.1.0

  • A certain column of an imported CSV table or a property of an imported GeoJSON
    feature collection can now be added to an existing time-series chart, given
    values are numerical and a column or property exists that provides
    a time value. (#276)

    This new feature required additional features that have been added:

    • When importing a CSV table or a GeoJSON object, user can specify
      the time column name or time property.
      If given, time values are expected to be UTC and use ISO format.

    • Similarly, users can now specify a grouping column name or grouping
      property that will be used to create a new place group for the
      imported places.

    • It is now possible to rename and remove an existing place groups
      and to rename and remove places, if they were previously created
      or imported by the user.

  • Times are now correctly displayed using standard UTC timezone
    in ISO format. (#281)

Full Changelog: v1.0.2.1...v1.1.0

1.1.0-dev.1

27 Apr 08:32
Compare
Choose a tag to compare
1.1.0-dev.1 Pre-release
Pre-release

Changes in version 1.1.0 (in development)

  • A certain column of an imported CSV table or a property of an imported GeoJSON
    feature collection can now be added to an existing time-series chart, given
    values are numerical and a column or property exists that provides
    a time value. (#276)

    This new feature required additional features that have been added:

    • When importing a CSV table or a GeoJSON object, user can specify
      the time column name or time property.
      If given, time values are expected to be UTC and use ISO format.

    • Similarly, users can now specify a grouping column name or grouping
      property that will be used to create a new place group for the
      imported places.

    • It is now possible to rename and remove an existing place groups
      and to rename and remove places, if they were previously created
      or imported by the user.

  • Times are now correctly displayed using standard UTC timezone
    in ISO format. (#281)

Full Changelog: v1.0.2.1...v1.1.0-dev.1

1.0.2.1

24 Apr 17:57
Compare
Choose a tag to compare

Changes in version 1.0.2.1

  • Now reporting correct viewer version.

1.0.2

17 Apr 15:38
Compare
Choose a tag to compare

Changes in version 1.0.2

  • Timeseries chart labels are now visible again using light theme. (#268)

  • Users can now remove individual timeseries from a chart. (#277)

Full Changelog: v1.0.1...v1.0.2

1.0.1

29 Mar 08:15
Compare
Choose a tag to compare

Changes in version 1.0.1

Fixes

  • Fixed a crash when clicking the profile menu item for logged-in
    users. (#272)

Other

  • For user login, the default value for the redirect URI
    is now baseUrl.href instead of window.location.origin
    in order for viewer deployments that make use of new xcube
    server endpoint "/viewer" introduced in xcube 1.0.

  • Now supporting dotenv
    for testing while developing xcube-viewer.
    We support server configuration and auth configuration variables:

      # Server configuration
      REACT_APP_SERVER_ID=my_server
      REACT_APP_SERVER_NAME=My Server
      REACT_APP_SERVER_URL=http://127.0.0.1:8181
      
      # Authentication configuration
      REACT_APP_OAUTH2_AUTHORITY=https://my.authority.eu
      REACT_APP_OAUTH2_CLIENT_ID=kjJKs5n7kj5k7fo9l3
      REACT_APP_OAUTH2_AUDIENCE=https://my.audience.eu/api/

Full Changelog: v1.0.0...v1.0.1

1.0.1-dev.2

28 Mar 10:37
Compare
Choose a tag to compare
1.0.1-dev.2 Pre-release
Pre-release

Changes in version 1.0.1 (in development)

Fixes

  • Fixed a crash when clicking the profile menu item for logged-in
    users. (#272)

Other

  • For user login, the default value for the redirect URI
    is now baseUrl.href instead of window.location.origin
    in order for viewer deployments that make use of new xcube
    server endpoint "/viewer" introduced in xcube 1.0.

  • Now supporting dotenv
    for testing while developing xcube-viewer.
    We support server configuration and auth configuration variables:

      # Server configuration
      REACT_APP_SERVER_ID=my_server
      REACT_APP_SERVER_NAME=My Server
      REACT_APP_SERVER_URL=http://127.0.0.1:8181
      
      # Authentication configuration
      REACT_APP_OAUTH2_AUTHORITY=https://my.authority.eu
      REACT_APP_OAUTH2_CLIENT_ID=kjJKs5n7kj5k7fo9l3
      REACT_APP_OAUTH2_AUDIENCE=https://my.audience.eu/api/

Full Changelog: v1.0.1-dev.1...v1.0.1-dev.2