Releases: geostreams/geodashboard
Releases · geostreams/geodashboard
v3.9.5
Add a 'show/hide all' button.
v3.9.4
3.9.4 - 2022-06-22
Added
- New scatter plot visualization.
v3.9.3
3.9.3 - 2022-03-07
Fixed
- Search page would not show sensor markers on first render.
v3.9.2
3.9.2 - 2022-02-24
Fixed
- Use
basename
attribute of Router to set the context path for the app.
- In template, deploy app at context path when using webpack dev server.
- Switched Map SelectClusterInteraction from flat to spiral. Solves a problem
with cluster whose locations have the same lat/lon.
v3.9.1
Fix a filename bug with StackedBoxWhisker component.
v3.9.0
See gd-glm/CHANGELOG.md,
gd-geostreaming/CHANGELOG.md, and gd-core/CHANGELOG.md for specific changes.
v3.6.0
3.6.0 - 2020-12-14
See gd-glm/CHANGELOG.md
, gd-smartfarm/CHANGELOG.md
, gd-gltg-bmp/CHANGELOG.md
, gd-gltg/CHANGELOG.md
,
gd-geostreaming/CHANGELOG.md
, gd-core/CHANGELOG.md
, and gd-core_old/CHANGELOG.md
for specific changes.
- Updated GitHub workflows.
v3.5.0
[3.5.0] - 2020-08-27
See gd-gltg/CHANGELOG.md
, gd-geostreaming/CHANGELOG.md
, gd-glm__old
, gd-glm
for specific changes.
Added
- New BPM dashboard
gd-gltg-bmp
.
- Created new project for Smartfarm
SMARTFARM-2
- Added support for url path context
GLGVO-692
- Setup Github Actions for building and deploying docker images
Changed
v3.4.0
gd-core
Added
Changed
gd-glm
Fixed
- Fix the missing logo in the header at non-root url paths
GLM-130
Added
- Use the new sensor detail view from
gd-geostreaming
GEOD-1341
gd-glm_old
Changed
- Set Geostreams API url in webpack config
GLM-128
- Moved route management and webpack config to
gd-glm
GEOD-1341