In addition to a number of minor fixes, this rollup release introduces a first alpha version of the ELIXIR banner for the VF 2.
Read on for more.
On this page
This releases 2.5.0-beta.2 to the CDN
https://assets.emblstatic.net/vf/v2.5.0-beta.2/css/styles.css
https://assets.emblstatic.net/vf/v2.5.0-beta.2/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.
New
vf-banner-elixir 1.0.0-alpha.1 npm git diff
- Initial version of the ELIXIR banner for services.
- https://github.com/visual-framework/vf-core/issues/1572
Notable improvements
vf-content 1.5.6 npm git diff
- Adds support for responsive
img
andfigure
elements - https://github.com/visual-framework/vf-core/issues/1412
vf-details 1.2.0 npm git diff
- Fixes the missing "about" in the readme.
- Shows "pointer" on hover.
- uses interactive blue colour.
- Shows summary child elements as inline.
- https://github.com/visual-framework/vf-core/issues/1417
vf-card 2.5.7 npm git diff
- Fixes the vertical centering of the svg arrow on vf-card titles. Also aligns better with the Figma design kit.
- https://github.com/visual-framework/vf-core/pull/1562
vf-section-header 1.5.1 npm git diff
- Fixes the vertical centering of the svg arrow on vf-section-header. Also aligns better with the Figma design kit.
- https://github.com/visual-framework/vf-core/pull/1562
Bug fixes
vf-intro 1.5.0 npm git diff
- Remove
vf-badge--phases
after upstream removal in vf-badge@2.0.0 - https://github.com/visual-framework/vf-core/pull/1546
- Improve placement of
.vf-intro__heading--has-tag .vf-badge
to facilitate assorted widths and multiline headings - https://github.com/visual-framework/vf-core/pull/1579
vf-flag 1.0.0-alpha.2 npm git diff
- Handle image widths: as vf-flag uses a table layout, this does not mix well with
vf-content img
and max-width 100%.
vf-back-to-top 1.0.0-alpha.2 npm git diff
- Fixed a null reference error.
- Tracking issue
vf-component-generator 1.1.5 npm git diff
- Fix a bug in
camelize
function that only replaced first-
. - In
README.md
template, reference the componentvfName.scss
file and notindex.scss
ebi-header-footer 2.1.0 npm git diff
- Fix readme for proper display in component library docs.
- For ebi-header-footer--footer.njk add context
disable_ebi_1x_cookie_banner
to disable EBI 1.x cookie banner (defaults to true).
embl-notifications 1.1.0 npm git diff
- Capture all links without
vf-banner__link
class.
vf-banner 1.9.0 npm git diff
- Correct "tertary" typo in "vf-button--tertiary".
- Correct an issue in naming of Yaml keys that resulted in null values.
vf-data-protection-banner__text
->banner__text
vf-data-protection-banner__link
->banner__link
vf-banner--inline_href
->banner__inline_href
ebi-vf1-integration 1.0.7 npm git diff
- Update max-width to match vf-body.
- Fix a clash with vf-hero that uses text-decoration-thickness.
vf-core 2.2.27 npm git diff
- Require node 12 or greater. Node 10 is now out of support and many dependencies no longer work.