Skip to content

Commit

Permalink
Component release 20211001-01 (#1686)
Browse files Browse the repository at this point in the history
* Component release 20211001-01

* Update release notes

* Remove hero duplication

* Use directory-style pages

* Building page tidy

* Revise principles section

* More directory page structure work

* Developing page cleanup
  • Loading branch information
khawkins98 authored Oct 5, 2021
1 parent ad90662 commit 558ace3
Show file tree
Hide file tree
Showing 60 changed files with 515 additions and 421 deletions.
2 changes: 1 addition & 1 deletion components/embl-content-hub-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.1.1",
"name": "@visual-framework/embl-content-hub-loader",
"description": "embl-content-hub-loader component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
2 changes: 1 addition & 1 deletion components/embl-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.1.1",
"name": "@visual-framework/embl-notifications",
"description": "embl-notifications component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
4 changes: 2 additions & 2 deletions components/vf-activity-group/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"name": "@visual-framework/vf-activity-group",
"description": "vf-activity-group component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -16,7 +16,7 @@
"url": "https://github.com/visual-framework/vf-core/issues/new"
},
"dependencies": {
"@visual-framework/vf-activity-list": "^1.0.0-alpha.10"
"@visual-framework/vf-activity-list": "^1.0.0-alpha.11"
},
"keywords": [
"fractal",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-activity-list/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"name": "@visual-framework/vf-activity-list",
"description": "vf-activity-list component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.0",
"version": "1.9.1",
"name": "@visual-framework/vf-banner",
"description": "vf-banner component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-bookmark/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"name": "@visual-framework/vf-bookmark",
"description": "vf-bookmark component",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-box/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.3",
"version": "2.4.0",
"name": "@visual-framework/vf-box",
"description": "vf-box component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
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": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"name": "@visual-framework/vf-button",
"description": "vf-button component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
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.1.2",
"version": "3.2.0",
"name": "@visual-framework/vf-card-container",
"description": "vf-card-container component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.6.0
### 2.6.1

* Resolves an accessibility issue with contrast for the striped card subheading variant.
* https://github.com/visual-framework/vf-core/issues/1657
Expand Down
2 changes: 1 addition & 1 deletion components/vf-card/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.6.0",
"version": "2.6.1",
"name": "@visual-framework/vf-card",
"description": "vf-card component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-componenet-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.2",
"version": "1.4.3",
"name": "@visual-framework/vf-componenet-rollup",
"description": "vf-componenet-rollup component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
4 changes: 4 additions & 0 deletions components/vf-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.6.3

* Dependency bumps.

### 1.6.2

* Dependency bumps.
Expand Down
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.2",
"version": "1.6.3",
"name": "@visual-framework/vf-content",
"description": "vf-content component",
"homepage": "https://stable.visual-framework.dev/",
Expand All @@ -18,9 +18,9 @@
"dependencies": {
"@visual-framework/vf-badge": "^2.0.0",
"@visual-framework/vf-blockquote": "^1.2.0",
"@visual-framework/vf-box": "^2.3.3",
"@visual-framework/vf-button": "^2.0.0-alpha.1",
"@visual-framework/vf-divider": "^2.0.0",
"@visual-framework/vf-box": "^2.4.0",
"@visual-framework/vf-button": "^2.0.0-alpha.2",
"@visual-framework/vf-divider": "^2.0.1",
"@visual-framework/vf-figure": "^1.3.0",
"@visual-framework/vf-form": "^2.0.0-alpha.1",
"@visual-framework/vf-heading": "^1.0.1",
Expand Down
4 changes: 4 additions & 0 deletions components/vf-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.6.1

* Introduces new z-index token for overlays.

### 3.6.0

* Accessibility: Set primary text to off-black.
Expand Down
2 changes: 1 addition & 1 deletion components/vf-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visual-framework/vf-design-tokens",
"version": "3.6.0",
"version": "3.6.1",
"description": "A collection of design tokens for consumption across projects and products",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions components/vf-divider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.0.1

* Minor README.md update to correct usage of `vf-stack`.

### 2.0.0

* removes the `grid-column: 1 / -1;` rule
Expand Down
2 changes: 1 addition & 1 deletion components/vf-divider/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-divider",
"description": "vf-divider component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.0.0-alpha.1
### 1.0.0-alpha.3

* Basic implementation of vf-dropdown component
* [Tracking issue](https://github.com/visual-framework/vf-core/discussions/1299)
2 changes: 1 addition & 1 deletion components/vf-dropdown/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.0-alpha.3",
"name": "@visual-framework/vf-dropdown",
"description": "vf-dropdown component",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.1.0
### 3.0.0

* vf-header was an early concept on how we might accommodate multi-layers of branding ... but:
* It was never successfully used in production
Expand Down
2 changes: 1 addition & 1 deletion components/vf-header/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.2",
"version": "3.0.0",
"name": "@visual-framework/vf-header",
"description": "vf-header component",
"homepage": "https://stable.visual-framework.dev/",
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": "3.3.0",
"version": "3.3.1",
"name": "@visual-framework/vf-hero",
"description": "vf-hero component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-link-list/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.5.0",
"name": "@visual-framework/vf-link-list",
"description": "vf-link-list component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
4 changes: 4 additions & 0 deletions components/vf-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.0.0-beta.2

* Minor README.md update.

### 3.0.0-beta.1

* Re-release of 3.0.0-beta.0 to fix garbled version number.
Expand Down
2 changes: 1 addition & 1 deletion components/vf-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"name": "@visual-framework/vf-navigation",
"description": "vf-navigation component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-news-container/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.0",
"name": "@visual-framework/vf-news-container",
"description": "vf-news-container component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-progress-indicator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.0.0-alpha.1
### 1.0.0-alpha.3

* Basic implementation of vf-progress-indicator
* [Tracking discussion](https://github.com/visual-framework/vf-core/discussions/1648)
2 changes: 1 addition & 1 deletion components/vf-progress-indicator/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.0-alpha.3",
"name": "@visual-framework/vf-progress-indicator",
"description": "vf-progress-indicator component",
"homepage": "",
Expand Down
4 changes: 4 additions & 0 deletions components/vf-sass-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.1.24

* Dependency bump.

### 0.1.23

* Dependency bump.
Expand Down
4 changes: 2 additions & 2 deletions components/vf-sass-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.23",
"version": "0.1.24",
"name": "@visual-framework/vf-sass-starter",
"description": "vf-sass-starter component",
"homepage": "https://stable.visual-framework.dev",
Expand All @@ -20,7 +20,7 @@
"component"
],
"dependencies": {
"@visual-framework/vf-design-tokens": "^3.6.0",
"@visual-framework/vf-design-tokens": "^3.6.1",
"@visual-framework/vf-font-plex-mono": "^1.1.1",
"@visual-framework/vf-font-plex-sans": "^1.1.1",
"@visual-framework/vf-sass-config": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-search/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-search",
"description": "vf-search 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.1",
"version": "1.5.2",
"name": "@visual-framework/vf-section-header",
"description": "vf-section-header component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-stack/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.1",
"version": "2.1.2",
"name": "@visual-framework/vf-stack",
"description": "vf-stack component",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion components/vf-summary/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.1",
"version": "1.6.0",
"name": "@visual-framework/vf-summary",
"description": "vf-summary component",
"homepage": "https://stable.visual-framework.dev/",
Expand Down
5 changes: 5 additions & 0 deletions tools/vf-component-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.1.13

* Documentation updates
* New release

### 1.1.12

* Update milestones and roadmap.
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.1.12",
"version": "1.1.13",
"description": "Generate a static-html site of Visual Framework 2.0 components and docs.",
"main": "index.js",
"scripts": {
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@11ty/eleventy": "0.12.1",
"@visual-framework/vf-config": "1.0.1-alpha.0",
"@visual-framework/vf-core": "^2.2.31",
"@visual-framework/vf-extensions": "^1.0.0",
"@visual-framework/vf-core": "^2.2.32",
"@visual-framework/vf-extensions": "^1.0.1",
"html-minifier": "4.0.0",
"node-html-parser": "3.3.6",
"require-dir": "1.2.0",
Expand Down
29 changes: 7 additions & 22 deletions tools/vf-component-library/src/site/_data/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,31 @@ module.exports = {
buildTime: DateTime.fromISO(new Date().toISOString()),
// vfVersion: global.vfVersion,
// use this when NOT tagging a release
vfVersion: "develop",
vfVersionPrefix: "dev.",
// vfVersion: "develop",
// vfVersionPrefix: "dev.",
// use this when tagging a release
// vfVersion: "v2.5.0",
// vfVersionPrefix: "",
vfVersion: "v2.5.1",
vfVersionPrefix: "",
sections: {
about: {
url: "/about",
title: "About the Visual Framework",
summary: "A toolkit for better life science websites."
summary: "A toolkit tailored for better life science websites."
},
building: {
url: "/building",
title: "Building a site",
summary: "How to make a project with Visual Framework components."
},
designtokens: {
url: "/design-tokens",
title: "Design tokens",
summary: "The colour, typography, spacing, and other stylistic decisions as design tokens for consumption."
},
developing: {
url: "/developing",
title: "Developing",
summary: "Contributing code and guidance to the Visual Framework."
},
patterns: {
url: "/patterns",
title: "Patterns",
summary: "Pattern-level example boilerplates."
title: "Contributing",
summary: "Developing and contributing code and guidance to the Visual Framework."
},
components: {
url: "/components",
title: "Components and patterns",
summary: "Building block components and pattern-level example boilerplates."
},
designkit: {
url: "/design-kit",
title: "Design kit",
summary: "Design and collaborate on ideas without code."
}
}
};
5 changes: 4 additions & 1 deletion tools/vf-component-library/src/site/_includes/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<li class="vf-list__item">
<a class="vf-list__link" href="{{ '/about/consultation' | url }}">Consultation process</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="{{ '/updates' | url }}">Updates and blog</a>
</li>
</ul>
</div>
<div class="vf-links">
Expand Down Expand Up @@ -56,7 +59,7 @@
</div>
<div class="vf-links">
<h4 class="vf-links__heading">
Project
<a class="vf-heading__link" href="https://github.com/visual-framework/vf-core">Project</a>
</h4>
<ul class="vf-links__list | vf-list">
<li class="vf-list__item">
Expand Down
Loading

0 comments on commit 558ace3

Please sign in to comment.