This releases 2.5.12 to the CDN
https://assets.emblstatic.net/vf/v2.5.12/css/styles.css
https://assets.emblstatic.net/vf/v2.5.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.
New features
vf-hero 4.0.0-alpha.0 npm git diff
- Added : Experimental Angular support for Hero component
vf-banner 2.0.0-alpha.0 npm git diff
- Added : Experimental Angular support for basic and inline banner type. See README.md for more. Support for additional banner types planned for future sprint.
vf-badge 3.0.0-alpha.0 npm git diff
- Added : Experimental Angular support for Badge
vf-core 2.2.39 npm git diff
- Added : Angular support for vf-badge, vf-banner, vf-hero
vf-extensions 2.1.0-alpha.1 npm git diff
- Feature: This adds support for Eleventy v2 and should remain backwards compatible with v1.
vf-component-library 1.2.5 npm git diff
- Feature: This adds support for Eleventy v2 and should remain backwards compatible with v1.
- Added: Angular experimental support for vf-badge component
- Added: Angular experimental support for vf-banner component
- Added: Angular experimental support for vf-hero component
Refinements
vf-card-container 3.2.3 npm git diff
- docs: Updated documentation for hidden flag usage and fixed 3.1.0 changelog text which was causing compile error
- moves the
default
context data in the.yml
file to avariant
to allow easier use of ``.
vf-link 2.0.1 npm git diff
- Fixed: Fixed space issue to make the 'default' variant example look like a link (#1895)
- Added: Added documentation for vf-link: description in About, Usage notes and links to related documentation.(#1894)
- Added: Added accessibility note to vf-link documentation (#1899)
vf-section-header 1.5.5 npm git diff
- fix: Changed the hidden header code to show a header without a link. If not hidden then it'd show as usual.
Bug fixes
vf-component-library 1.2.5 npm git diff
- Bug fix: Fixes identical changelog information for all components changelog section #1874