This releases 2.5.10 to the CDN
https://assets.emblstatic.net/vf/v2.5.10/css/styles.css
https://assets.emblstatic.net/vf/v2.5.10/scripts/scripts.js
As a reminder, the rollup CSS and JS are compilations of many independently versioned components and is likely to contain changes that may disrupt the look of your site. We advise testing. Even better is to build your own CSS rollup from the npm sources, you can find a guide here.
Refinements
vf-search-client-side 2.0.1 npm git diff
- Changed : Modified the logic to update search term in both the searchboxes (Menu and Current page)
- https://github.com/visual-framework/vf-core/pull/1859
vf-component-library 1.2.4 npm git diff
- Dependency bump
- Gulp task for updating prod to dev endpoints for ebi-header-footer component
- Updated css paths in .njk templates with relative paths
- https://github.com/visual-framework/vf-core/pull/1865
vf-core 2.2.38 npm git diff
- Dependency bump node upgrade
- https://github.com/visual-framework/vf-core/pull/1847
vf-extensions 2.0.0-alpha.3 npm git diff
- Bug fix - Updated search logic to show correct page description in search results
- https://github.com/visual-framework/vf-core/pull/1865
vf-pagination 1.1.1 npm git diff
- 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
- https://github.com/visual-framework/vf-core/pull/1858
vf-section-header 1.5.4 npm git diff
- feat: Added hidden field (optional) to address accessibility issues for H2 tags
- https://github.com/visual-framework/vf-core/pull/1851
vf-bookmark 1.0.0-alpha.3 npm git diff
- Update bookmark link to a button element
- Default icon change to heart
- https://github.com/visual-framework/vf-core/pull/1852
vf-button 2.0.0-alpha.6 npm git diff
- Changes the link variant to be a button element
- https://github.com/visual-framework/vf-core/pull/1849
vf-card-container 3.2.2 npm git diff
- Added: Attribute ‘hidden’ to container_section__header in config and accordingly it adds ‘vf-u-sr-only’ css class to hide section header, this to fix component accessibility
- Added: Added condition to components.njk to show example section for type=container
- Changed: vf-u-background-color--grey--lightest to vf-u-background-color-ui--white to apply white background
- https://github.com/visual-framework/vf-core/pull/1851
ebi-header-footer 2.1.3 npm git diff
- Resolve accessbility issues for EBI blackbar header for v1.4 and also fixes overlapping x button for search box.
- https://github.com/visual-framework/vf-core/pull/1847