subtitle: This rollup release brings interactivity improvements to ease navigation around VF-powered pages and sites.
date: 2021-11-22 20:10:29
version: 2.5.4
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>Following the [25 October 2021 release](../2021-10-25-component-updates/), this release continues work on improving the quality of life for user interaction; highlights include:
- A new "on this page" component (`vf-navigation--on-this-page`)
- Smooth scrolling for anchor links (`vf-smooth-scroll`)
- A mega menu to speed deep page and lateral navigation (`vf-mega-menu`)
You'll see all three of these used on the VF's component library.
Note: the vf-mega-menu is in particularly early stage of development (`alpha.1`) and is subject to much change — feedback welcome!
You'll also find a few bug fixes and optimisations. 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>