Commit 00d22e6
authored
Release v3.1.17 (#818)
# Changelog
- ## 🎉 Features
- feat: time series support for CMR data
([#1747](NASA-IMPACT/veda-ui#1747))
- ## 🚀 Improvements
- chore: Develop custom layer example
([#1757](NASA-IMPACT/veda-ui#1757))
- chore: Deprecate mosaic endpoint
([#1773](NASA-IMPACT/veda-ui#1773))
- ci: Send warning when release terminated with no commit
([#1779](NASA-IMPACT/veda-ui#1779))
- ## 📊 Dataset Updates
- fix: Do not show configurable colormap for wms, wmts datasets
([#1769](NASA-IMPACT/veda-ui#1769))
- fix: update banner credit for CarbonTracker dataset
([#814](#814))
- ## 🐛 Fixes
- fix: render extension logic
([#1772](NASA-IMPACT/veda-ui#1772))
- fix: Pin down react compare image
([#1785](NASA-IMPACT/veda-ui#1785))
- fix: newsletter subscription form
([#813](#813))File tree
4 files changed
+7
-7
lines changed- .veda
- datasets
- static/public/subscription
4 files changed
+7
-7
lines changed- .env+1-2
- .github/workflows/release.yml+17-1
- .release-it.js+5-2
- app/scripts/components/common/map/hooks/use-layer-interaction.ts+5-3
- app/scripts/components/common/map/style-generators/raster-timeseries.tsx+10-35
- app/scripts/components/exploration/analysis-data.spec.ts+157
- app/scripts/components/exploration/analysis-data.ts+285-18
- app/scripts/components/exploration/atoms/hooks.ts+24
- app/scripts/components/exploration/atoms/timeline.ts+1-5
- app/scripts/components/exploration/components/chart-popover.tsx+22-14
- app/scripts/components/exploration/components/datasets/analysis-metrics.tsx+27-25
- app/scripts/components/exploration/components/datasets/data-layer-card.tsx+25-24
- app/scripts/components/exploration/components/datasets/dataset-chart.tsx+126-83
- app/scripts/components/exploration/components/datasets/dataset-list-item.tsx+11-7
- app/scripts/components/exploration/components/datasets/layer-chart-analysis-menu.tsx+42-21
- app/scripts/components/exploration/data-utils.ts+3-5
- app/scripts/components/exploration/hooks/use-analysis-data-request.ts+18-3
- app/scripts/components/exploration/types.d.ts.ts+12-7
- app/scripts/components/sandbox/customlayer/index.tsx+84-36
- app/scripts/context/veda-ui-provider.tsx+1
- app/scripts/main.tsx+1
- mock/datasets/gedi-agb-grid-v2.1.data.mdx+125
- mock/datasets/nighttime-lights.data.mdx-6
- package.json+2-2
- static/public/geo-data/sample.geojson+38
- yarn.lock+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments