Skip to content

Releases: NASA-IMPACT/veda-ui

v5.11.6

20 Jan 15:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.11.5...v5.11.6

v5.11.5

06 Jan 19:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.11.4...v5.11.5

V5.11.4

19 Dec 21:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.11.3...v5.11.4

V5.11.3

09 Dec 16:50
Compare
Choose a tag to compare

What's Changed

๐Ÿš€ Improvements

  • Cookie consent color adjustability #1277
  • Introduce usePathname hook, remove React Router dependency from the Catalog #1276
  • CI: automate release #1269
  • Add onClick for clearing filters for hub #1293

๐Ÿ› Fixes

  • Adjusting rescale value for small/large numbers #1272
  • Polygon simplification on E&A page #1268

Full Changelog: v5.11.0...v5.11.3

v5.11.2

05 Dec 20:23
Compare
Choose a tag to compare

๐Ÿ› Fixes

  • Add onClick action to clear stories filter in Hub component

Full Changelog: https://github.com/NASA-IMPACT/veda-ui/compare/v5.11.1...hotfix/v5.11.2?expand=1

v5.11.1

03 Dec 02:25
Compare
Choose a tag to compare

๐Ÿ› Fixes

  • Polygon simplification on E&A page

Full Changelog: v5.11.0...hotfix-v5.11.1

v5.11.0

26 Nov 15:20
9132e6d
Compare
Choose a tag to compare

๐Ÿš€ Improvements

  • Exploration & Analysis core VEDA feature breakout #1251 #1154
  • Introduce EnvConfigProvider to simplify the injection of environment variables from host applications like Next.js #1253
  • Remove React Router's useNavigate dependency for simplifying the routing #1270

๐Ÿ› Fixes

  • Fix an issue where card images fail to maintain the correct aspect ratio #1265

Full Changelog: v5.10.0...v5.11.0

v5.10.0

12 Nov 09:42
6e929e8
Compare
Choose a tag to compare

๐ŸŽ‰ Features

  • Card image/description independent of hero image/description by @dzole0311 in #1244

๐Ÿš€ Improvements

๐Ÿ› Fixes

New Contributors

Full Changelog: v5.9.0...v5.10.0

v5.9.1

31 Oct 14:50
Compare
Choose a tag to compare

v5.9.1

Fix

Hotfix for the "External Link" badge

Full Changelog: v5.9.0...v5.9.1

v5.9.0

30 Oct 15:20
179976e
Compare
Choose a tag to compare

๐ŸŽ‰ Features

๐Ÿš€ Improvements

  • Add docs for registry dev in #1169
  • Timeline date selection centering functionality in #1181
  • Deprecate old explore page, Mapbox component #1176
  • Update doc with new diagrams about general architecture in #1195
  • Add playwright in #1139
  • Pre-select AOIs that have the "selected" prop set to true in #1215

๐Ÿ› Fixes

  • Check dataset analysis exclude attribute before running analysis in #1175
  • Restrict dynamic colormaps to applicable layer types in #1183
  • Fix external link badge display for tools hosted under the same domain in #1192
  • Escape special characters in regex expression when searching datasets in #1204

New Contributors