Component updates and refinements in 2.4.4

This is a refinement release of components that fixes and optimises.

4 Jan 2021



This releases 2.4.4 to the CDN

[`https://assets.emblstatic.net/vf/v2.4.4/css/styles.css`](https://assets.emblstatic.net/vf/v2.4.4/css/styles.css)
[`https://assets.emblstatic.net/vf/v2.4.4/scripts/scripts.js`](https://assets.emblstatic.net/vf/v2.4.4/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](/building).

## Bug fixes ### [embl-content-hub-loader](https://latest.visual-framework.dev/components/embl-content-hub-loader/) 1.0.8 npm git diff * Fix a bug when vfBanner or vfTabs are not present * https://github.com/visual-framework/vf-core/issues/809 ## Optimisations ### [vf-tabs](https://latest.visual-framework.dev/components/vf-tabs/) 1.2.0 npm git diff * Restructures that link between tabs from a sequential relationship to an explicit relationship based off the tab href and panel id. * https://github.com/visual-framework/vf-core/issues/1136 * This is a non-breaking change that may be further improved with an optional data-vf-js-tab-id ### [vf-sass-compilation](https://github.com/visual-framework/vf-core/tree/develop/tools/vf-sass-compilation/#readme) 1.1.0 npm git diff * Removes unused `gulp-notify` and `gulp-sourcemaps` dependencies. * https://github.com/visual-framework/vf-core/pull/1311 * Remove gulp-cssnano and use builtin dart sass minification. * https://github.com/visual-framework/vf-core/pull/1305 ### [vf-core](https://github.com/visual-framework/vf-core/tree/develop/tools/vf-core/#readme) 2.2.15 npm git diff * Remove gulp-cssnano and use builtin dart sass minification. * https://github.com/visual-framework/vf-core/pull/1305 * Write generated CSS sourcemap to output directory. ### [vf-extensions](https://github.com/visual-framework/vf-core/tree/develop/tools/vf-extensions/#readme) 1.0.0-rc.1 npm git diff * Improve Eleventy-Fractal integration to avoid unnecessary Eleventy rebuilds on Sass and JS updates. * https://github.com/visual-framework/vf-core/pull/1309 ## Fix missing Sass imports ### [vf-activity-group](https://latest.visual-framework.dev/components/vf-activity-group/) 1.0.0-alpha.9 npm git diff * Resolve issue of missing import in index.scss * https://github.com/visual-framework/vf-core/pull/1306 ### [vf-font-plex-mono](https://latest.visual-framework.dev/components/vf-font-plex-mono/) 1.1.1 npm git diff * Resolve issue of missing import in index.scss * https://github.com/visual-framework/vf-core/pull/1306 ### [vf-font-plex-sans](https://latest.visual-framework.dev/components/vf-font-plex-sans/) 1.1.1 npm git diff * Resolve issue of missing import in index.scss * https://github.com/visual-framework/vf-core/pull/1306 ### [vf-intro](https://latest.visual-framework.dev/components/vf-intro/) 1.1.1 npm git diff * Resolve issue of missing import in index.scss * https://github.com/visual-framework/vf-core/pull/1306 ### [vf-link-list](https://latest.visual-framework.dev/components/vf-link-list/) 1.3.1 npm git diff * Resolve issue of missing import in index.scss * https://github.com/visual-framework/vf-core/pull/1306 ### [vf-page-header](https://latest.visual-framework.dev/components/vf-page-header/) 1.1.1 npm git diff * Resolve issue of missing import in index.scss * https://github.com/visual-framework/vf-core/pull/1306 ### [vf-section-header](https://latest.visual-framework.dev/components/vf-section-header/) 1.3.1 npm git diff * Resolve issue of missing import in index.scss * https://github.com/visual-framework/vf-core/pull/1306

Find an issue on this page? Propose a change or discuss it.