Skip to content

Commit

Permalink
Component generator changelog addendum
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Apr 8, 2021
1 parent c4cc016 commit 782c657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/vf-component-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 1.1.3

* For JS module imports, use a relative path, as this improves support in some scenarios.
* https://github.com/visual-framework/vf-core/pull/1476/

### 1.1.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<body class="{{ bodyClass }} vf-body vf-stack" >
<header class="vf-global-header | vf-search-client-side--no-index">
{% render '@vf-logo', {logo_href: '/' | url, logo_text: 'Visual Framework 2.0', image: siteConfig.siteInformation.url + 'assets/vf-logo/assets/logo.svg', "hidden_text": true } %}
<nav class="vf-navigation vf-navigation--globall | vf-cluster">
<nav class="vf-navigation vf-navigation--global | vf-cluster">
<ul class="vf-navigation__list | vf-list | vf-cluster__inner">
{# <li class="vf-navigation__item">
<a href="{{ '/about' | url }}" class="vf-navigation__link">About</a>
Expand Down

0 comments on commit 782c657

Please sign in to comment.