Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/vf-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.2",
"version": "1.2.3",
"name": "@visual-framework/vf-footer",
"description": "vf-footer component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-minimal-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"name": "@visual-framework/vf-minimal-footer",
"description": "vf-minimal-footer component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
2 changes: 1 addition & 1 deletion tools/vf-component-library/src/site/_data/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
// vfVersion: "develop",
// vfVersionPrefix: "dev.",
// use this when tagging a release
vfVersion: "v2.5.27",
vfVersion: "v2.5.28",
vfVersionPrefix: "",
sections: {
about: {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: Rollup release 2.5.28
subtitle: This release includes feedback changes and fixes for vf-footer and vf-minimal-footer.
date: 2026-05-21 09:30:00
version: 2.5.28
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": "Refinements",
"navigation_href": "#refinements"
}
]
} %}

{% markdown %}

<article class="vf-box vf-box-theme--primary vf-box--easy">
<h3 class="vf-box__heading">
This releases {{version}} to the CDN
</h3>
<div class="vf-box__text">

[`https://assets.emblstatic.net/vf/v{{version}}/css/styles.css`](https://assets.emblstatic.net/vf/v{{version}}/css/styles.css) <br/>
[`https://assets.emblstatic.net/vf/v{{version}}/scripts/scripts.js`](https://assets.emblstatic.net/vf/v{{version}}/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]({{ '/building' | url }}).

{#- don't forget to add the latest version to /tools/vf-component-library/src/site/_data/siteConfig.js -#}

</div>
</article><br/>

### Refinements <a href="#refinements" id="refinements"></a>

{{ releaseLinks.notes("vf-footer", "1.2.3", "0fc03da05349f7c6bffef23e3f9591318f265378") }}
* Updated: Release with feedback changes and bug fixes.

{{ releaseLinks.notes("vf-minimal-footer", "1.0.0-beta.2", "0fc03da05349f7c6bffef23e3f9591318f265378") }}
* Updated: Release with feedback changes and bug fixes.

{% endmarkdown %}
Loading