@hashicorp/design-system-components 0.12.4 → 0.12.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @hashicorp/design-system-components
2
2
 
3
+ ## 0.12.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#391](https://github.com/hashicorp/design-system/pull/391) [`0d8515f0`](https://github.com/hashicorp/design-system/commit/0d8515f06ae15b9955a15e9cafa97dc1d4c87cee) Thanks [@didoo](https://github.com/didoo)! - Fixed bug in `Link::Standalone` and `Link::Inline` components that added `target="_blank"` and `rel="noopener noreferrer”` attributes in any case/condition.
8
+
9
+ * [#354](https://github.com/hashicorp/design-system/pull/354) [`e7997ee6`](https://github.com/hashicorp/design-system/commit/e7997ee68d7d8b104243c8b6129db1030a3cea57) Thanks [@didoo](https://github.com/didoo)! - small update to the `yield` helper component - this is used in `Alert` and `Toast` but the changes should have no impact
10
+
3
11
  ## 0.12.4
4
12
 
5
13
  ### Patch Changes
@@ -9,8 +9,7 @@
9
9
  @route={{@route}}
10
10
  @isRouteExternal={{@isRouteExternal}}
11
11
  @href={{@href}}
12
- target="_blank"
13
- rel="noopener noreferrer"
12
+ @isHrefExternal={{@isHrefExternal}}
14
13
  ...attributes
15
14
  >{{#if (and @icon (eq this.iconPosition "leading"))~}}
16
15
  <span class="hds-link-inline__icon hds-link-inline__icon--leading">
@@ -8,8 +8,6 @@
8
8
  @isRouteExternal={{@isRouteExternal}}
9
9
  @href={{@href}}
10
10
  @isHrefExternal={{@isHrefExternal}}
11
- target="_blank"
12
- rel="noopener noreferrer"
13
11
  ...attributes
14
12
  >
15
13
  {{#if (eq this.iconPosition "leading")}}
@@ -1,3 +1,2 @@
1
- <div ...attributes>
2
- {{yield}}
3
- </div>
1
+ {{! template-lint-disable no-yield-only }}
2
+ {{yield}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "0.12.4",
3
+ "version": "0.12.5",
4
4
  "description": "HashiCorp Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -42,8 +42,7 @@
42
42
  "ember-cli-sass": "^10.0.1",
43
43
  "ember-keyboard": "^8.1.0",
44
44
  "ember-named-blocks-polyfill": "^0.2.5",
45
- "sass": "^1.43.4",
46
- "sinon": "^14.0.0"
45
+ "sass": "^1.43.4"
47
46
  },
48
47
  "devDependencies": {
49
48
  "@ember/optional-features": "^2.0.0",
@@ -51,7 +50,7 @@
51
50
  "@embroider/test-setup": "^1.5.0",
52
51
  "@glimmer/component": "^1.0.4",
53
52
  "@glimmer/tracking": "^1.0.4",
54
- "@percy/cli": "^1.2.1",
53
+ "@percy/cli": "^1.3.0",
55
54
  "@percy/ember": "^3.0.0",
56
55
  "babel-eslint": "^10.1.0",
57
56
  "broccoli-asset-rev": "^3.0.0",