24 Nov 2020
This minor update brings bug fixes, and a few minor features. It also incorporates improvements from the 2.3.3 release candidates, all of which reflect minor improvements.
This releases 2.3.3 to the CDN
https://assets.emblstatic.net/vf/v2.3.3/css/styles.css
https://assets.emblstatic.net/vf/v2.3.3/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.
Minor features
vf-analytics-google 1.0.3 npm git diff
- Add the vfGaTrackInteraction function to the exported members of vf-analytics-google.
- https://github.com/visual-framework/vf-core/issues/1248
vf-hero 1.8.0 npm git diff
- removes the JavaScript for the
--intense
version due to an issue in Safari 14 and iOS- https://github.com/visual-framework/vf-core/pull/1241
Bug fixes
vf-core 2.2.12 npm git diff
- bug: issue where the compiled css location would be incorrectly output in some scenarios
- https://github.com/visual-framework/vf-core/pull/1245