Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
embl.org
vf-core-mirror
Commits
c89bb6a2
Commit
c89bb6a2
authored
Apr 01, 2021
by
Ken Hawkins
Browse files
Hotfix for version number
parent
9241ee94
Pipeline
#143484
passed with stages
in 6 minutes and 31 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
tools/vf-component-library/src/site/_data/siteConfig.js
tools/vf-component-library/src/site/_data/siteConfig.js
+4
-4
tools/vf-component-library/src/site/patterns/search-results.njk
...vf-component-library/src/site/patterns/search-results.njk
+1
-1
tools/vf-component-library/src/site/updates/2021-04-01-component-updates.njk
...library/src/site/updates/2021-04-01-component-updates.njk
+4
-5
No files found.
tools/vf-component-library/src/site/_data/siteConfig.js
View file @
c89bb6a2
...
...
@@ -12,11 +12,11 @@ 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.4.11",
//
vfVersionPrefix: "",
vfVersion
:
"
v2.4.11
"
,
vfVersionPrefix
:
""
,
sections
:
{
about
:
{
url
:
"
/about
"
,
...
...
tools/vf-component-library/src/site/patterns/search-results.njk
View file @
c89bb6a2
...
...
@@ -21,7 +21,7 @@ layout: layouts/boilerplate.njk
{% if serverInfo.environment == "development" -%}
<link
rel=
"stylesheet"
media=
"all"
href=
"{{ '/css/styles.css' | url }}"
/>
{%- else -%}
<link
rel=
"stylesheet"
href=
"https://assets.emblstatic.net/vf/{{ siteConfig.vfVersion }}/css/styles.css"
>
<link
rel=
"stylesheet"
href=
"https://
{{ siteConfig.vfVersionPrefix }}
assets.emblstatic.net/vf/{{ siteConfig.vfVersion }}/css/styles.css"
>
{%- endif %}
<!--
Want to build a site with the Visual Framework?
...
...
tools/vf-component-library/src/site/updates/2021-04-01-component-updates.njk
View file @
c89bb6a2
...
...
@@ -76,7 +76,7 @@ As a reminder, the rollup CSS and JS are compilations of many independently vers
</section>
###
Component Updates
###
Search update <a href="#search" id="search"></a>
{{ notes("vf-search-client-side", "3.0.0-alpha.0", "9d741e8e9d36cbffbbd8e9168599876b5f1f8b3e") }}
...
...
@@ -86,8 +86,8 @@ As a reminder, the rollup CSS and JS are compilations of many independently vers
{{ notes("vf-navigation", "3.0.0-beta.0", "596050e643bc453d1ffcf5e47f9ff58e69a0e9a4") }}
* deprecated the `--aditional` variant.
* removes `--main` and `--global` Sass files, incor
o
prating them into the base stylesheet.
* deprecated the `--ad
d
itional` variant.
* removes `--main` and `--global` Sass files, incorp
o
rating them into the base stylesheet.
* tidies up quite a bit of CSS.
* makes use of `vf-cluster` for layout in the markup.
* adds some documentation.
...
...
@@ -96,7 +96,6 @@ As a reminder, the rollup CSS and JS are compilations of many independently vers
* removes navigation variants as they're now part of base Sass file.
### Bugs and minor optimisations <a href="#bugs" id="bugs"></a>
{{ notes("vf-hero", "3.2.1", "ada27b78684ed1145fd81b82107bcda5c8b11ee6") }}
...
...
@@ -106,7 +105,6 @@ As a reminder, the rollup CSS and JS are compilations of many independently vers
* Allows vf_hero_heading_href to be passed in yaml.
* Gobbles much of the whitespace.
{{ notes("vf-sass-starter", "0.1.19", "477df90cb04449b6649022c5cb1983562b2f4895") }}
* dependency bump.
...
...
@@ -118,4 +116,5 @@ As a reminder, the rollup CSS and JS are compilations of many independently vers
{{ notes("vf-design-tokens", "3.4.1", "114b4bfc175488b372b04e0c5b7a1136a0633fe4") }}
* Adds a gulp command vf-design-tokens alias for developers who easily forget.
{% endmarkdown %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment