subtitle: This rollup release updates build dependencies and readies VF sites for Eleventy version 1.0.
date: 2021-11-23 12:10:29
version: 2.5.5
tags:
- posts
- changelog
layout: layouts/post.njk
---
{%- import "component-release-links.njk" as releaseLinks -%}
{% render '@vf-navigation', {
"heading": "On this page",
"classModifier": "on-this-page",
"activateJavascript": true,
"navigation": [
{
"text": "Overview",
"navigation_href": "#overview",
"currentSection": true
},
{
"text": "Features",
"navigation_href": "#features"
},
{
"text": "Refinements",
"navigation_href": "#refinements"
}
]
} %}
{% markdown %}
<span class="" id="overview"></span>Hot on the heels of the [2.5.4 release](../2021-11-22-component-updates/), this release focus on technical tooling by updating dependencies and preparing [for the Eleventy 1.0 release](https://www.11ty.dev/blog/eleventy-v1-beta/).
To opt-in to using an Eleventy 1.0 beta, you'll need to update `vf-extensions` to at least version `2.0.0-alpha.1`
Note that you'll find no new CSS styling or JavaScript features in this release.
Read on for more!
---
As always, you can [join the conversation on Slack](https://join.slack.com/t/visual-framework/shared_invite/enQtNDAxNzY0NDg4NTY0LWFhMjEwNGY3ZTk3NWYxNWVjOWQ1ZWE4YjViZmY1YjBkMDQxMTNlNjQ0N2ZiMTQ1ZTZiMGM4NjU5Y2E0MjM3ZGQ).
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' | url }}).
{#- don't forget to add the latest version to /tools/vf-component-library/src/site/_data/siteConfig.js -#}
</div>
</article><br/>
</section>
<br/>
### Features <a href="#features" id="features"></a>