@dennisdigital/polaris-components-link
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.5.2](https://github.com/dennisinteractive/polaris-componentlibrary/compare/@dennisdigital/polaris-components-link@1.5.1...@dennisdigital/polaris-components-link@1.5.2) (2020-06-05) | ||
### Bug Fixes | ||
* **Link:** Fix issue with target not being set for the external links ([421a365](https://github.com/dennisinteractive/polaris-componentlibrary/commit/421a365)) | ||
## [1.5.1](https://github.com/dennisinteractive/polaris-componentlibrary/compare/@dennisdigital/polaris-components-link@1.5.0...@dennisdigital/polaris-components-link@1.5.1) (2020-06-05) | ||
@@ -8,0 +19,0 @@ |
@@ -170,3 +170,3 @@ /** | ||
rel={rel || ((linkTarget === '_blank') ? 'noopener' : undefined)} | ||
target={amp || ssr ? null : linkTarget} | ||
target={amp ? null : linkTarget} | ||
> | ||
@@ -173,0 +173,0 @@ {children} |
{ | ||
"name": "@dennisdigital/polaris-components-link", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"main": "index.js", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "e1c4e28429e2e1a96b2adcd48f27e93ac5ce06f1" | ||
"gitHead": "3edb3ba6d7f40309df1581d036c06fb577bf32e3" | ||
} |
29707