Hot off the heels of the 2.4.10 release we have updated some components, and updated the some pages on the documentation site. There are also a couple of alpha
and beta
releases of components making use of our layout components rather than component specific CSS as well as deprecating variants that are no longer used or have been previously improved.
On this page
This releases 2.4.11 to the CDN
https://assets.emblstatic.net/vf/v2.4.11/css/styles.css
https://assets.emblstatic.net/vf/v2.4.11/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.
Search update
vf-search-client-side 3.0.0-alpha.0 npm git diff
- Updates to replace v2.0.0 of vf-search--inline with
vf-form--search vf-form--search--responsive
Deprecation
vf-navigation 3.0.0-beta.0 npm git diff
- deprecated the
--additional
variant. - removes
--main
and--global
Sass files, incorporating them into the base stylesheet. - tidies up quite a bit of CSS.
- makes use of
vf-cluster
for layout in the markup. - adds some documentation.
vf-componenet-rollup 1.4.0 npm git diff
- removes navigation variants as they're now part of base Sass file.
Bugs and minor optimisations
vf-hero 3.2.1 npm git diff
- Resolves a Nunjucks bug on
vf_hero_text
from a yaml file under certain contexts. - https://github.com/visual-framework/vf-core/pull/1462
- Allows vf_hero_heading_href to be passed in yaml.
- Gobbles much of the whitespace.
vf-sass-starter 0.1.19 npm git diff
- dependency bump.
vf-banner 1.7.2 npm git diff
- adds deprecation notices around the
--phase
variant.
vf-design-tokens 3.4.1 npm git diff
- Adds a gulp command vf-design-tokens alias for developers who easily forget.