Skip to content

Commit 077cd09

Browse files
Release v3.1.18 (#821)
# Changelog - ## 🎉 Features - feat: create a MultiLayerMapBlock (#[1808](NASA-IMPACT/veda-ui#1808)) - feat: Create wrappers for the react-uswds components, update imports - feat: clean up the map blocks from the filtering/selection logic, add navigation control position config - feat: Move filtering/layer selection logic up one level to the lazy component wrappers - feat: add mock usage for the MultilayerMap - feat: Introduce LazyMultilayerMap - feat: Introduce a new MultilayerMapBlock component - feat: Modify the MapBlock to disable specific features - feat: add AOI control - feat: add basic controls - feat: add USWDS stories to test Storybook integration - feat: upgrade Storybook to v9 - feat: Add null temporal interval handling across all data types ([#1835](NASA-IMPACT/veda-ui#1835)) - feat: Add coverage for fetchStacDatasetById across all dataset types - feat: Add unit tests - feat: Enable null values within temporal_interval for different data types - ## 🚀 Improvements - chore: Export the MultilayerMapBlock via the veda UI npm library - chore: Add notes and tags for deprecation ([#1788](NASA-IMPACT/veda-ui#1788)) - refactor: improve MultiLayerMapBlock interface, make the dateTime controlled - refactor: Remove obsolete props - refactor: Update usage of CustomLayerDemo - refactor: Address review comments - docs: Update mdx blocks usage docs, formatting - chore: Fix React warning about redundant id, wrong html attirbute ([#1800](NASA-IMPACT/veda-ui#1800)) - chore: add storybook ([#1593](NASA-IMPACT/veda-ui#1593)) - chore: remove USWDS stories - chore: remove unnecessary config - chore: allow out of range rescale values ([#1821](NASA-IMPACT/veda-ui#1821)) - chore: keep only the mount logic, keep the rest - chore: update util, fix test - chore: validate input issues on mount - refactor: update remaining core references to storybook in config files - refactor: update package.json scripts from /core to /storybook - refactor: rename /core to /storybook - refactor: convert USWDS button stories to use args pattern for Storybook controls - refactor: move story providers to global decorator - docs: simplify core README and add work-in-progress note - refactor: remove obsolete tests, update normalizeDomain util to only be applied to the end interval, update TS type - refactor: unify WMS and WMTS handling in fetchStacDatasetById - docs: Update comment - docs: Add documentation for layer to include WMS ([#1713](NASA-IMPACT/veda-ui#1713)) - ## 🐛 Fixes - fix: Fix the MapBlock in the CustomLayer - fix: Update MultilayerMap usage - fix: Keep the datasetId usage, revert the deprecation warning from the previous commit - fix: rescale not working ([#1811](NASA-IMPACT/veda-ui#1811)) - fix: use public url var to build geodata path - fix: rename component - fix: install core deps on CI workflow - fix: add geo data path to storybook context - fix: remove usage of process.env, move geoData path to VedaUIProvider - fix: make map occupy full height - fix: enhance Vite config, add StoryBook providers, add Base map example - fix: import USWDS in storybook, setup styles - fix: use same react major version of veda-ui
2 parents 00d22e6 + ecdf78a commit 077cd09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.veda/ui

Submodule ui updated 86 files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "veda-config",
33
"description": "Configuration for Veda",
4-
"version": "3.1.17",
4+
"version": "3.1.18",
55
"source": "./.veda/ui/app/index.html",
66
"license": "Apache-2.0",
77
"scripts": {

0 commit comments

Comments
 (0)