Skip to content

v2.2.0

Compare
Choose a tag to compare
@ChristineTham ChristineTham released this 09 Feb 00:07
· 58 commits to main since this release

Fixed lint errors and reimplemented some features (map, lightbox, carousel) using NPM packages rather than relying on CDN.

Bug fixes

  • Fixed lint errors (3 hints about unused vars remain - these are related to external packages
  • Workaround implemented for Lightbox not working (until astro fixes issue) when base configured

Enhancements

  • Reimplemented map to use leaflet package (external link to leaflet.css via CDN still required due to issue with embedded images
  • Reimplemented gallery and images components to use common lightbox component that references Photoswipe, for the time being this circumvents issue with Astro generating links without base prefix set.
  • Reimplemented carousel to use swiper package rather than CDN.
  • Reimplemented mermaid integration to avoid lint error

Issues

  • Astro has known issue not generating links with base prefix, this will be fixed in upcoming release
  • yarn dev hangs (issue logged with Astro, awaiting resolution)