From 89697458a283446838ce3d0fc9a0b297c10d8a5e Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure Date: Sat, 7 Feb 2026 01:00:23 +0530 Subject: [PATCH 1/2] Component release 202602307-01 --- components/embl-favicon/package.json | 2 +- tools/vf-component-library/package.json | 4 +- .../src/site/_data/siteConfig.js | 2 +- .../updates/2026-02-07-component-updates.njk | 55 +++++++++++++++++++ tools/vf-core/package.json | 2 +- 5 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 tools/vf-component-library/src/site/updates/2026-02-07-component-updates.njk diff --git a/components/embl-favicon/package.json b/components/embl-favicon/package.json index 4e88880aa9..76822e7ce3 100644 --- a/components/embl-favicon/package.json +++ b/components/embl-favicon/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.4", + "version": "1.0.5", "name": "@visual-framework/embl-favicon", "description": "embl-favicon component", "homepage": "https://stable.visual-framework.dev/", diff --git a/tools/vf-component-library/package.json b/tools/vf-component-library/package.json index 8f3ca8cc55..43c6717af9 100644 --- a/tools/vf-component-library/package.json +++ b/tools/vf-component-library/package.json @@ -1,6 +1,6 @@ { "name": "@visual-framework/vf-component-library", - "version": "1.2.18", + "version": "1.2.19", "description": "Generate a static-html site of Visual Framework components and docs.", "main": "index.js", "scripts": { @@ -26,7 +26,7 @@ "dependencies": { "@11ty/eleventy": "2.0.1", "@visual-framework/vf-config": "^1.0.1", - "@visual-framework/vf-core": "^2.2.50", + "@visual-framework/vf-core": "^2.2.51", "@visual-framework/vf-extensions": "2.1.2", "html-minifier": "4.0.0", "node-html-parser": "6.1.13", diff --git a/tools/vf-component-library/src/site/_data/siteConfig.js b/tools/vf-component-library/src/site/_data/siteConfig.js index eeaceb6934..d7e0175076 100644 --- a/tools/vf-component-library/src/site/_data/siteConfig.js +++ b/tools/vf-component-library/src/site/_data/siteConfig.js @@ -15,7 +15,7 @@ module.exports = { // vfVersion: "develop", // vfVersionPrefix: "dev.", // use this when tagging a release - vfVersion: "v2.5.25", + vfVersion: "v2.5.26", vfVersionPrefix: "", sections: { about: { diff --git a/tools/vf-component-library/src/site/updates/2026-02-07-component-updates.njk b/tools/vf-component-library/src/site/updates/2026-02-07-component-updates.njk new file mode 100644 index 0000000000..f1182b019e --- /dev/null +++ b/tools/vf-component-library/src/site/updates/2026-02-07-component-updates.njk @@ -0,0 +1,55 @@ +--- +title: Rollup release 2.5.26 +subtitle: This release fixes binary asset corruption in gulp v5 builds and includes an update to the EMBL favicon template. +date: 2026-02-06 19:00:00 +version: 2.5.26 +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": "Bug fixes", + "navigation_href": "#bugs" + } + ] +} %} + +{% markdown %} + +
+

+This releases {{version}} to the CDN +

+
+ +[`https://assets.emblstatic.net/vf/v{{version}}/css/styles.css`](https://assets.emblstatic.net/vf/v{{version}}/css/styles.css)
+[`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 -#} + +
+

+ +### Bug fixes + +{{ releaseLinks.notes("vf-core", "2.2.51", "576a24b212b9f0ffe3e9e05d4cf3dc0ef0970c1a") }} +* Fixed: Fix added for gulp v5 to correctly create/copy binary assets [Tracking issue](https://github.com/visual-framework/vf-core/issues/2227) + +{{ releaseLinks.notes("vf-component-library", "1.2.19", "1a36a8e9203f677410a9fb2cb6137437622c5eef") }} +* Fixed: Fix added for gulp v5 to correctly create/copy binary assets [Tracking issue](https://github.com/visual-framework/vf-core/issues/2227) + +{{ releaseLinks.notes("embl-favicon", "1.0.5", "576a24b212b9f0ffe3e9e05d4cf3dc0ef0970c1a") }} +* Updated: Nunjucks template for new EMBL favicon [Tracking issue](https://github.com/visual-framework/vf-core/issues/2227) + +{% endmarkdown %} diff --git a/tools/vf-core/package.json b/tools/vf-core/package.json index 6888410ecb..d917f9df43 100644 --- a/tools/vf-core/package.json +++ b/tools/vf-core/package.json @@ -1,6 +1,6 @@ { "name": "@visual-framework/vf-core", - "version": "2.2.50", + "version": "2.2.51", "description": "Common dependencies for the Visual Framework.", "engines": { "node": ">=14.x" From 2ff11831509038f77675a0ccb04c00de3e8f9ee0 Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure Date: Sat, 7 Feb 2026 01:10:16 +0530 Subject: [PATCH 2/2] Feb 26 post release change --- tools/vf-component-library/src/site/_data/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vf-component-library/src/site/_data/siteConfig.js b/tools/vf-component-library/src/site/_data/siteConfig.js index d7e0175076..d66040ed58 100644 --- a/tools/vf-component-library/src/site/_data/siteConfig.js +++ b/tools/vf-component-library/src/site/_data/siteConfig.js @@ -16,7 +16,7 @@ module.exports = { // vfVersionPrefix: "dev.", // use this when tagging a release vfVersion: "v2.5.26", - vfVersionPrefix: "", + vfVersionPrefix: "dev", sections: { about: { url: "/about",