Skip to content

Commit

Permalink
(hds-2390) Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoHelle committed Sep 10, 2024
1 parent 003ae23 commit 78f5112
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [CookieConsent] heading typography changes
- [Accordion] heading typography changes
- [Pagination] Active element changed from "a" element to "span" element
- [Table] dataTestId prop changed to "data-testid"
- [Notification] dataTestId prop changed to "data-testid"
- [Logo] dataTestId prop changed to "data-testid"
- [Pagination] dataTestId prop changed to "data-testid"
- [StatusLabel] dataTestId prop changed to "data-testid"
- [Stepper] dataTestId prop changed to "data-testid"
- [Breadcrumb] ariaLabel prop changed to "aria-label"
- [Footer] ariaLabel prop changed to "aria-label"
- [Footer.Base] ariaLabel prop changed to "aria-label"
- [Footer.Custom] ariaLabel prop changed to "aria-label"
- [Footer.Utilities] ariaLabel prop changed to "aria-label"
- [Footer.Navigation] ariaLabel prop changed to "aria-label"
- [Footer.Link] ariaLabel prop changed to "aria-label"
- [Header] ariaLabel prop changed to "aria-label"
- [Header.ActionBar] ariaLabel prop changed to "aria-label"
- [Header.ActionBarItem] ariaLabel prop changed to "aria-label"
- [Header.LanguageSelector] ariaLabel prop changed to "aria-label"
- [Header.NavigationMenu] ariaLabel prop changed to "aria-label"
- [Header.Universalbar] ariaLabel prop changed to "aria-label"
- [SideNavigation] ariaLabel prop changed to "aria-label"
- [SkipLink] ariaLabel prop changed to "aria-label"

#### Added

Expand Down Expand Up @@ -82,7 +103,7 @@ Changes that are not related to specific components

#### Breaking

- Changed colour `black-60` from `#666666` to `#595959` due to contrast issues and the accessibility and readability improvement.
- Changed colour `black-60` from `#666666` to `#595959` due to contrast issues and the accessibility and readability improvement.

### Documentation

Expand Down

0 comments on commit 78f5112

Please sign in to comment.