Skip to content

v1.0.0

Compare
Choose a tag to compare
@danielfdsilva danielfdsilva released this 21 Jun 14:57

Changelog v1.0.0

πŸŽ‰ Features

  • Expand veda ui configurability by instances
  • Ensure map legends show up for both layer when comparing (#547)
  • Add page footer and header brand component override
  • Add custom pages functionality
  • Add Link component for long form content
  • Add meta images configurability
  • Include documentation for new features

πŸš€ Improvements

  • Improve map legend display (#558)

πŸ› Fixes

  • Fix Image Block alignment class
  • Fix map layer not loading on srollytelling (#542)

Migration guide

Because of how meta images are now handled, instances must add the following configuration to the package.json file:

"parcelIgnore": [
  ".*/meta/"
]