v1.0.0
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/"
]