Releases: NASA-IMPACT/veda-ui
Releases ยท NASA-IMPACT/veda-ui
v5.11.6
What's Changed
- have emptyStateContent as prop by @sandrahoang686 in #1353
- refactor: Use markdown for the SiteAlert and Banner, remove HTML encoder dependency by @dzole0311 in #1355
- chore: cleanup / add uswds shortcut and add all exports by @sandrahoang686 in #1354
- refactor: enable routing config via provider, remove linkProps from DatasetSelectorModal by @vgeorge in #1338
- docs: release action by @hanbyul-here in #1357
- ci: add scheduled release by @hanbyul-here in #1364
- chore: review commit hooks by @stephenkilbourn in #1345
- chore: Expose ScrollytellingBlock w/o veda virtual modules dependency by @sandrahoang686 in #1358
- refactor(card): deprecate linkProperties on the Card Component by @vgeorge in #1365
- refactor(catalog): remove onCardNavigate callback from Catalog by @vgeorge in #1374
- chore: Remove VEDA dependency (as much as possible) by @hanbyul-here in #1367
- chore: Update the gulp task for copying USWDS assets by @dzole0311 in #1378
- fix(feature-slider): prevent openning links after dragging by @vgeorge in #1387
- fix: updating emotion implementation by @snmln in #1372
- chore: Re-organize developer documentation by @AliceR in #1390
Full Changelog: v5.11.5...v5.11.6
v5.11.5
What's Changed
- fix: Menu Drop down by @snmln in #1342
- docs: Add USWDS theming guide by @dzole0311 in #1350
- chore: Include only lib folder when publishing, Add Dataset and Story data type to export by @hanbyul-here in #1351
- fix: fix automatic release name by @hanbyul-here in #1356
Full Changelog: v5.11.4...v5.11.5
V5.11.4
What's Changed
- refactor: Bundle USWDS + custom styles as part of the parcel library build by @dzole0311 in #1275
- fix: Make conventional commit action run only on main by @hanbyul-here in #1312
- docs: Add a section about Conventional Commit by @hanbyul-here in #1318
- ci: Trigger preview build from release event by @hanbyul-here in #1319
- chore: Remove linkProperties from DataCatalog Component by @sandrahoang686 in #1310
- fix: Update mappings to system tokens instead of theme tokens by @sandrahoang686 in #1314
- fix(usePathname): prevent duplication of subpath in pathname by @vgeorge in #1333
- fix: specify repos for actions, add yarn.lock by @hanbyul-here in #1334
- chore: BUG-FIX, pass in nav callback to exploration / layer-info-modal by @sandrahoang686 in #1335
- feat: Introduce the USWDS Site Alert as info banner, use the USWDS Banner as intended by @dzole0311 in #1328
- chore: Upgrade jest and testing-library dependencies by @AliceR in #1321
- refactor: Decouple USWDS packages from the library bundle by @dzole0311 in #1337
- fix(release): fix dispatch action by @hanbyul-here in #1339
- chore: Update SETUP.md to include part about format on save by @AliceR in #1306
- fix(release): release action by @hanbyul-here in #1346
Full Changelog: v5.11.3...v5.11.4
V5.11.3
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
Full Changelog: v5.11.0...v5.11.3
v5.11.2
๐ 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
v5.11.0
๐ 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
๐ Features
- Card image/description independent of hero image/description by @dzole0311 in #1244
๐ Improvements
- Cookie consent code cleanup by @snmln in #1199 , and @hanbyul-here in #1240 , and @hanbyul-here in #1241
- Add ADR about design system change by @j08lue in #890
- Update condition to run playwright tests on release branches by @dzole0311 in #1228
- Update STYLE_GUIDE.md by @AliceR in #1227
- Fix lint configuration by @AliceR in #1219
- Add tests for the AOI feature specification by @AliceR in #1216
- Set data catalog filters to be closed by default by @vgeorge in #1243
- Update tsconfig and make nav interfaces exposable for consumption by @sandrahoang686 in #1223
๐ Fixes
- Hotfix to hide the external link badge from cards by @dzole0311 in #1231
New Contributors
Full Changelog: v5.9.0...v5.10.0
v5.9.1
v5.9.0
๐ Features
- Cookie consent component: #1163, #1165, #1127, #1177
- Stories Hub export in #1162
- Expose As Is - PageHeader, LinkElement Prop & Logo in #1184
๐ 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