Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from eea/develop
Browse files Browse the repository at this point in the history
Show full page title on truncated text
  • Loading branch information
andreiggr committed Nov 22, 2021
2 parents 6bb92b9 + 2c33a74 commit 2ba2582
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.1.15](https://github.com/eea/volto-forests-theme/compare/0.1.14...0.1.15)

- Show full page title on truncated text [`b05f1f0`](https://github.com/eea/volto-forests-theme/commit/b05f1f059d2f1de7a7c0531bf2bc8aa0947080ac)

#### [0.1.14](https://github.com/eea/volto-forests-theme/compare/0.1.13...0.1.14)

> 19 November 2021
- Lead navigation responsive updates [`#18`](https://github.com/eea/volto-forests-theme/pull/18)
- NavigationLead variable items dep on width & fixed widths [`8283528`](https://github.com/eea/volto-forests-theme/commit/82835288bce93dc00f6ebb9f097f6675e4a74fe9)
- Lead nav w fixed items & dimensions [`a8c810e`](https://github.com/eea/volto-forests-theme/commit/a8c810efc9f6fa8f73b366750df41236798b6464)
- Lead navigation responsive updates [`818f24e`](https://github.com/eea/volto-forests-theme/commit/818f24ea100f4a67581f9a679a26aa0f4819d178)

#### [0.1.13](https://github.com/eea/volto-forests-theme/compare/0.1.12...0.1.13)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-forests-theme",
"version": "0.1.14",
"version": "0.1.15",
"description": "@eeacms/volto-forests-theme: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
1 change: 1 addition & 0 deletions src/components/theme/Header/HeaderNavigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const HeaderNavigation = ({ items, pageWidth }) => {
}`}
key={index}
to={item.url}
title={item.title}
>
{item.title}
</Link>
Expand Down

0 comments on commit 2ba2582

Please sign in to comment.