Skip to content

Commit

Permalink
Sprint4 release (#2099)
Browse files Browse the repository at this point in the history
* Component release 20240814
  • Loading branch information
bhushan-ebi committed Aug 19, 2024
1 parent 6c48340 commit 02d6c0f
Show file tree
Hide file tree
Showing 25 changed files with 179 additions and 48 deletions.
2 changes: 1 addition & 1 deletion components/vf-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.2",
"version": "3.0.3",
"name": "@visual-framework/vf-badge",
"description": "vf-badge component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
6 changes: 3 additions & 3 deletions components/vf-badge/vf-badge.angular/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "vf-badge.angular",
"version": "0.0.1",
"version": "0.0.2",
"peerDependencies": {
"@angular/common": "^15.2.0 || ^18.0.0",
"@angular/core": "^15.2.0 || ^18.0.0",
"@visual-framework/vf-stack": "^3.0.0",
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-stack": "^3.0.0",
"@visual-framework/vf-u-fullbleed": "^1.2.2"
},
"dependencies": {
Expand All @@ -31,4 +31,4 @@
"default": "./fesm2020/vf-badge.angular.mjs"
}
}
}
}
4 changes: 2 additions & 2 deletions components/vf-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.2",
"version": "2.0.3",
"name": "@visual-framework/vf-banner",
"description": "vf-banner component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -23,7 +23,7 @@
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be",
"dependencies": {
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-button": "^3.0.0-alpha.0",
"@visual-framework/vf-button": "^3.0.1",
"@visual-framework/vf-grid": "^1.4.1",
"@visual-framework/vf-stack": "^3.0.0",
"@visual-framework/vf-u-fullbleed": "^1.2.2"
Expand Down
12 changes: 6 additions & 6 deletions components/vf-banner/vf-banner.angular/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vf-banner.angular",
"version": "0.0.1",
"version": "0.0.4",
"peerDependencies": {
"@angular/common": "^15.2.0 || ^18.0.0",
"@angular/core": "^15.2.0 || ^18.0.0",
"@visual-framework/vf-stack": "^3.0.0",
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-u-fullbleed": "^1.2.2",
"@visual-framework/vf-badge": "^3.0.0-alpha.0",
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-button": "^2.0.0-alpha.6",
"@visual-framework/vf-grid": "^1.4.1",
"@visual-framework/vf-button": "^2.0.0-alpha.6"
"@visual-framework/vf-stack": "^3.0.0",
"@visual-framework/vf-u-fullbleed": "^1.2.2"
},
"dependencies": {
"tslib": "^2.3.0"
Expand All @@ -34,4 +34,4 @@
"default": "./fesm2020/vf-banner.angular.mjs"
}
}
}
}
2 changes: 1 addition & 1 deletion components/vf-blockquote/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.6",
"version": "1.2.7",
"name": "@visual-framework/vf-blockquote",
"description": "vf-blockquote component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
4 changes: 2 additions & 2 deletions components/vf-blockquote/vf-blockquote.angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vf-blockquote.angular",
"version": "0.0.1",
"version": "0.0.2",
"peerDependencies": {
"@angular/common": "^15.2.0 || ^18.0.0",
"@angular/core": "^15.2.0 || ^18.0.0",
Expand Down Expand Up @@ -30,4 +30,4 @@
"default": "./fesm2020/vf-blockquote.angular.mjs"
}
}
}
}
2 changes: 1 addition & 1 deletion components/vf-button/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-alpha.0",
"version": "3.0.1",
"name": "@visual-framework/vf-button",
"description": "vf-button component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
4 changes: 2 additions & 2 deletions components/vf-button/vf-button.angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vf-button.angular",
"version": "0.0.1",
"version": "0.0.4",
"peerDependencies": {
"@angular/common": "^15.2.0 || ^18.0.0",
"@angular/core": "^15.2.0 || ^18.0.0"
Expand Down Expand Up @@ -28,4 +28,4 @@
"default": "./fesm2020/vf-button.angular.mjs"
}
}
}
}
10 changes: 5 additions & 5 deletions components/vf-content/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.15",
"version": "1.6.16",
"name": "@visual-framework/vf-content",
"description": "vf-content component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -16,16 +16,16 @@
"url": "https://github.com/visual-framework/vf-core/issues/new"
},
"dependencies": {
"@visual-framework/vf-badge": "^3.0.2",
"@visual-framework/vf-blockquote": "^1.2.6",
"@visual-framework/vf-badge": "^3.0.3",
"@visual-framework/vf-blockquote": "^1.2.7",
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-button": "^3.0.0-alpha.0",
"@visual-framework/vf-button": "^3.0.1",
"@visual-framework/vf-divider": "^2.0.1",
"@visual-framework/vf-figure": "^2.0.0",
"@visual-framework/vf-form": "^2.0.2",
"@visual-framework/vf-heading": "^1.1.1",
"@visual-framework/vf-link": "^2.0.2",
"@visual-framework/vf-list": "^1.1.1",
"@visual-framework/vf-list": "^1.1.2",
"@visual-framework/vf-text": "^1.1.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/vf-hero/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.2",
"version": "4.0.3",
"name": "@visual-framework/vf-hero",
"description": "vf-hero component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
6 changes: 3 additions & 3 deletions components/vf-hero/vf-hero.angular/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "vf-hero.angular",
"version": "0.0.1",
"version": "0.0.2",
"peerDependencies": {
"@angular/common": "^15.2.0 || ^18.0.0",
"@angular/core": "^15.2.0 || ^18.0.0",
"@visual-framework/vf-stack": "^3.0.0",
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-stack": "^3.0.0",
"@visual-framework/vf-u-fullbleed": "^1.2.2"
},
"dependencies": {
Expand All @@ -31,4 +31,4 @@
"default": "./fesm2020/vf-hero.angular.mjs"
}
}
}
}
2 changes: 1 addition & 1 deletion components/vf-list/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"name": "@visual-framework/vf-list",
"description": "vf-list component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-rc.3",
"version": "1.2.1",
"name": "@visual-framework/vf-table",
"description": "vf-table component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.4",
"version": "2.1.5",
"name": "@visual-framework/vf-tabs",
"description": "vf-tabs component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
4 changes: 2 additions & 2 deletions components/vf-tabs/vf-tabs.angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vf-tabs.angular",
"version": "0.0.1",
"version": "0.0.2",
"peerDependencies": {
"@angular/common": "^15.2.0 || ^18.0.0",
"@angular/core": "^15.2.0 || ^18.0.0"
Expand Down Expand Up @@ -28,4 +28,4 @@
"default": "./fesm2020/vf-tabs.angular.mjs"
}
}
}
}
2 changes: 1 addition & 1 deletion tools/vf-component-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visual-framework/vf-component-generator",
"version": "1.1.5",
"version": "1.1.6",
"description": "Make the config for Visual Framework component interactively.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tools/vf-component-initialization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visual-framework/vf-component-initialization",
"version": "1.1.12",
"version": "1.1.13",
"description": "Initialise a data object of Visual Framework components.",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions tools/vf-component-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visual-framework/vf-component-library",
"version": "1.2.11",
"version": "1.2.12",
"description": "Generate a static-html site of Visual Framework components and docs.",
"main": "index.js",
"scripts": {
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@11ty/eleventy": "2.0.1",
"@visual-framework/vf-config": "1.0.1-alpha.0",
"@visual-framework/vf-core": "^2.2.43",
"@visual-framework/vf-extensions": "^2.1.0-alpha.1",
"@visual-framework/vf-core": "^2.2.45",
"@visual-framework/vf-extensions": "^2.1.2",
"html-minifier": "4.0.0",
"node-html-parser": "6.1.13",
"require-dir": "1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions tools/vf-component-library/src/site/_data/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ module.exports = {
// vfVersion: "develop",
// vfVersionPrefix: "dev.",
// use this when tagging a release
vfVersion: "v2.5.17",
vfVersionPrefix: "dev",
vfVersion: "v2.5.18",
vfVersionPrefix: "",
sections: {
about: {
url: "/about",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
---
title: Rollup release 2.5.18
subtitle: This release includes Angular support for vf-tabs. There are documentation updates for vf-list, vf-table. It also includes dependency updates for multiple packages including for 11ty/Eleventy boilerplate code, and also fixes for lint errors .
date: 2024-08-14 09:00:00
version: 2.5.18
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": "Features",
"navigation_href": "#features"
},
{
"text": "Refinements",
"navigation_href": "#refinements"
},
{
"text": "Documentation",
"navigation_href": "#documentation"
}
]
} %}

{% 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/>

### New features <a href="#features" id="features"></a>

{{ releaseLinks.notes("vf-tabs", "2.1.5", "74e74597ae85a11c662ac4ca5d34f084c203f98a") }}

* Added : Experimental Angular support for Tabs [Tracking issue](https://github.com/visual-framework/vf-core/issues/2037)

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

{{ releaseLinks.notes("vf-badge", "3.0.3", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

{{ releaseLinks.notes("vf-banner", "2.0.3", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

{{ releaseLinks.notes("vf-blockquote", "1.2.7", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

{{ releaseLinks.notes("vf-button", "3.0.1", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

{{ releaseLinks.notes("vf-content", "1.6.16", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

{{ releaseLinks.notes("vf-hero", "4.0.3", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

{{ releaseLinks.notes("vf-component-generator", "1.1.6", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

{{ releaseLinks.notes("vf-component-initialization", "1.1.13", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

{{ releaseLinks.notes("vf-component-library", "1.2.12", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)
* Documentation: Updated documentation [Tracking issue](https://github.com/visual-framework/vf-core/issues/2047)
* Documentation: Fixed documentation [Tracking issue](https://github.com/visual-framework/vf-core/issues/2007)
* Added : Experimental Angular support for Tabs [Tracking issue](https://github.com/visual-framework/vf-core/issues/2037)
* Updated : Dependencies updated across different packages [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)
* Updated : 11ty/Eleventy boilerplate code with latest packages, fixed lint errors [Tracking issue](https://github.com/visual-framework/vf-core/issues/2023)

{{ releaseLinks.notes("vf-core", "2.2.44", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

{{ releaseLinks.notes("vf-extensions", "2.1.1", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

{{ releaseLinks.notes("vf-sass-compilation", "1.1.23", "c207f00f52440cc8b67062ef92c42efc308f7379") }}

* Dependency update [Tracking issue](https://github.com/visual-framework/vf-core/issues/1647)

### Documentation <a href="#documentation" id="documentation"></a>

{{ releaseLinks.notes("vf-list", "1.1.2", "5869360cd2bd6a0f302785617c1929cecb1f11d0") }}

* Documentation: Fixed documentation [Tracking issue](https://github.com/visual-framework/vf-core/issues/2007)

{{ releaseLinks.notes("vf-table", "1.2.1", "9a088d5099f9b244f8fcc25272f703784ff5bd8d") }}

* Documentation: Updated documentation [Tracking issue](https://github.com/visual-framework/vf-core/issues/2047)

{% endmarkdown %}
8 changes: 4 additions & 4 deletions tools/vf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visual-framework/vf-core",
"version": "2.2.43",
"version": "2.2.45",
"description": "Common dependencies for the Visual Framework.",
"engines": {
"node": ">=14.x"
Expand Down Expand Up @@ -29,10 +29,10 @@
],
"private": false,
"dependencies": {
"@visual-framework/vf-component-generator": "^1.1.5",
"@visual-framework/vf-component-initialization": "^1.1.12",
"@visual-framework/vf-component-generator": "^1.1.6",
"@visual-framework/vf-component-initialization": "^1.1.13",
"@visual-framework/vf-frctl-extensions": "^2.0.0",
"@visual-framework/vf-sass-compilation": "^1.1.22",
"@visual-framework/vf-sass-compilation": "^1.1.24",
"chalk": "^4.0.0",
"del": "^6.0.0",
"fast-glob": "^3.1.0",
Expand Down
Loading

0 comments on commit 02d6c0f

Please sign in to comment.