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 20230510 #1950

Merged
merged 1 commit into from
May 10, 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": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"name": "@visual-framework/vf-badge",
"description": "vf-badge component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -19,7 +19,7 @@
"fractal",
"component"
],
"gitHead": "6059bda1bd78e57943b66be03c3f0208399d0afd",
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be",
"dependencies": {
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-stack": "^3.0.0",
Expand Down
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.0-alpha.0",
"version": "2.0.0-alpha.1",
"name": "@visual-framework/vf-banner",
"description": "vf-banner component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -20,7 +20,7 @@
"fractal",
"component"
],
"gitHead": "6059bda1bd78e57943b66be03c3f0208399d0afd",
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be",
"dependencies": {
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-stack": "^3.0.0",
Expand Down
15 changes: 8 additions & 7 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.3",
"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-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 @@ -33,5 +33,6 @@
"node": "./fesm2015/vf-banner.angular.mjs",
"default": "./fesm2020/vf-banner.angular.mjs"
}
}
}
},
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be"
}
4 changes: 2 additions & 2 deletions components/vf-button/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha.6",
"version": "3.0.0-alpha.0",
"name": "@visual-framework/vf-button",
"description": "vf-button component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -19,5 +19,5 @@
"fractal",
"component"
],
"gitHead": "6059bda1bd78e57943b66be03c3f0208399d0afd"
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be"
}
7 changes: 4 additions & 3 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.3",
"peerDependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.0"
Expand All @@ -27,5 +27,6 @@
"node": "./fesm2015/vf-button.angular.mjs",
"default": "./fesm2020/vf-button.angular.mjs"
}
}
}
},
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be"
}
4 changes: 2 additions & 2 deletions components/vf-card/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.7.0",
"version": "2.7.1",
"name": "@visual-framework/vf-card",
"description": "vf-card component",
"homepage": "https://stable.visual-framework.dev",
Expand All @@ -20,5 +20,5 @@
"fractal",
"component"
],
"gitHead": "6059bda1bd78e57943b66be03c3f0208399d0afd"
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be"
}
8 changes: 4 additions & 4 deletions components/vf-content/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.9",
"version": "1.6.10",
"name": "@visual-framework/vf-content",
"description": "vf-content component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -16,10 +16,10 @@
"url": "https://github.com/visual-framework/vf-core/issues/new"
},
"dependencies": {
"@visual-framework/vf-badge": "^3.0.0-alpha.0",
"@visual-framework/vf-badge": "^3.0.0-alpha.1",
"@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-button": "^3.0.0-alpha.0",
"@visual-framework/vf-divider": "^2.0.1",
"@visual-framework/vf-figure": "^1.3.0",
"@visual-framework/vf-form": "^2.0.0-alpha.2",
Expand All @@ -32,5 +32,5 @@
"fractal",
"component"
],
"gitHead": "6059bda1bd78e57943b66be03c3f0208399d0afd"
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be"
}
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": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"name": "@visual-framework/vf-hero",
"description": "vf-hero component",
"homepage": "https://stable.visual-framework.dev",
Expand All @@ -20,7 +20,7 @@
"fractal",
"component"
],
"gitHead": "1e428d9ce8b55423edc8ac8dff466227aeea0d53",
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be",
"dependencies": {
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-stack": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions components/vf-pagination/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-pagination",
"description": "vf-pagination component",
"homepage": "https://stable.visual-framework.dev",
Expand All @@ -20,5 +20,5 @@
"fractal",
"component"
],
"gitHead": "6059bda1bd78e57943b66be03c3f0208399d0afd"
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be"
}
4 changes: 2 additions & 2 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.5",
"version": "1.2.6",
"description": "Generate a static-html site of Visual Framework components and docs.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/visual-framework/vf-core/issues"
},
"homepage": "https://github.com/visual-framework/vf-core/tree/develop/tools/vf-component-library#readme",
"gitHead": "1e428d9ce8b55423edc8ac8dff466227aeea0d53",
"gitHead": "ddd295fa5a46f56b85ffd9fca9a90e8ff1dde1be",
"devDependencies": {
"gulp-json-concat": "0.2.0"
}
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.12",
vfVersion: "v2.5.13",
vfVersionPrefix: "",
sections: {
about: {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
title: Rollup release 2.5.13
subtitle: This release includes React support for vf-badge, Angular support for vf-button as package, Additional variant support for vf-banner, Angular syntax for vf-badge, vf-banner, vf-button and vf-hero. We've also fixed the changelog for vf-pagination to show correct versions.
date: 2023-05-10 2:30:00
version: 2.5.13
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-banner", "2.0.0-alpha.1", "dba63115fafd71d02abf807f757fd5b169a5daf3") }}

* Added : Experimental Angular support for fixed and top banner type. See README.md for more.

{{ releaseLinks.notes("vf-badge", "3.0.0-alpha.1", "91d362d4509dbae0caff8733014aac87ec8b2965") }}

* Added : Angular syntax for different variants as compared to common syntax
* Added : Experimental React support for Badge component

{{ releaseLinks.notes("vf-hero", "4.0.0-alpha.1", "6782cf72b064cdd79ff6367d918d83561a602f04") }}

* Added : Angular syntax for different variants as compared to common syntax

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

{{ releaseLinks.notes("vf-button", "3.0.0-alpha.0", "9c0a3945fde2442e37757730e0bc250ea675e101") }}

* Changed : Angular support for Button component as a standalone package. See README.md for more.

{{ releaseLinks.notes("vf-component-library", "1.2.6", "e8e5c86ed1977788830449ce89ff59690e26595b") }}

* Bug fix: Fixed changelog for Pagination component. Extension to bug #1874
* Added: Angular experimental support for vf-button component
* Added: Angular experimental support for vf-banner component for 'fixed' and 'top' variant
* Added: Angular syntax for different variants for vf-badge, vf-button, vf-banner, vf-hero component
* Added: React experimental support for vf-badge component
* Bug fix: Updated vf-card documentation to fix the typo

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

{{ releaseLinks.notes("vf-card", "2.7.1", "0e6b93b0eacfab0d222bdb537294130e1bf90a5d") }}

* Bug fix: Updated vf-card documentation to fix the typo

{{ releaseLinks.notes("vf-pagination", "1.1.2", "ba042ceeb41e8f6a589014a245eb49797bf784c0") }}

* Bug fix : Changelog updated to match npmjs versions.

{% endmarkdown %}