Hot off the heels of the 2.4.11 release, we're issuing a minor release that fixes a number of technical fixes and optimsations that will reduce the number of errors when building Sass and using the VF's JavaScript modules.
This releases 2.4.12 to the CDN
https://assets.emblstatic.net/vf/v2.4.12/css/styles.css
https://assets.emblstatic.net/vf/v2.4.12/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.
JS Module import
Sometimes when a component has JavaScript, its module requires another components' JavaScript (example: embl-notifications JS requires vf-banner JS). To do this we use JS module imports. We've adapted that import approach slightly to use relative paths. The vf-core JavaScript build is "intelligent" and will attempt to resolve paths, but for non-clever importers the relative path will resolve many issues.
embl-breadcrumbs-lookup 1.0.4 npm git diff
- Improve JS module import support.
- https://github.com/visual-framework/vf-core/pull/1476/
embl-content-hub-loader 1.0.9 npm git diff
- Improve JS module import support.
- https://github.com/visual-framework/vf-core/pull/1476/
embl-notifications 1.0.2 npm git diff
- Improve JS module import support.
- https://github.com/visual-framework/vf-core/pull/1476/
vf-component-generator 1.1.3 npm git diff
- For JS module imports, use a relative path, as this improves support in some scenarios.
- https://github.com/visual-framework/vf-core/pull/1476/
Bugs and minor optimisations
vf-sass-config 2.5.3 npm git diff
- Adds the missing
mixins/vf-utility-mixins.scss
to index.scss - Fixes a broken variable reference.
- https://github.com/visual-framework/vf-core/issues/1469
vf-navigation 3.0.0-beta.1 npm git diff
- Re-release of 3.0.0-beta.0 to fix garbled version number.
- Fixes a broken Sass file reference.
- https://github.com/visual-framework/vf-core/issues/1469
vf-masthead 3.0.1 npm git diff
- JS linting.