@spectrum-web-components/tooltip 1.9.0 → 1.9.1-nightly.20251028214328

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +790 -0
  2. package/package.json +77 -77
  3. package/src/spectrum-tooltip.css.dev.js.map +2 -2
  4. package/src/spectrum-tooltip.css.js.map +2 -2
  5. package/src/tooltip-overrides.css.dev.js.map +2 -2
  6. package/src/tooltip-overrides.css.js.map +2 -2
  7. package/src/tooltip.css.dev.js.map +2 -2
  8. package/src/tooltip.css.js.map +2 -2
  9. package/stories/tooltip-directive.stories.js +117 -0
  10. package/stories/tooltip-directive.stories.js.map +7 -0
  11. package/stories/tooltip.stories.js +502 -0
  12. package/stories/tooltip.stories.js.map +7 -0
  13. package/test/benchmark/test-basic.js +12 -0
  14. package/test/benchmark/test-basic.js.map +7 -0
  15. package/test/benchmark/test-directive.js +13 -0
  16. package/test/benchmark/test-directive.js.map +7 -0
  17. package/test/benchmark/test-element.js +13 -0
  18. package/test/benchmark/test-element.js.map +7 -0
  19. package/test/benchmark/test-lazy.js +24 -0
  20. package/test/benchmark/test-lazy.js.map +7 -0
  21. package/test/tooltip-directive.test-vrt.js +5 -0
  22. package/{sp-tooltip.js.map → test/tooltip-directive.test-vrt.js.map} +4 -4
  23. package/test/tooltip-directive.test.js +99 -0
  24. package/test/tooltip-directive.test.js.map +7 -0
  25. package/test/tooltip-memory.test.js +8 -0
  26. package/{sp-tooltip.dev.js.map → test/tooltip-memory.test.js.map} +3 -3
  27. package/test/tooltip.test-vrt.js +5 -0
  28. package/test/tooltip.test-vrt.js.map +7 -0
  29. package/test/tooltip.test.js +228 -0
  30. package/test/tooltip.test.js.map +7 -0
  31. package/custom-elements.json +0 -386
  32. package/sp-tooltip.d.ts +0 -17
  33. package/sp-tooltip.dev.js +0 -5
  34. package/sp-tooltip.js +0 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,790 @@
1
+ # Change Log
2
+
3
+ ## 1.9.1-nightly.20251028214328
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @spectrum-web-components/base@1.9.1-nightly.20251028214328
9
+ - @spectrum-web-components/overlay@1.9.1-nightly.20251028214328
10
+ - @spectrum-web-components/shared@1.9.1-nightly.20251028214328
11
+ - @spectrum-web-components/reactive-controllers@1.9.1-nightly.20251028214328
12
+
13
+ ## 1.9.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8)]:
18
+ - @spectrum-web-components/reactive-controllers@1.9.0
19
+ - @spectrum-web-components/overlay@1.9.0
20
+ - @spectrum-web-components/base@1.9.0
21
+ - @spectrum-web-components/shared@1.9.0
22
+
23
+ ## 1.8.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`14486d6`](https://github.com/adobe/spectrum-web-components/commit/14486d620e88976c794225edb54eaca8392015c7), [`ee1bae6`](https://github.com/adobe/spectrum-web-components/commit/ee1bae6f9a7401dc31ebc84e4e27f9d39be692d1), [`14486d6`](https://github.com/adobe/spectrum-web-components/commit/14486d620e88976c794225edb54eaca8392015c7)]:
28
+ - @spectrum-web-components/overlay@1.8.0
29
+ - @spectrum-web-components/base@1.8.0
30
+ - @spectrum-web-components/reactive-controllers@1.8.0
31
+ - @spectrum-web-components/shared@1.8.0
32
+
33
+ ## 1.7.0
34
+
35
+ ### Patch Changes
36
+
37
+ - [#5504](https://github.com/adobe/spectrum-web-components/pull/5504) [`cde976d`](https://github.com/adobe/spectrum-web-components/commit/cde976ddfa71f898e2d0404ecc53150db149a861) Thanks [@castastrophe](https://github.com/castastrophe)! - Replace deprecated `word-break: break-word` with `overflow-wrap: break-word` to align with modern CSS standards and improve cross-browser compatibility. This property was deprecated in Chrome 44 (July 2015) in favor of the standardized `overflow-wrap` property.
38
+
39
+ - Updated dependencies [[`a646ae8`](https://github.com/adobe/spectrum-web-components/commit/a646ae8b0e652308d359226740d2cb189e492e45)]:
40
+ - @spectrum-web-components/overlay@1.7.0
41
+ - @spectrum-web-components/base@1.7.0
42
+ - @spectrum-web-components/reactive-controllers@1.7.0
43
+ - @spectrum-web-components/shared@1.7.0
44
+
45
+ ## 1.6.0
46
+
47
+ ### Patch Changes
48
+
49
+ - [#5384](https://github.com/adobe/spectrum-web-components/pull/5384) [`700489f`](https://github.com/adobe/spectrum-web-components/commit/700489f87e96b895a687431486fb329c7497f2d6) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - docs: add DelayedTooltipWithOverlay story demonstrating how to handle interactions between delayed tooltips and other overlay components
50
+
51
+ - [#5349](https://github.com/adobe/spectrum-web-components/pull/5349) [`a9727d2`](https://github.com/adobe/spectrum-web-components/commit/a9727d2975b01f440c09789c9e7e0122063b6f7e) Thanks [@renovate](https://github.com/apps/renovate)! - Remove unnecessary system theme references to reduce complexity for components that don't need the additional mapping layer.
52
+
53
+ - Updated dependencies [[`53f3769`](https://github.com/adobe/spectrum-web-components/commit/53f3769f07b6e7853a8a4c0dc63b21fe14cf3d4b)]:
54
+ - @spectrum-web-components/overlay@1.6.0
55
+ - @spectrum-web-components/base@1.6.0
56
+ - @spectrum-web-components/reactive-controllers@1.6.0
57
+ - @spectrum-web-components/shared@1.6.0
58
+
59
+ ## 1.5.0
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies [[`8f8735c`](https://github.com/adobe/spectrum-web-components/commit/8f8735c9ec3eac3b6473424c78257cb46ee17f70)]:
64
+ - @spectrum-web-components/overlay@1.5.0
65
+ - @spectrum-web-components/base@1.5.0
66
+ - @spectrum-web-components/reactive-controllers@1.5.0
67
+ - @spectrum-web-components/shared@1.5.0
68
+
69
+ ## 1.4.0
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [[`46cd782`](https://github.com/adobe/spectrum-web-components/commit/46cd7828f65491fc08790e5ba0aec412ee89199d), [`70f5f6f`](https://github.com/adobe/spectrum-web-components/commit/70f5f6f3a97b530fb20f9f5ee049e9a8c124b02d)]:
74
+ - @spectrum-web-components/overlay@1.4.0
75
+ - @spectrum-web-components/base@1.4.0
76
+ - @spectrum-web-components/reactive-controllers@1.4.0
77
+ - @spectrum-web-components/shared@1.4.0
78
+
79
+ ## 1.3.0
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [[`ea38ef0`](https://github.com/adobe/spectrum-web-components/commit/ea38ef0db33b251a054d50abf5cffc04e32f579f), [`468314f`](https://github.com/adobe/spectrum-web-components/commit/468314f45cf5fedb2e9029da210a5886260abca9)]:
84
+ - @spectrum-web-components/reactive-controllers@1.3.0
85
+ - @spectrum-web-components/overlay@1.3.0
86
+ - @spectrum-web-components/base@1.3.0
87
+ - @spectrum-web-components/shared@1.3.0
88
+
89
+ All notable changes to this project will be documented in this file.
90
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
91
+
92
+ # [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
93
+
94
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
95
+
96
+ ## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
97
+
98
+ ### Bug Fixes
99
+
100
+ - **tooltip:** make tooltip delivery consistent across all browsers ([#5056](https://github.com/adobe/spectrum-web-components/issues/5056)) ([d01d5cd](https://github.com/adobe/spectrum-web-components/commit/d01d5cd7aad818b4d2bdd718f59715f65d6a25d0))
101
+
102
+ ## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
103
+
104
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
105
+
106
+ # [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
107
+
108
+ ### Bug Fixes
109
+
110
+ - lock prerelease versions for Spectrum CSS ([#5014](https://github.com/adobe/spectrum-web-components/issues/5014)) ([8aa7734](https://github.com/adobe/spectrum-web-components/commit/8aa77342f169b75ecbd1c07a2a1050860b182822))
111
+
112
+ ### Features
113
+
114
+ - add an optional chromatic vrt action ([7d2f840](https://github.com/adobe/spectrum-web-components/commit/7d2f8401cb05c5e23872424f132a1a8edd95b666))
115
+
116
+ ## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
117
+
118
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
119
+
120
+ ## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
121
+
122
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
123
+
124
+ # [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
125
+
126
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
127
+
128
+ # [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
129
+
130
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
131
+
132
+ ## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
133
+
134
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
135
+
136
+ # [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
137
+
138
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
139
+
140
+ ## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
141
+
142
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
143
+
144
+ ## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
145
+
146
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
147
+
148
+ # [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
149
+
150
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
151
+
152
+ # [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
153
+
154
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
155
+
156
+ # [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
157
+
158
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
159
+
160
+ # [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
161
+
162
+ ### Bug Fixes
163
+
164
+ - **overlay:** ensure hint Overlays within shadow roots open as expected ([#4443](https://github.com/adobe/spectrum-web-components/issues/4443)) ([7dd64b9](https://github.com/adobe/spectrum-web-components/commit/7dd64b92e58ad2fd3a36986f24022728e3cb4c36))
165
+
166
+ # [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
167
+
168
+ ### Bug Fixes
169
+
170
+ - **overlay:** ensure hint Overlays within shadow roots open as expected ([#4443](https://github.com/adobe/spectrum-web-components/issues/4443)) ([7dd64b9](https://github.com/adobe/spectrum-web-components/commit/7dd64b92e58ad2fd3a36986f24022728e3cb4c36))
171
+
172
+ ## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
173
+
174
+ ### Bug Fixes
175
+
176
+ - **overlay:** ensure hint Overlays within shadow roots open as expected ([#4443](https://github.com/adobe/spectrum-web-components/issues/4443)) ([7dd64b9](https://github.com/adobe/spectrum-web-components/commit/7dd64b92e58ad2fd3a36986f24022728e3cb4c36))
177
+
178
+ ## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
179
+
180
+ ### Bug Fixes
181
+
182
+ - **tooltip:** fix infinite loop in self-managed tooltips ([#4269](https://github.com/adobe/spectrum-web-components/issues/4269)) ([b66ee49](https://github.com/adobe/spectrum-web-components/commit/b66ee495029cd8af8a20e6d450301c4368330c3b))
183
+
184
+ ## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
185
+
186
+ ### Bug Fixes
187
+
188
+ - **tooltip:** fix infinite loop in self-managed tooltips ([#4269](https://github.com/adobe/spectrum-web-components/issues/4269)) ([b66ee49](https://github.com/adobe/spectrum-web-components/commit/b66ee495029cd8af8a20e6d450301c4368330c3b))
189
+
190
+ ## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
191
+
192
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
193
+
194
+ ## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
195
+
196
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
197
+
198
+ # [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
199
+
200
+ ### Features
201
+
202
+ - **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
203
+
204
+ ## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
205
+
206
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
207
+
208
+ ## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
209
+
210
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
211
+
212
+ # [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
213
+
214
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
215
+
216
+ ## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
217
+
218
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
219
+
220
+ ## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
221
+
222
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
223
+
224
+ ## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
225
+
226
+ ### Bug Fixes
227
+
228
+ - **overlay:** move closed overlays to "display: none" ([fc0278b](https://github.com/adobe/spectrum-web-components/commit/fc0278b917759ed58c3ac62a6e962633914481c0))
229
+ - **picker:** force close slotted Tooltip elements with disabled when Menu openes ([82c8f12](https://github.com/adobe/spectrum-web-components/commit/82c8f129d8a378f51ca083c4020a15b3cbde1fe7))
230
+ - **tooltip:** surface "delayed" and "disabled" functionality ([#3882](https://github.com/adobe/spectrum-web-components/issues/3882)) ([ae9fcd2](https://github.com/adobe/spectrum-web-components/commit/ae9fcd2d742ae507c9dcd6c11478a1c8b13d1fc0))
231
+
232
+ ## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
233
+
234
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
235
+
236
+ ## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
237
+
238
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
239
+
240
+ # [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
241
+
242
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
243
+
244
+ ## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
245
+
246
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
247
+
248
+ ## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
249
+
250
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
251
+
252
+ ## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
253
+
254
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
255
+
256
+ ## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
257
+
258
+ ### Bug Fixes
259
+
260
+ - **progress-circle,toast,tooltip:** ensure complete dependency graph ([#3701](https://github.com/adobe/spectrum-web-components/issues/3701)) ([a5dfada](https://github.com/adobe/spectrum-web-components/commit/a5dfada0578afd5d5065d0fb7a44eb557979d292))
261
+
262
+ # [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
263
+
264
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
265
+
266
+ # [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
267
+
268
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
269
+
270
+ # [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
271
+
272
+ ### Bug Fixes
273
+
274
+ - address margin effected positioning ([38c8cf2](https://github.com/adobe/spectrum-web-components/commit/38c8cf2dd3f3b45a61062e3cd9b7480f903fae97))
275
+
276
+ ### Features
277
+
278
+ - **tooltip:** leverage Overlay v2 ([346edac](https://github.com/adobe/spectrum-web-components/commit/346edacc5a3c40aaefa622db67219f5f8cc8ae5c))
279
+
280
+ ### Performance Improvements
281
+
282
+ - make lots of things lazy ([b8fa3ad](https://github.com/adobe/spectrum-web-components/commit/b8fa3ada062bf54bbb42e76ab156c716d5820c7c))
283
+
284
+ # [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
285
+
286
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
287
+
288
+ # [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
289
+
290
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
291
+
292
+ # [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
293
+
294
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
295
+
296
+ ## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
297
+
298
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
299
+
300
+ # [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
301
+
302
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
303
+
304
+ # [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
305
+
306
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
307
+
308
+ # [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
309
+
310
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
311
+
312
+ # 0.30.0 (2023-05-03)
313
+
314
+ ### Bug Fixes
315
+
316
+ - allow ActiveOverlay to manage open state ([a7c4cff](https://github.com/adobe/spectrum-web-components/commit/a7c4cffec56a7efc86b6409e3bc692574713a6bc))
317
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
318
+ - include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
319
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
320
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
321
+ - **overlay:** add overlay lifecycle methods to stack management ([9361527](https://github.com/adobe/spectrum-web-components/commit/9361527bc63896bcee2933d96b5021aa74386057))
322
+ - **overlay:** allow overlay-trigger to declaratively open overlay content ([194a44e](https://github.com/adobe/spectrum-web-components/commit/194a44e78df73ca4a5520e24b308667c23331880))
323
+ - position tip shapes for bi-directional delivery ([35654de](https://github.com/adobe/spectrum-web-components/commit/35654decb855ffeef0c56c2958244dd240d3bbef))
324
+ - special case the possibility of leaving an overlay trigger by entering its overlay content ([c32a075](https://github.com/adobe/spectrum-web-components/commit/c32a075e0e80d89e9c71dea4a9529971691c1098))
325
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
326
+ - **tooltip:** correct arrow orientation, remove popper-arrow-rotate ([fcd6ea2](https://github.com/adobe/spectrum-web-components/commit/fcd6ea28ef5e4f06a07994ebd8f8b9be1a934eb2))
327
+ - **tooltip:** ensure delayed and self-managed tooltips do not disrupt the page layout ([0f43b25](https://github.com/adobe/spectrum-web-components/commit/0f43b250f81ea8208a350792363f56d14cae7716))
328
+ - **tooltip:** manage describedby attributes non-destructively ([8443136](https://github.com/adobe/spectrum-web-components/commit/8443136776b3f2b5f15dca8d640d2e691f0fece0))
329
+ - update consumption of Spectrum CSS for latest version ([ed2305b](https://github.com/adobe/spectrum-web-components/commit/ed2305b7334c973ea5c8299cbbce33a365896329))
330
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
331
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
332
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
333
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
334
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
335
+ - use the "browsers" listing in postcss-preset-env ([4eaf6a2](https://github.com/adobe/spectrum-web-components/commit/4eaf6a28f7b5eaf60487841d264d6d804ae675ce))
336
+
337
+ ### Features
338
+
339
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
340
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
341
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
342
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
343
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
344
+ - rework overlays to use popper ([e17d1bb](https://github.com/adobe/spectrum-web-components/commit/e17d1bb23082b788ea921ec15315ea955e2596eb))
345
+ - shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
346
+ - **tooltip:** initial release ([c1331c9](https://github.com/adobe/spectrum-web-components/commit/c1331c907ab19274981aae6ed17cc3fc0bb3cbf6))
347
+ - **tooltip:** update spectrum css input ([a946b1c](https://github.com/adobe/spectrum-web-components/commit/a946b1cecf759c8cabf3ee5b49a6d122c00c6082))
348
+ - update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
349
+ - use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
350
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
351
+
352
+ ### Performance Improvements
353
+
354
+ - use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
355
+ - use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0accd643c2f35cbf1ba809b54f52c25628d))
356
+
357
+ ### Reverts
358
+
359
+ - Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
360
+
361
+ ## [0.11.17](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.16...@spectrum-web-components/tooltip@0.11.17) (2023-04-24)
362
+
363
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
364
+
365
+ ## [0.11.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.15...@spectrum-web-components/tooltip@0.11.16) (2023-04-05)
366
+
367
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
368
+
369
+ ## [0.11.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.14...@spectrum-web-components/tooltip@0.11.15) (2023-03-22)
370
+
371
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
372
+
373
+ ## [0.11.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.13...@spectrum-web-components/tooltip@0.11.14) (2023-03-08)
374
+
375
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
376
+
377
+ ## [0.11.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.12...@spectrum-web-components/tooltip@0.11.13) (2023-02-13)
378
+
379
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
380
+
381
+ ## [0.11.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.11...@spectrum-web-components/tooltip@0.11.12) (2023-02-08)
382
+
383
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
384
+
385
+ ## [0.11.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.10...@spectrum-web-components/tooltip@0.11.11) (2023-01-23)
386
+
387
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
388
+
389
+ ## [0.11.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.9...@spectrum-web-components/tooltip@0.11.10) (2023-01-09)
390
+
391
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
392
+
393
+ ## [0.11.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.8...@spectrum-web-components/tooltip@0.11.9) (2022-12-08)
394
+
395
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
396
+
397
+ ## [0.11.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.7...@spectrum-web-components/tooltip@0.11.8) (2022-11-21)
398
+
399
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
400
+
401
+ ## [0.11.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.6...@spectrum-web-components/tooltip@0.11.7) (2022-11-14)
402
+
403
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
404
+
405
+ ## [0.11.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.5...@spectrum-web-components/tooltip@0.11.6) (2022-10-28)
406
+
407
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
408
+
409
+ ## [0.11.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.4...@spectrum-web-components/tooltip@0.11.5) (2022-10-17)
410
+
411
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
412
+
413
+ ## [0.11.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.3...@spectrum-web-components/tooltip@0.11.4) (2022-10-10)
414
+
415
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
416
+
417
+ ## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.2...@spectrum-web-components/tooltip@0.11.3) (2022-09-15)
418
+
419
+ ### Bug Fixes
420
+
421
+ - special case the possibility of leaving an overlay trigger by entering its overlay content ([c32a075](https://github.com/adobe/spectrum-web-components/commit/c32a075e0e80d89e9c71dea4a9529971691c1098))
422
+
423
+ ## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.1...@spectrum-web-components/tooltip@0.11.2) (2022-09-14)
424
+
425
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
426
+
427
+ ## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.11.0...@spectrum-web-components/tooltip@0.11.1) (2022-08-24)
428
+
429
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
430
+
431
+ # [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.17...@spectrum-web-components/tooltip@0.11.0) (2022-08-09)
432
+
433
+ ### Features
434
+
435
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
436
+
437
+ ## [0.10.17](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.16...@spectrum-web-components/tooltip@0.10.17) (2022-08-04)
438
+
439
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
440
+
441
+ ## [0.10.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.15...@spectrum-web-components/tooltip@0.10.16) (2022-07-18)
442
+
443
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
444
+
445
+ ## [0.10.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.14...@spectrum-web-components/tooltip@0.10.15) (2022-06-29)
446
+
447
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
448
+
449
+ ## [0.10.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.13...@spectrum-web-components/tooltip@0.10.14) (2022-06-07)
450
+
451
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
452
+
453
+ ## [0.10.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.12...@spectrum-web-components/tooltip@0.10.13) (2022-05-27)
454
+
455
+ ### Bug Fixes
456
+
457
+ - update consumption of Spectrum CSS for latest version ([ed2305b](https://github.com/adobe/spectrum-web-components/commit/ed2305b7334c973ea5c8299cbbce33a365896329))
458
+
459
+ ## [0.10.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.11...@spectrum-web-components/tooltip@0.10.12) (2022-05-12)
460
+
461
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
462
+
463
+ ## [0.10.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.10...@spectrum-web-components/tooltip@0.10.11) (2022-04-21)
464
+
465
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
466
+
467
+ ## [0.10.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.9...@spectrum-web-components/tooltip@0.10.10) (2022-03-30)
468
+
469
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
470
+
471
+ ## [0.10.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.8...@spectrum-web-components/tooltip@0.10.9) (2022-03-08)
472
+
473
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
474
+
475
+ ## [0.10.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.7...@spectrum-web-components/tooltip@0.10.8) (2022-03-08)
476
+
477
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
478
+
479
+ ## [0.10.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.6...@spectrum-web-components/tooltip@0.10.7) (2022-03-04)
480
+
481
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
482
+
483
+ ## [0.10.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.5...@spectrum-web-components/tooltip@0.10.6) (2022-02-22)
484
+
485
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
486
+
487
+ ## [0.10.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.4...@spectrum-web-components/tooltip@0.10.5) (2022-02-02)
488
+
489
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
490
+
491
+ ## [0.10.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.3...@spectrum-web-components/tooltip@0.10.4) (2022-01-26)
492
+
493
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
494
+
495
+ ## [0.10.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.2...@spectrum-web-components/tooltip@0.10.3) (2022-01-26)
496
+
497
+ ### Bug Fixes
498
+
499
+ - **tooltip:** manage describedby attributes non-destructively ([8443136](https://github.com/adobe/spectrum-web-components/commit/8443136776b3f2b5f15dca8d640d2e691f0fece0))
500
+
501
+ ## [0.10.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.1...@spectrum-web-components/tooltip@0.10.2) (2022-01-07)
502
+
503
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
504
+
505
+ ## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.10.0...@spectrum-web-components/tooltip@0.10.1) (2021-12-13)
506
+
507
+ ### Bug Fixes
508
+
509
+ - **tooltip:** ensure delayed and self-managed tooltips do not disrupt the page layout ([0f43b25](https://github.com/adobe/spectrum-web-components/commit/0f43b250f81ea8208a350792363f56d14cae7716))
510
+
511
+ # [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.9.1...@spectrum-web-components/tooltip@0.10.0) (2021-11-08)
512
+
513
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
514
+
515
+ ## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.9.0...@spectrum-web-components/tooltip@0.9.1) (2021-11-08)
516
+
517
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
518
+
519
+ # [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.18...@spectrum-web-components/tooltip@0.9.0) (2021-11-02)
520
+
521
+ ### Features
522
+
523
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
524
+
525
+ ## [0.8.18](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.17...@spectrum-web-components/tooltip@0.8.18) (2021-10-12)
526
+
527
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
528
+
529
+ ## [0.8.17](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.16...@spectrum-web-components/tooltip@0.8.17) (2021-09-20)
530
+
531
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
532
+
533
+ ## [0.8.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.15...@spectrum-web-components/tooltip@0.8.16) (2021-09-13)
534
+
535
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
536
+
537
+ ## [0.8.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.14...@spectrum-web-components/tooltip@0.8.15) (2021-08-24)
538
+
539
+ ### Bug Fixes
540
+
541
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
542
+
543
+ ## [0.8.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.13...@spectrum-web-components/tooltip@0.8.14) (2021-08-17)
544
+
545
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
546
+
547
+ ## [0.8.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.12...@spectrum-web-components/tooltip@0.8.13) (2021-08-03)
548
+
549
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
550
+
551
+ ## [0.8.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.11...@spectrum-web-components/tooltip@0.8.12) (2021-07-22)
552
+
553
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
554
+
555
+ ## [0.8.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.10...@spectrum-web-components/tooltip@0.8.11) (2021-07-01)
556
+
557
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
558
+
559
+ ## [0.8.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.9...@spectrum-web-components/tooltip@0.8.10) (2021-06-16)
560
+
561
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
562
+
563
+ ## [0.8.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.8...@spectrum-web-components/tooltip@0.8.9) (2021-06-07)
564
+
565
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
566
+
567
+ ## [0.8.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.7...@spectrum-web-components/tooltip@0.8.8) (2021-05-24)
568
+
569
+ ### Bug Fixes
570
+
571
+ - **overlay:** add overlay lifecycle methods to stack management ([9361527](https://github.com/adobe/spectrum-web-components/commit/9361527bc63896bcee2933d96b5021aa74386057))
572
+
573
+ ## [0.8.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.6...@spectrum-web-components/tooltip@0.8.7) (2021-05-12)
574
+
575
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
576
+
577
+ ## [0.8.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.5...@spectrum-web-components/tooltip@0.8.6) (2021-04-15)
578
+
579
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
580
+
581
+ ## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.4...@spectrum-web-components/tooltip@0.8.5) (2021-04-09)
582
+
583
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
584
+
585
+ ## [0.8.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.3...@spectrum-web-components/tooltip@0.8.4) (2021-03-29)
586
+
587
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
588
+
589
+ ## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.2...@spectrum-web-components/tooltip@0.8.3) (2021-03-22)
590
+
591
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
592
+
593
+ ## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.1...@spectrum-web-components/tooltip@0.8.2) (2021-03-22)
594
+
595
+ ### Bug Fixes
596
+
597
+ - **overlay:** allow overlay-trigger to declaratively open overlay content ([194a44e](https://github.com/adobe/spectrum-web-components/commit/194a44e78df73ca4a5520e24b308667c23331880))
598
+
599
+ ## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.0...@spectrum-web-components/tooltip@0.8.1) (2021-03-05)
600
+
601
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
602
+
603
+ # [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.7.3...@spectrum-web-components/tooltip@0.8.0) (2021-03-04)
604
+
605
+ ### Features
606
+
607
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
608
+
609
+ ## [0.7.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.7.2...@spectrum-web-components/tooltip@0.7.3) (2021-02-11)
610
+
611
+ ### Bug Fixes
612
+
613
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
614
+
615
+ ## [0.7.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.7.1...@spectrum-web-components/tooltip@0.7.2) (2021-02-02)
616
+
617
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
618
+
619
+ ## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.7.0...@spectrum-web-components/tooltip@0.7.1) (2021-01-28)
620
+
621
+ ### Bug Fixes
622
+
623
+ - position tip shapes for bi-directional delivery ([35654de](https://github.com/adobe/spectrum-web-components/commit/35654decb855ffeef0c56c2958244dd240d3bbef))
624
+ - **tooltip:** correct arrow orientation, remove popper-arrow-rotate ([fcd6ea2](https://github.com/adobe/spectrum-web-components/commit/fcd6ea28ef5e4f06a07994ebd8f8b9be1a934eb2))
625
+ - allow ActiveOverlay to manage open state ([a7c4cff](https://github.com/adobe/spectrum-web-components/commit/a7c4cffec56a7efc86b6409e3bc692574713a6bc))
626
+
627
+ # [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.5.4...@spectrum-web-components/tooltip@0.7.0) (2021-01-21)
628
+
629
+ ### Bug Fixes
630
+
631
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
632
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
633
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
634
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
635
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
636
+ - use the "browsers" listing in postcss-preset-env ([4eaf6a2](https://github.com/adobe/spectrum-web-components/commit/4eaf6a28f7b5eaf60487841d264d6d804ae675ce))
637
+
638
+ ### Features
639
+
640
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
641
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
642
+ - **tooltip:** update spectrum css input ([a946b1c](https://github.com/adobe/spectrum-web-components/commit/a946b1cecf759c8cabf3ee5b49a6d122c00c6082))
643
+
644
+ # [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.5.4...@spectrum-web-components/tooltip@0.6.0) (2021-01-13)
645
+
646
+ ### Bug Fixes
647
+
648
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
649
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
650
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
651
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
652
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
653
+
654
+ ### Features
655
+
656
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
657
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
658
+ - **tooltip:** update spectrum css input ([a946b1c](https://github.com/adobe/spectrum-web-components/commit/a946b1cecf759c8cabf3ee5b49a6d122c00c6082))
659
+
660
+ ## [0.5.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.5.3...@spectrum-web-components/tooltip@0.5.4) (2020-10-12)
661
+
662
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
663
+
664
+ ## [0.5.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.5.2...@spectrum-web-components/tooltip@0.5.3) (2020-10-12)
665
+
666
+ ### Bug Fixes
667
+
668
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
669
+
670
+ ## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.5.1...@spectrum-web-components/tooltip@0.5.2) (2020-09-25)
671
+
672
+ ### Bug Fixes
673
+
674
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
675
+
676
+ ## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.5.0...@spectrum-web-components/tooltip@0.5.1) (2020-09-15)
677
+
678
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
679
+
680
+ # [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.4.6...@spectrum-web-components/tooltip@0.5.0) (2020-08-31)
681
+
682
+ ### Features
683
+
684
+ - update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
685
+
686
+ ## [0.4.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.4.5...@spectrum-web-components/tooltip@0.4.6) (2020-08-19)
687
+
688
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
689
+
690
+ ## [0.4.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.4.4...@spectrum-web-components/tooltip@0.4.5) (2020-08-13)
691
+
692
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
693
+
694
+ ## [0.4.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.4.3...@spectrum-web-components/tooltip@0.4.4) (2020-08-13)
695
+
696
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
697
+
698
+ ## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.4.2...@spectrum-web-components/tooltip@0.4.3) (2020-08-05)
699
+
700
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
701
+
702
+ ## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.4.1...@spectrum-web-components/tooltip@0.4.2) (2020-07-24)
703
+
704
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
705
+
706
+ ## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.4.0...@spectrum-web-components/tooltip@0.4.1) (2020-07-22)
707
+
708
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
709
+
710
+ # [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.10...@spectrum-web-components/tooltip@0.4.0) (2020-07-17)
711
+
712
+ ### Features
713
+
714
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
715
+
716
+ ## [0.3.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.9...@spectrum-web-components/tooltip@0.3.10) (2020-06-08)
717
+
718
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
719
+
720
+ ## [0.3.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.8...@spectrum-web-components/tooltip@0.3.9) (2020-05-08)
721
+
722
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
723
+
724
+ ## [0.3.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.7...@spectrum-web-components/tooltip@0.3.8) (2020-05-08)
725
+
726
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
727
+
728
+ ## [0.3.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.6...@spectrum-web-components/tooltip@0.3.7) (2020-04-16)
729
+
730
+ ### Performance Improvements
731
+
732
+ - use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
733
+
734
+ ## [0.3.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.5...@spectrum-web-components/tooltip@0.3.6) (2020-04-10)
735
+
736
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
737
+
738
+ ## [0.3.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.4...@spectrum-web-components/tooltip@0.3.5) (2020-04-07)
739
+
740
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
741
+
742
+ ## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.3...@spectrum-web-components/tooltip@0.3.4) (2020-03-16)
743
+
744
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
745
+
746
+ ## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.2...@spectrum-web-components/tooltip@0.3.3) (2020-03-11)
747
+
748
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
749
+
750
+ ## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.1...@spectrum-web-components/tooltip@0.3.2) (2020-02-24)
751
+
752
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
753
+
754
+ ## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.0...@spectrum-web-components/tooltip@0.3.1) (2020-02-05)
755
+
756
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
757
+
758
+ # [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.2.2...@spectrum-web-components/tooltip@0.3.0) (2020-01-30)
759
+
760
+ ### Features
761
+
762
+ - rework overlays to use popper ([e17d1bb](https://github.com/adobe/spectrum-web-components/commit/e17d1bb))
763
+
764
+ ## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.2.1...@spectrum-web-components/tooltip@0.2.2) (2020-01-06)
765
+
766
+ **Note:** Version bump only for package @spectrum-web-components/tooltip
767
+
768
+ ## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.2.0...@spectrum-web-components/tooltip@0.2.1) (2019-11-27)
769
+
770
+ ### Bug Fixes
771
+
772
+ - include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
773
+
774
+ # [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.1.1...@spectrum-web-components/tooltip@0.2.0) (2019-11-19)
775
+
776
+ ### Features
777
+
778
+ - use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
779
+
780
+ ## [0.1.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.1.0...@spectrum-web-components/tooltip@0.1.1) (2019-10-14)
781
+
782
+ ### Performance Improvements
783
+
784
+ - use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))
785
+
786
+ # 0.1.0 (2019-10-03)
787
+
788
+ ### Features
789
+
790
+ - **tooltip:** initial release ([c1331c9](https://github.com/adobe/spectrum-web-components/commit/c1331c9))