From 8bf898c4864eb18074f0bdcca18911aff4f7ac0d Mon Sep 17 00:00:00 2001 From: "dennis.ludwig" Date: Tue, 6 Jul 2021 16:21:48 +0200 Subject: [PATCH] Fix some a11y bugs --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02878ab..df506ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## Unreleased +### Bug Fixes +- Added aria-label attributes to the social links. +- Removed scaling limitation in viewport meta tag. + ## 3.0.1 (2021.07.02) ### Bug Fixes - Fixed the bug, that `aoe_technology_radar-buildRadar` could not be executed without `aoe_technology_radar-generateJson` running first.