Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component release 20230321-01 #1921

Merged
merged 1 commit into from
Mar 21, 2023
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
4 changes: 2 additions & 2 deletions components/vf-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "3.0.0-alpha.0",
"name": "@visual-framework/vf-badge",
"description": "vf-badge component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -21,8 +21,8 @@
],
"gitHead": "6059bda1bd78e57943b66be03c3f0208399d0afd",
"dependencies": {
"@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"
}
}
4 changes: 2 additions & 2 deletions components/vf-badge/vf-badge.angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"peerDependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.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": "1.9.2",
"version": "2.0.0-alpha.0",
"name": "@visual-framework/vf-banner",
"description": "vf-banner component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -22,8 +22,8 @@
],
"gitHead": "6059bda1bd78e57943b66be03c3f0208399d0afd",
"dependencies": {
"@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"
}
}
4 changes: 2 additions & 2 deletions components/vf-banner/vf-banner.angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"peerDependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.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-banner.angular.mjs"
}
}
}
}
2 changes: 1 addition & 1 deletion components/vf-card-container/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.2",
"version": "3.2.3",
"name": "@visual-framework/vf-card-container",
"description": "vf-card-container component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
6 changes: 3 additions & 3 deletions components/vf-content/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.8",
"version": "1.6.9",
"name": "@visual-framework/vf-content",
"description": "vf-content component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -16,15 +16,15 @@
"url": "https://github.com/visual-framework/vf-core/issues/new"
},
"dependencies": {
"@visual-framework/vf-badge": "^2.0.0",
"@visual-framework/vf-badge": "^3.0.0-alpha.0",
"@visual-framework/vf-blockquote": "^1.2.0",
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-button": "^2.0.0-alpha.6",
"@visual-framework/vf-divider": "^2.0.1",
"@visual-framework/vf-figure": "^1.3.0",
"@visual-framework/vf-form": "^2.0.0-alpha.2",
"@visual-framework/vf-heading": "^1.1.0",
"@visual-framework/vf-link": "^2.0.0",
"@visual-framework/vf-link": "^2.0.1",
"@visual-framework/vf-list": "^1.1.0",
"@visual-framework/vf-text": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions components/vf-hero/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.5",
"version": "4.0.0-alpha.0",
"name": "@visual-framework/vf-hero",
"description": "vf-hero component",
"homepage": "https://stable.visual-framework.dev",
Expand All @@ -22,8 +22,8 @@
],
"gitHead": "1e428d9ce8b55423edc8ac8dff466227aeea0d53",
"dependencies": {
"@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"
}
}
4 changes: 2 additions & 2 deletions components/vf-hero/vf-hero.angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"peerDependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.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-link/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.0.1",
"name": "@visual-framework/vf-link",
"description": "vf-link component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-section-header/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.4",
"version": "1.5.5",
"name": "@visual-framework/vf-section-header",
"description": "vf-section-header component",
"homepage": "https://stable.visual-framework.dev/",
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.4",
"version": "1.2.5",
"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.0",
"@visual-framework/vf-config": "1.0.1-alpha.0",
"@visual-framework/vf-core": "^2.2.38",
"@visual-framework/vf-extensions": "^3.0.0",
"@visual-framework/vf-core": "^2.2.39",
"@visual-framework/vf-extensions": "^2.1.0-alpha.1",
"html-minifier": "4.0.0",
"node-html-parser": "5.1.0",
"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 @@ -7,15 +7,15 @@ module.exports = {
short_description: "A front-end toolkit to quickly and collaboratively build better life science websites.",
url: "https://stable.visual-framework.dev/",
author: "Visual Framework system",
email: "ken.hawkins@embl.de",
email: "web-development-team@ebi.ac.uk",
},
buildTime: DateTime.fromISO(new Date().toISOString()),
// vfVersion: global.vfVersion,
// use this when NOT tagging a release
// vfVersion: "develop",
// vfVersionPrefix: "dev.",
// use this when tagging a release
vfVersion: "v2.5.10",
vfVersion: "v2.5.12",
vfVersionPrefix: "",
sections: {
about: {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
---
title: Rollup release 2.5.12
subtitle: This release includes Angular support for vf-badge, vf-banner and vf-hero, we have also added 11ty support for v2. It also includes improvements in accessibility, usability, documentation of vf-card-container and updates to documentation of vf-link. We also addressed bug where all compononents changelog section was identical for each component on the site.
date: 2023-03-21 10:30:00
version: 2.5.12
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",
"link_list_href": "#features"
},
{
"text": "Refinements",
"navigation_href": "#refinements"
},
{
"text": "Bug fixes",
"link_list_href": "#bugs"
}
]
} %}

{% 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-hero", "4.0.0-alpha.0", "2357f982860ec053163e6cb77f7b97d79b1dc872") }}

* Added : Experimental Angular support for Hero component

{{ releaseLinks.notes("vf-banner", "2.0.0-alpha.0", "9da745711ff2e74402bea72e3c1b440649d021c8") }}

* Added : Experimental Angular support for basic and inline banner type. See README.md for more. Support for additional banner types planned for future sprint.

{{ releaseLinks.notes("vf-badge", "3.0.0-alpha.0", "4b71b95d3eb148148996ee6f04df6c35e612558d") }}

* Added : Experimental Angular support for Badge

{{ releaseLinks.notes("vf-core", "2.2.39", "4b71b95d3eb148148996ee6f04df6c35e612558d") }}

* Added : Angular support for vf-badge, vf-banner, vf-hero


{{ releaseLinks.notes("vf-extensions", "2.1.0-alpha.1", "81a71cf307167657f46275a311d98080aba438ce") }}

* Feature: This adds support for Eleventy v2 and should remain backwards compatible with v1.

{{ releaseLinks.notes("vf-component-library", "1.2.5", "81a71cf307167657f46275a311d98080aba438ce") }}

* Feature: This adds support for Eleventy v2 and should remain backwards compatible with v1.
* Added: Angular experimental support for vf-badge component
* Added: Angular experimental support for vf-banner component
* Added: Angular experimental support for vf-hero component

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

{{ releaseLinks.notes("vf-card-container", "3.2.3", "06733115050bb1d1456476e04a7342fd7242dc78") }}

* docs: Updated documentation for hidden flag usage and fixed 3.1.0 changelog text which was causing compile error
* moves the `default` context data in the `.yml` file to a `variant` to allow easier use of `{#{% include %}#}`.

{{ releaseLinks.notes("vf-link", "2.0.1", "9cf29c148ab40e6f9bd5e1f1ee627e97ee56f7e3") }}

* Fixed: Fixed space issue to make the 'default' variant example look like a link (#1895)
* Added: Added documentation for vf-link: description in About, Usage notes and links to related documentation.(#1894)
* Added: Added accessibility note to vf-link documentation (#1899)

{{ releaseLinks.notes("vf-section-header", "1.5.5", "75f1933bc40b9273b61e3cbd47f372332e7a810b") }}

* fix: Changed the hidden header code to show a header without a link. If not hidden then it'd show as usual.

### Bug fixes <a href="#bugs" id="bugs"></a>

{{ releaseLinks.notes("vf-component-library", "1.2.5", "5055f1984ff2a9390e36b733fefb9f7979e7f220") }}

* Bug fix: Fixes identical changelog information for all components changelog section #1874


{% endmarkdown %}
Loading