Skip to content

Commit

Permalink
Component release 20231009-01 (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushan-ebi authored Oct 9, 2023
1 parent ec135c6 commit 3b94bec
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 10 deletions.
2 changes: 1 addition & 1 deletion components/vf-back-to-top/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.2",
"version": "1.0.1",
"name": "@visual-framework/vf-back-to-top",
"description": "vf-back-to-top component",
"homepage": "",
Expand Down
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.0",
"version": "1.2.1",
"name": "@visual-framework/vf-blockquote",
"description": "vf-blockquote component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"default": "./fesm2020/vf-blockquote.angular.mjs"
}
}
}
}
2 changes: 1 addition & 1 deletion components/vf-breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.4",
"version": "2.0.5",
"name": "@visual-framework/vf-breadcrumbs",
"description": "vf-breadcrumbs component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
4 changes: 2 additions & 2 deletions components/vf-content/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.10",
"version": "1.6.11",
"name": "@visual-framework/vf-content",
"description": "vf-content component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@visual-framework/vf-badge": "^3.0.0-alpha.1",
"@visual-framework/vf-blockquote": "^1.2.0",
"@visual-framework/vf-blockquote": "^1.2.1",
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-button": "^3.0.0-alpha.0",
"@visual-framework/vf-divider": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-social-links/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.3",
"version": "0.0.4",
"name": "@visual-framework/vf-social-links",
"description": "vf-social-links component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "1.2.7",
"description": "Generate a static-html site of Visual Framework components and docs.",
"main": "index.js",
"scripts": {
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.13",
vfVersionPrefix: "dev",
vfVersion: "v2.5.14",
vfVersionPrefix: "",
sections: {
about: {
url: "/about",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
title: Rollup release 2.5.14
subtitle: This release includes React & Angular support for vf-blockquote as package along with documentation update. Release also includes improvements to vf-back-to-top, Twitter logo update in vf-social-links components, updates to documentation of vf-breadcrumbs and vf-component-library.
date: 2023-10-09 17:30:00
version: 2.5.14
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"
}
]
} %}

{% 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-blockquote", "1.2.1", "22f07801641e6e5b25d92a5e7ef6cde407ef4453") }}

* Changed: Modified the Blockquote component in line with stakeholder requirements and to improve consistency
* Added : Angular support for Blockquote component
* Added : React support for Blockquote component
* Documentation: Updated the documentation for blockquote as per new implementation [#1945](https://github.com/visual-framework/vf-core/issues/1945)

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

{{ releaseLinks.notes("vf-component-library", "1.2.7", "6ca3da362ef7f061de5c3c95acb646f7cf004381") }}

* Documentation: Updated build process document with missing step for `vfVersion` update [#1966](https://github.com/visual-framework/vf-core/issues/1966)
* Added : Angular support for Blockquote component
* Added : React support for Blockquote component

{{ releaseLinks.notes("vf-breadcrumbs", "2.0.5", "bdbf740f25f66a764f02a730e4ca0c27ed02327f") }}

* Documentation: Updated usage guidelines to show full navigation path [#1957](https://github.com/visual-framework/vf-core/issues/1957)

{{ releaseLinks.notes("vf-back-to-top", "1.0.1", "66b351660ea96ecb55ae60addbc6c7f46bd00b25") }}

* Updated the Back to Top button to secondary and changed arrow colour. [#1956](https://github.com/visual-framework/vf-core/issues/1956)

{{ releaseLinks.notes("vf-social-links", "0.0.4", "bb5dedad550358a644227bcf9b116e93149cdd61") }}

* Updated Twitter icon with X icon

{% endmarkdown %}

0 comments on commit 3b94bec

Please sign in to comment.