Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog update #1869

Merged
merged 4 commits into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/vf-pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions components/vf-section-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions tools/vf-component-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 4 additions & 0 deletions tools/vf-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.2.37

* Dependency bump - Node upgrade.

### 2.2.36

* Use `renderMarkdown.parse` for marked 4+ support.
Expand Down