backport PR 1586

This commit is contained in:
Cory LaViska
2023-10-02 09:06:58 -05:00
parent ebe1904479
commit 967208d69b
2 changed files with 4 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ New versions of Web Awesome are released as-needed and generally occur when a cr
## Next
- Fixed a bug [in the localize dependency](https://github.com/shoelace-style/localize/issues/20) that caused underscores in language codes to throw a `RangeError`
- Fixed a bug in `<sl-copy-button>` that prevented exported tooltip parts from being styled [#1586]
- Updated `@shoelace-style/localize` to 3.1.0
## 2.9.0

View File

@@ -206,9 +206,9 @@ export default class WaCopyButton extends WebAwesomeElement {
?disabled=${this.disabled}
?hoist=${this.hoist}
exportparts="
base:tooltip__base
base__popup:tooltip__base__popup
base__arrow:tooltip__base__arrow
base:tooltip__base,
base__popup:tooltip__base__popup,
base__arrow:tooltip__base__arrow,
body:tooltip__body
"
>