diff --git a/components/vf-pagination/CHANGELOG.md b/components/vf-pagination/CHANGELOG.md index 75b93b3df4..9c22b4c19f 100755 --- a/components/vf-pagination/CHANGELOG.md +++ b/components/vf-pagination/CHANGELOG.md @@ -1,5 +1,6 @@ ### 1.1.1 +* UI changes to fix accessibility issues * Changed : Modified the vf-pagination__link class to support vf-link styles * Changed : Modified the style for disabled links like 'Previous' (when on 1st page) so that it does not fail contrast check. Added example to showcase this behaviour. * Changed : Updated the current page number style to show bold text diff --git a/components/vf-section-header/CHANGELOG.md b/components/vf-section-header/CHANGELOG.md index eb10199c12..fcde6a95e3 100755 --- a/components/vf-section-header/CHANGELOG.md +++ b/components/vf-section-header/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.5.4 + +* feat: Added hidden field (optional) to address accessibility issues for H2 tags + ### 1.5.3 * Bug: following 1.5.2, ensures that links are always style correctly. diff --git a/tools/vf-component-library/CHANGELOG.md b/tools/vf-component-library/CHANGELOG.md index a03a335255..a027bc18e2 100644 --- a/tools/vf-component-library/CHANGELOG.md +++ b/tools/vf-component-library/CHANGELOG.md @@ -1,3 +1,8 @@ +### 1.2.4 +* Dependency bump +* Gulp task for updating prod to dev endpoints for ebi-header-footer component +* Updated css paths in .njk templates with relative paths + ### 1.2.3 * Fix issue loading scripts and styles for latest site diff --git a/tools/vf-core/CHANGELOG.md b/tools/vf-core/CHANGELOG.md index 02c900e094..90f1ba9552 100644 --- a/tools/vf-core/CHANGELOG.md +++ b/tools/vf-core/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.2.37 + +* Dependency bump - Node upgrade. + ### 2.2.36 * Use `renderMarkdown.parse` for marked 4+ support.