terra-tag
Advanced tools
Comparing version 2.64.1 to 2.64.2
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.64.2 - (December 11, 2023) | ||
* Fixed | ||
* Fixed Terra-Tag SR announces instructions twice with VPC ON Mode | ||
## 2.64.1 - (November 16, 2023) | ||
@@ -7,0 +12,0 @@ |
@@ -94,5 +94,3 @@ "use strict"; | ||
isCompact: true, | ||
"aria-live": isCollapsed ? 'polite' : 'off', | ||
"aria-label": rollUpHint, | ||
"aria-describedby": rollUpHint, | ||
"aria-atomic": "true", | ||
@@ -99,0 +97,0 @@ "data-terra-rollup-tag-show-focus-styles": true, |
{ | ||
"name": "terra-tag", | ||
"version": "2.64.1", | ||
"version": "2.64.2", | ||
"description": "The tag component is used for tagging and provides users a way to trigger actions in the UI. Each tag should have text. It can optionally display an icon along with the text.", | ||
@@ -29,3 +29,3 @@ "author": "Cerner Corporation", | ||
"resize-observer-polyfill": "^1.4.1", | ||
"terra-button": "^3.71.0", | ||
"terra-button": "^3.72.0", | ||
"terra-icon": "^3.59.0", | ||
@@ -54,3 +54,3 @@ "terra-theme-context": "^1.0.0", | ||
}, | ||
"gitHead": "d0b5de66c64f200c9732f745f2eb3dc98e1a2591" | ||
"gitHead": "9bb7f9261dac42e2bc7e9e6289cdb43fd0689e79" | ||
} |
@@ -77,5 +77,3 @@ import React, { useRef } from 'react'; | ||
isCompact | ||
aria-live={(isCollapsed) ? 'polite' : 'off'} | ||
aria-label={rollUpHint} | ||
aria-describedby={rollUpHint} | ||
aria-atomic="true" | ||
@@ -82,0 +80,0 @@ data-terra-rollup-tag-show-focus-styles |
129603
1624
Updatedterra-button@^3.72.0