@spectrum-web-components/dialog 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 (53) hide show
  1. package/CHANGELOG.md +783 -0
  2. package/package.json +92 -92
  3. package/custom-elements.json +0 -1349
  4. package/sp-dialog-base.d.ts +0 -17
  5. package/sp-dialog-base.dev.js +0 -5
  6. package/sp-dialog-base.dev.js.map +0 -7
  7. package/sp-dialog-base.js +0 -2
  8. package/sp-dialog-base.js.map +0 -7
  9. package/sp-dialog-wrapper.d.ts +0 -17
  10. package/sp-dialog-wrapper.dev.js +0 -5
  11. package/sp-dialog-wrapper.dev.js.map +0 -7
  12. package/sp-dialog-wrapper.js +0 -2
  13. package/sp-dialog-wrapper.js.map +0 -7
  14. package/sp-dialog.d.ts +0 -17
  15. package/sp-dialog.dev.js +0 -5
  16. package/sp-dialog.dev.js.map +0 -7
  17. package/sp-dialog.js +0 -2
  18. package/sp-dialog.js.map +0 -7
  19. package/src/Dialog.d.ts +0 -55
  20. package/src/Dialog.dev.js +0 -151
  21. package/src/Dialog.dev.js.map +0 -7
  22. package/src/Dialog.js +0 -34
  23. package/src/Dialog.js.map +0 -7
  24. package/src/DialogBase.d.ts +0 -62
  25. package/src/DialogBase.dev.js +0 -213
  26. package/src/DialogBase.dev.js.map +0 -7
  27. package/src/DialogBase.js +0 -23
  28. package/src/DialogBase.js.map +0 -7
  29. package/src/DialogWrapper.d.ts +0 -46
  30. package/src/DialogWrapper.dev.js +0 -179
  31. package/src/DialogWrapper.dev.js.map +0 -7
  32. package/src/DialogWrapper.js +0 -61
  33. package/src/DialogWrapper.js.map +0 -7
  34. package/src/dialog-overrides.css.d.ts +0 -2
  35. package/src/dialog-overrides.css.dev.js +0 -7
  36. package/src/dialog-overrides.css.dev.js.map +0 -7
  37. package/src/dialog-overrides.css.js +0 -4
  38. package/src/dialog-overrides.css.js.map +0 -7
  39. package/src/dialog.css.d.ts +0 -2
  40. package/src/dialog.css.dev.js +0 -7
  41. package/src/dialog.css.dev.js.map +0 -7
  42. package/src/dialog.css.js +0 -4
  43. package/src/dialog.css.js.map +0 -7
  44. package/src/index.d.ts +0 -14
  45. package/src/index.dev.js +0 -5
  46. package/src/index.dev.js.map +0 -7
  47. package/src/index.js +0 -2
  48. package/src/index.js.map +0 -7
  49. package/src/spectrum-dialog.css.d.ts +0 -2
  50. package/src/spectrum-dialog.css.dev.js +0 -7
  51. package/src/spectrum-dialog.css.dev.js.map +0 -7
  52. package/src/spectrum-dialog.css.js +0 -4
  53. package/src/spectrum-dialog.css.js.map +0 -7
package/CHANGELOG.md ADDED
@@ -0,0 +1,783 @@
1
+ # Change Log
2
+
3
+ ## 1.9.1-nightly.20251028214328
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @spectrum-web-components/divider@1.9.1-nightly.20251028214328
9
+ - @spectrum-web-components/base@1.9.1-nightly.20251028214328
10
+ - @spectrum-web-components/alert-dialog@1.9.1-nightly.20251028214328
11
+ - @spectrum-web-components/button@1.9.1-nightly.20251028214328
12
+ - @spectrum-web-components/button-group@1.9.1-nightly.20251028214328
13
+ - @spectrum-web-components/icons-workflow@1.9.1-nightly.20251028214328
14
+ - @spectrum-web-components/modal@1.9.1-nightly.20251028214328
15
+ - @spectrum-web-components/underlay@1.9.1-nightly.20251028214328
16
+ - @spectrum-web-components/shared@1.9.1-nightly.20251028214328
17
+
18
+ ## 1.9.0
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8), [`bdf54c1`](https://github.com/adobe/spectrum-web-components/commit/bdf54c1bc6d3eb20da1a1bf3b40650e6ab1ba399), [`51f8e90`](https://github.com/adobe/spectrum-web-components/commit/51f8e90b8c8ab4978293891cc69b9d0f4a8834e3)]:
23
+ - @spectrum-web-components/button@1.9.0
24
+ - @spectrum-web-components/icons-workflow@1.9.0
25
+ - @spectrum-web-components/alert-dialog@1.9.0
26
+ - @spectrum-web-components/button-group@1.9.0
27
+ - @spectrum-web-components/divider@1.9.0
28
+ - @spectrum-web-components/modal@1.9.0
29
+ - @spectrum-web-components/underlay@1.9.0
30
+ - @spectrum-web-components/base@1.9.0
31
+ - @spectrum-web-components/shared@1.9.0
32
+
33
+ ## 1.8.0
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [[`15be17d`](https://github.com/adobe/spectrum-web-components/commit/15be17db91f1140ccf3cad52b1f2ed6c4b9e28ba), [`826a2d5`](https://github.com/adobe/spectrum-web-components/commit/826a2d533e46a6f945daefa8999fadca78bd8688)]:
38
+ - @spectrum-web-components/button@1.8.0
39
+ - @spectrum-web-components/divider@1.8.0
40
+ - @spectrum-web-components/alert-dialog@1.8.0
41
+ - @spectrum-web-components/button-group@1.8.0
42
+ - @spectrum-web-components/icons-workflow@1.8.0
43
+ - @spectrum-web-components/modal@1.8.0
44
+ - @spectrum-web-components/underlay@1.8.0
45
+ - @spectrum-web-components/base@1.8.0
46
+ - @spectrum-web-components/shared@1.8.0
47
+
48
+ ## 1.7.0
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies []:
53
+ - @spectrum-web-components/alert-dialog@1.7.0
54
+ - @spectrum-web-components/button@1.7.0
55
+ - @spectrum-web-components/button-group@1.7.0
56
+ - @spectrum-web-components/divider@1.7.0
57
+ - @spectrum-web-components/icons-workflow@1.7.0
58
+ - @spectrum-web-components/modal@1.7.0
59
+ - @spectrum-web-components/underlay@1.7.0
60
+ - @spectrum-web-components/base@1.7.0
61
+ - @spectrum-web-components/shared@1.7.0
62
+
63
+ ## 1.6.0
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [[`f6cebbd`](https://github.com/adobe/spectrum-web-components/commit/f6cebbd90008a2abb1232c355ae06e8566086093), [`00eb0a8`](https://github.com/adobe/spectrum-web-components/commit/00eb0a889583dff9d964341d9c1c27048be3d19e)]:
68
+ - @spectrum-web-components/icons-workflow@1.6.0
69
+ - @spectrum-web-components/button@1.6.0
70
+ - @spectrum-web-components/alert-dialog@1.6.0
71
+ - @spectrum-web-components/button-group@1.6.0
72
+ - @spectrum-web-components/divider@1.6.0
73
+ - @spectrum-web-components/modal@1.6.0
74
+ - @spectrum-web-components/underlay@1.6.0
75
+ - @spectrum-web-components/base@1.6.0
76
+ - @spectrum-web-components/shared@1.6.0
77
+
78
+ ## 1.5.0
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [[`165a904`](https://github.com/adobe/spectrum-web-components/commit/165a904bd01fddea922fe87b181bbf41281f81f0), [`4e06533`](https://github.com/adobe/spectrum-web-components/commit/4e065332e0236757fc3a050e53747ce82ac40ed5)]:
83
+ - @spectrum-web-components/alert-dialog@1.5.0
84
+ - @spectrum-web-components/button-group@1.5.0
85
+ - @spectrum-web-components/divider@1.5.0
86
+ - @spectrum-web-components/modal@1.5.0
87
+ - @spectrum-web-components/underlay@1.5.0
88
+ - @spectrum-web-components/button@1.5.0
89
+ - @spectrum-web-components/icons-workflow@1.5.0
90
+ - @spectrum-web-components/base@1.5.0
91
+ - @spectrum-web-components/shared@1.5.0
92
+
93
+ ## 1.4.0
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies []:
98
+ - @spectrum-web-components/alert-dialog@1.4.0
99
+ - @spectrum-web-components/button@1.4.0
100
+ - @spectrum-web-components/button-group@1.4.0
101
+ - @spectrum-web-components/divider@1.4.0
102
+ - @spectrum-web-components/icons-workflow@1.4.0
103
+ - @spectrum-web-components/modal@1.4.0
104
+ - @spectrum-web-components/underlay@1.4.0
105
+ - @spectrum-web-components/base@1.4.0
106
+ - @spectrum-web-components/shared@1.4.0
107
+
108
+ ## 1.3.0
109
+
110
+ ### Patch Changes
111
+
112
+ - [#5176](https://github.com/adobe/spectrum-web-components/pull/5176) [`468314f`](https://github.com/adobe/spectrum-web-components/commit/468314f45cf5fedb2e9029da210a5886260abca9) Thanks [@TarunAdobe](https://github.com/TarunAdobe)!
113
+ 1. chore(checkbox): updated to latest css v10.1.1 for s2 fast follow
114
+ 2. chore(dialog):
115
+ The error property was not properly deprecated with a full migration plan in place. This has caused confusion and false sense of urgency for consumers to migrate. We are removing it to eliminate those pain points for consumers while we take a deep look at our dialogs and patterns.
116
+ 3. chore(menu): updated to latest css v9.1.1 for s2 fast follow
117
+ 4. fix(overlay):
118
+ sp-overlay with type="manual" should close on pressing ESC key. When the last item is on overlay stack we are triggering the close method on esc key event.
119
+
120
+ - Updated dependencies []:
121
+ - @spectrum-web-components/button@1.3.0
122
+ - @spectrum-web-components/alert-dialog@1.3.0
123
+ - @spectrum-web-components/button-group@1.3.0
124
+ - @spectrum-web-components/divider@1.3.0
125
+ - @spectrum-web-components/icons-workflow@1.3.0
126
+ - @spectrum-web-components/modal@1.3.0
127
+ - @spectrum-web-components/underlay@1.3.0
128
+ - @spectrum-web-components/base@1.3.0
129
+ - @spectrum-web-components/shared@1.3.0
130
+
131
+ All notable changes to this project will be documented in this file.
132
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
133
+
134
+ # [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
135
+
136
+ **Note:** Version bump only for package @spectrum-web-components/dialog
137
+
138
+ ## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
139
+
140
+ **Note:** Version bump only for package @spectrum-web-components/dialog
141
+
142
+ ## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
143
+
144
+ **Note:** Version bump only for package @spectrum-web-components/dialog
145
+
146
+ # [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
147
+
148
+ ### Bug Fixes
149
+
150
+ - 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))
151
+
152
+ ### Features
153
+
154
+ - add an optional chromatic vrt action ([7d2f840](https://github.com/adobe/spectrum-web-components/commit/7d2f8401cb05c5e23872424f132a1a8edd95b666))
155
+
156
+ ## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
157
+
158
+ ### Bug Fixes
159
+
160
+ - **dialog:** fade-out animation when lazy loaded on popover overlays ([#4937](https://github.com/adobe/spectrum-web-components/issues/4937)) ([d36fc6e](https://github.com/adobe/spectrum-web-components/commit/d36fc6ee30bd6a028351eebc0486c0ec5e6bd082))
161
+
162
+ ## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
163
+
164
+ **Note:** Version bump only for package @spectrum-web-components/dialog
165
+
166
+ # [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
167
+
168
+ ### Bug Fixes
169
+
170
+ - **dialog-wrapper:** update heading to fully span grid area ([#4810](https://github.com/adobe/spectrum-web-components/issues/4810)) ([7d1f461](https://github.com/adobe/spectrum-web-components/commit/7d1f4612046ed5aedd8b3ff7db4cfa3e183b30a8))
171
+
172
+ # [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
173
+
174
+ **Note:** Version bump only for package @spectrum-web-components/dialog
175
+
176
+ ## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
177
+
178
+ **Note:** Version bump only for package @spectrum-web-components/dialog
179
+
180
+ # [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
181
+
182
+ **Note:** Version bump only for package @spectrum-web-components/dialog
183
+
184
+ ## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
185
+
186
+ **Note:** Version bump only for package @spectrum-web-components/dialog
187
+
188
+ ## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
189
+
190
+ **Note:** Version bump only for package @spectrum-web-components/dialog
191
+
192
+ # [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
193
+
194
+ **Note:** Version bump only for package @spectrum-web-components/dialog
195
+
196
+ # [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
197
+
198
+ ### Features
199
+
200
+ - upgrade menu and dialog grid css ([#4638](https://github.com/adobe/spectrum-web-components/issues/4638)) ([ab9d468](https://github.com/adobe/spectrum-web-components/commit/ab9d468a5a1cf5721e169bd8dd8724be78c148a1))
201
+
202
+ # [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
203
+
204
+ **Note:** Version bump only for package @spectrum-web-components/dialog
205
+
206
+ # [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
207
+
208
+ **Note:** Version bump only for package @spectrum-web-components/dialog
209
+
210
+ # [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
211
+
212
+ **Note:** Version bump only for package @spectrum-web-components/dialog
213
+
214
+ ## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
215
+
216
+ **Note:** Version bump only for package @spectrum-web-components/dialog
217
+
218
+ ## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
219
+
220
+ **Note:** Version bump only for package @spectrum-web-components/dialog
221
+
222
+ ## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
223
+
224
+ **Note:** Version bump only for package @spectrum-web-components/dialog
225
+
226
+ ## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
227
+
228
+ **Note:** Version bump only for package @spectrum-web-components/dialog
229
+
230
+ ## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
231
+
232
+ ### Bug Fixes
233
+
234
+ - **dialog-wrapper:** add dismiss-label attribute for the close button's label ([#4154](https://github.com/adobe/spectrum-web-components/issues/4154)) ([c450a09](https://github.com/adobe/spectrum-web-components/commit/c450a098addaa1442f619cf892cdab1de96dbcaa))
235
+
236
+ # [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
237
+
238
+ ### Bug Fixes
239
+
240
+ - **styles, theme:** surface exports that omit Spectrum Vars proactively ([#4142](https://github.com/adobe/spectrum-web-components/issues/4142)) ([5b524c1](https://github.com/adobe/spectrum-web-components/commit/5b524c1d54a64225cb3b2f71b92f581695985519))
241
+
242
+ ### Features
243
+
244
+ - **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
245
+
246
+ ## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
247
+
248
+ **Note:** Version bump only for package @spectrum-web-components/dialog
249
+
250
+ ## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
251
+
252
+ **Note:** Version bump only for package @spectrum-web-components/dialog
253
+
254
+ # [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
255
+
256
+ ### Bug Fixes
257
+
258
+ - **tray:** only allow "click" events when they "pointerdown"ed on the Underlay ([#4020](https://github.com/adobe/spectrum-web-components/issues/4020)) ([4f9aa4a](https://github.com/adobe/spectrum-web-components/commit/4f9aa4aac837fc56ab1876aa693bd9d82f0ba26f))
259
+
260
+ ## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
261
+
262
+ **Note:** Version bump only for package @spectrum-web-components/dialog
263
+
264
+ ## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
265
+
266
+ **Note:** Version bump only for package @spectrum-web-components/dialog
267
+
268
+ ## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
269
+
270
+ **Note:** Version bump only for package @spectrum-web-components/dialog
271
+
272
+ ## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
273
+
274
+ **Note:** Version bump only for package @spectrum-web-components/dialog
275
+
276
+ ## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
277
+
278
+ **Note:** Version bump only for package @spectrum-web-components/dialog
279
+
280
+ # [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
281
+
282
+ **Note:** Version bump only for package @spectrum-web-components/dialog
283
+
284
+ ## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
285
+
286
+ **Note:** Version bump only for package @spectrum-web-components/dialog
287
+
288
+ ## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
289
+
290
+ **Note:** Version bump only for package @spectrum-web-components/dialog
291
+
292
+ ## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
293
+
294
+ **Note:** Version bump only for package @spectrum-web-components/dialog
295
+
296
+ ## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
297
+
298
+ ### Bug Fixes
299
+
300
+ - **alert-dialog:** use resize observer in place of page resize event for content measurement work ([b963813](https://github.com/adobe/spectrum-web-components/commit/b963813156489370f0b0fa4390cb0df0891070c9))
301
+
302
+ # [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
303
+
304
+ ### Bug Fixes
305
+
306
+ - **alert-dialog:** add Alert Dialog package ([#3501](https://github.com/adobe/spectrum-web-components/issues/3501)) ([1062847](https://github.com/adobe/spectrum-web-components/commit/10628476d39ef45c23efa8b6ac53d4a2e334a92f))
307
+
308
+ # [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
309
+
310
+ ### Bug Fixes
311
+
312
+ - **dialog:** include tab order management at slotchange time ([0c7a079](https://github.com/adobe/spectrum-web-components/commit/0c7a07998343516b16d85fabfc60d1d6b6ff87dd))
313
+
314
+ # [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
315
+
316
+ ### Features
317
+
318
+ - **dialog:** leverage Overlay v2 ([5c21ab5](https://github.com/adobe/spectrum-web-components/commit/5c21ab551836af3d6d2bcc3b21e1aa116fb80181))
319
+
320
+ # [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
321
+
322
+ **Note:** Version bump only for package @spectrum-web-components/dialog
323
+
324
+ # [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
325
+
326
+ **Note:** Version bump only for package @spectrum-web-components/dialog
327
+
328
+ # [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
329
+
330
+ **Note:** Version bump only for package @spectrum-web-components/dialog
331
+
332
+ ## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
333
+
334
+ **Note:** Version bump only for package @spectrum-web-components/dialog
335
+
336
+ # [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
337
+
338
+ **Note:** Version bump only for package @spectrum-web-components/dialog
339
+
340
+ # [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
341
+
342
+ ### Bug Fixes
343
+
344
+ - **overlay:** ensure CSS calcs resolve to the expected measurement value ([51a3feb](https://github.com/adobe/spectrum-web-components/commit/51a3feb2a42300de369aba06d7ec1eea92ffbd19))
345
+
346
+ ### Features
347
+
348
+ - **popover:** use core tokens ([68328cc](https://github.com/adobe/spectrum-web-components/commit/68328ccd01f44758caf987e02a17d88488f9046c))
349
+
350
+ # [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
351
+
352
+ **Note:** Version bump only for package @spectrum-web-components/dialog
353
+
354
+ # 0.30.0 (2023-05-03)
355
+
356
+ ### Bug Fixes
357
+
358
+ - add docs and address PR comments ([568062a](https://github.com/adobe/spectrum-web-components/commit/568062a7e5106f2a8f570f3650342bab09dd158e))
359
+ - add grid areas workaround locally until available in Spectrum CSS ([4c5ed9d](https://github.com/adobe/spectrum-web-components/commit/4c5ed9dab27e96edae57ab8912fe598cd5cfc85e))
360
+ - allow ActiveOverlay to manage open state ([a7c4cff](https://github.com/adobe/spectrum-web-components/commit/a7c4cffec56a7efc86b6409e3bc692574713a6bc))
361
+ - centralize updated first focusable selector ([300e84c](https://github.com/adobe/spectrum-web-components/commit/300e84c404d031ddad92b4952e48ad3332c4aafd))
362
+ - correct the relationship between overlayWillCloseCallback and phased animations ([c63db8d](https://github.com/adobe/spectrum-web-components/commit/c63db8d2ea4c942fbd52c6d5239ddd3f1ccea5b0))
363
+ - **dialog:** dialog wrapper headline a11y ([205e8f7](https://github.com/adobe/spectrum-web-components/commit/205e8f7a7e92fd7545d2810d79e429881061025a))
364
+ - **dialog:** don't show DialogWrapper divider when there's no headline ([b46f724](https://github.com/adobe/spectrum-web-components/commit/b46f724401ce1cfa2829af63378cde063ad98073))
365
+ - **dialog:** ensure :focus-visible polyfill availability ([b50e396](https://github.com/adobe/spectrum-web-components/commit/b50e39641b32d38e9ac1ce4211ee4aedb1705181))
366
+ - **dialog:** include all dependencies ([9be0da0](https://github.com/adobe/spectrum-web-components/commit/9be0da01556a5dae741bac8b4057fd3f16227ed7))
367
+ - **dialog:** include all dependencies ([7090320](https://github.com/adobe/spectrum-web-components/commit/709032010d15b3e85f0ba3a4f2de626f6650e042))
368
+ - **dialog:** more complete support for Spectrum CSS input ([925934a](https://github.com/adobe/spectrum-web-components/commit/925934aaf3e21d990a48775b05116fafe5abf1c4))
369
+ - **dialog:** normalize sizing technique to align with future t-shirt size usage ([da33797](https://github.com/adobe/spectrum-web-components/commit/da33797e724d0943a6abf059c96641a220182e5f))
370
+ - **dialog:** prevent "fullscreen\*" dialogs from being "dissmisable" ([c3a6420](https://github.com/adobe/spectrum-web-components/commit/c3a642093e9cd17c3ef18cfe02f142bf9a055702))
371
+ - **dialog:** support "error" in wrapper, prevent undelay closure when not dismissable ([6789102](https://github.com/adobe/spectrum-web-components/commit/67891021a505213adcfa088cc7b4715b6119e37d))
372
+ - **dialog:** swap secondary and cancel button order ([3df1705](https://github.com/adobe/spectrum-web-components/commit/3df1705e7d1dad1d0336a6f9e3b2011e4c16283d))
373
+ - **dialog:** updates for delivering dialog content accessibly ([f0ed33c](https://github.com/adobe/spectrum-web-components/commit/f0ed33c3351ae9bc2017202ede8cf206fbf395c2))
374
+ - **dialog:** use default value for "resolveTransitionPromise" for open by default dialogs ([7317a3f](https://github.com/adobe/spectrum-web-components/commit/7317a3f11f4e8160b149429841bac016708caaf8))
375
+ - **dialog:** use styles from the modal package ([0f04ce1](https://github.com/adobe/spectrum-web-components/commit/0f04ce1e3123af198830c126e8f0df76ae8eaec9))
376
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
377
+ - have sp-dialog-wrapper confirm scroll management of its dialog when opening ([fed9536](https://github.com/adobe/spectrum-web-components/commit/fed953672722dde152b66614141bfd1c3bb824a1))
378
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
379
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
380
+ - match footer default color to content ([fd2b6f9](https://github.com/adobe/spectrum-web-components/commit/fd2b6f9552662365a982f534eac8f9d535a123f6))
381
+ - prevent "hover" overlays from returning focus to the root of a parent modal ([ceb8fa7](https://github.com/adobe/spectrum-web-components/commit/ceb8fa73d23f6c9ccb6f2a00c18708d496975473))
382
+ - prevent Dialog Wrapper from dispatching two "close" events ([be6d23b](https://github.com/adobe/spectrum-web-components/commit/be6d23b472e1e7ac0dcba5140d9f8a0bd1ce8bdc))
383
+ - prevent reuse of applied IDs when associating Dialogs to their content ([962c3e8](https://github.com/adobe/spectrum-web-components/commit/962c3e8b42a761da0a860a2ec4b9265c847ac536))
384
+ - pull out rendering for Dialog into individual methods ([84aa3ec](https://github.com/adobe/spectrum-web-components/commit/84aa3ecdf9a4cf6ac6f412e54aa32c99446600c2))
385
+ - remove nothing update ([b066ebc](https://github.com/adobe/spectrum-web-components/commit/b066ebcfa92abe916b7fb7b80b67598042117148))
386
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
387
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
388
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
389
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
390
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
391
+
392
+ ### Features
393
+
394
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
395
+ - add dialog, dialog-wrapped, and underlay elements ([3df9050](https://github.com/adobe/spectrum-web-components/commit/3df9050f65bd3a95f9b986aa728cfc1a2eaee432))
396
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
397
+ - **dialog:** descendent attribute support, responsive attribute added ([568cedb](https://github.com/adobe/spectrum-web-components/commit/568cedbe548e6a6ce50ae056e41a36471f305cbe))
398
+ - **dialog:** update spectrum css input ([405ca5e](https://github.com/adobe/spectrum-web-components/commit/405ca5ea5c5d6b88130c6d80cfc394168f5110a0))
399
+ - **dialog:** use latest @spectrum-css/dialog beta ([b5d5718](https://github.com/adobe/spectrum-web-components/commit/b5d5718f74f4cb30ee8ce067c6a82898c0d192fd))
400
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
401
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
402
+ - leverage latest Spectrum button API ([9caf2f6](https://github.com/adobe/spectrum-web-components/commit/9caf2f6313424450c91c039fafea89bf8aa72624))
403
+ - **overlay:** manage focus throwing and tab trapping ([27a0b53](https://github.com/adobe/spectrum-web-components/commit/27a0b53ea94d19bb18b7d3f89763b06dc1b42b59))
404
+ - **picker:** support responsive delivery of menu ([20031d1](https://github.com/adobe/spectrum-web-components/commit/20031d1b42b36cdaa129a25ee70eb2bcbcdbdb5e))
405
+ - shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
406
+ - update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
407
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
408
+
409
+ ## [0.11.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.15...@spectrum-web-components/dialog@0.11.16) (2023-04-24)
410
+
411
+ **Note:** Version bump only for package @spectrum-web-components/dialog
412
+
413
+ ## [0.11.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.14...@spectrum-web-components/dialog@0.11.15) (2023-04-05)
414
+
415
+ **Note:** Version bump only for package @spectrum-web-components/dialog
416
+
417
+ ## [0.11.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.13...@spectrum-web-components/dialog@0.11.14) (2023-03-22)
418
+
419
+ **Note:** Version bump only for package @spectrum-web-components/dialog
420
+
421
+ ## [0.11.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.12...@spectrum-web-components/dialog@0.11.13) (2023-03-08)
422
+
423
+ **Note:** Version bump only for package @spectrum-web-components/dialog
424
+
425
+ ## [0.11.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.11...@spectrum-web-components/dialog@0.11.12) (2023-02-13)
426
+
427
+ **Note:** Version bump only for package @spectrum-web-components/dialog
428
+
429
+ ## [0.11.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.10...@spectrum-web-components/dialog@0.11.11) (2023-02-08)
430
+
431
+ **Note:** Version bump only for package @spectrum-web-components/dialog
432
+
433
+ ## [0.11.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.9...@spectrum-web-components/dialog@0.11.10) (2023-01-23)
434
+
435
+ **Note:** Version bump only for package @spectrum-web-components/dialog
436
+
437
+ ## [0.11.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.8...@spectrum-web-components/dialog@0.11.9) (2023-01-09)
438
+
439
+ **Note:** Version bump only for package @spectrum-web-components/dialog
440
+
441
+ ## [0.11.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.7...@spectrum-web-components/dialog@0.11.8) (2022-12-08)
442
+
443
+ **Note:** Version bump only for package @spectrum-web-components/dialog
444
+
445
+ ## [0.11.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.6...@spectrum-web-components/dialog@0.11.7) (2022-11-21)
446
+
447
+ ### Bug Fixes
448
+
449
+ - **dialog:** dialog wrapper headline a11y ([205e8f7](https://github.com/adobe/spectrum-web-components/commit/205e8f7a7e92fd7545d2810d79e429881061025a))
450
+ - **dialog:** don't show DialogWrapper divider when there's no headline ([b46f724](https://github.com/adobe/spectrum-web-components/commit/b46f724401ce1cfa2829af63378cde063ad98073))
451
+
452
+ ## [0.11.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.5...@spectrum-web-components/dialog@0.11.6) (2022-11-14)
453
+
454
+ **Note:** Version bump only for package @spectrum-web-components/dialog
455
+
456
+ ## [0.11.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.4...@spectrum-web-components/dialog@0.11.5) (2022-10-28)
457
+
458
+ **Note:** Version bump only for package @spectrum-web-components/dialog
459
+
460
+ ## [0.11.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.3...@spectrum-web-components/dialog@0.11.4) (2022-10-17)
461
+
462
+ ### Bug Fixes
463
+
464
+ - correct the relationship between overlayWillCloseCallback and phased animations ([c63db8d](https://github.com/adobe/spectrum-web-components/commit/c63db8d2ea4c942fbd52c6d5239ddd3f1ccea5b0))
465
+
466
+ ## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.2...@spectrum-web-components/dialog@0.11.3) (2022-10-10)
467
+
468
+ ### Bug Fixes
469
+
470
+ - prevent reuse of applied IDs when associating Dialogs to their content ([962c3e8](https://github.com/adobe/spectrum-web-components/commit/962c3e8b42a761da0a860a2ec4b9265c847ac536))
471
+
472
+ ## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.1...@spectrum-web-components/dialog@0.11.2) (2022-09-14)
473
+
474
+ ### Bug Fixes
475
+
476
+ - add docs and address PR comments ([568062a](https://github.com/adobe/spectrum-web-components/commit/568062a7e5106f2a8f570f3650342bab09dd158e))
477
+ - add grid areas workaround locally until available in Spectrum CSS ([4c5ed9d](https://github.com/adobe/spectrum-web-components/commit/4c5ed9dab27e96edae57ab8912fe598cd5cfc85e))
478
+
479
+ ## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.11.0...@spectrum-web-components/dialog@0.11.1) (2022-08-24)
480
+
481
+ ### Bug Fixes
482
+
483
+ - prevent "hover" overlays from returning focus to the root of a parent modal ([ceb8fa7](https://github.com/adobe/spectrum-web-components/commit/ceb8fa73d23f6c9ccb6f2a00c18708d496975473))
484
+ - **dialog:** swap secondary and cancel button order ([3df1705](https://github.com/adobe/spectrum-web-components/commit/3df1705e7d1dad1d0336a6f9e3b2011e4c16283d))
485
+
486
+ # [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.10.9...@spectrum-web-components/dialog@0.11.0) (2022-08-09)
487
+
488
+ ### Features
489
+
490
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
491
+
492
+ ## [0.10.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.10.8...@spectrum-web-components/dialog@0.10.9) (2022-08-04)
493
+
494
+ ### Bug Fixes
495
+
496
+ - pull out rendering for Dialog into individual methods ([84aa3ec](https://github.com/adobe/spectrum-web-components/commit/84aa3ecdf9a4cf6ac6f412e54aa32c99446600c2))
497
+ - remove nothing update ([b066ebc](https://github.com/adobe/spectrum-web-components/commit/b066ebcfa92abe916b7fb7b80b67598042117148))
498
+
499
+ ## [0.10.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.10.7...@spectrum-web-components/dialog@0.10.8) (2022-07-18)
500
+
501
+ **Note:** Version bump only for package @spectrum-web-components/dialog
502
+
503
+ ## [0.10.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.10.6...@spectrum-web-components/dialog@0.10.7) (2022-06-29)
504
+
505
+ ### Bug Fixes
506
+
507
+ - prevent Dialog Wrapper from dispatching two "close" events ([be6d23b](https://github.com/adobe/spectrum-web-components/commit/be6d23b472e1e7ac0dcba5140d9f8a0bd1ce8bdc))
508
+
509
+ ## [0.10.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.10.5...@spectrum-web-components/dialog@0.10.6) (2022-06-07)
510
+
511
+ ### Bug Fixes
512
+
513
+ - **dialog:** use default value for "resolveTransitionPromise" for open by default dialogs ([7317a3f](https://github.com/adobe/spectrum-web-components/commit/7317a3f11f4e8160b149429841bac016708caaf8))
514
+
515
+ ## [0.10.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.10.4...@spectrum-web-components/dialog@0.10.5) (2022-05-27)
516
+
517
+ **Note:** Version bump only for package @spectrum-web-components/dialog
518
+
519
+ ## [0.10.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.10.3...@spectrum-web-components/dialog@0.10.4) (2022-05-12)
520
+
521
+ **Note:** Version bump only for package @spectrum-web-components/dialog
522
+
523
+ ## [0.10.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.10.2...@spectrum-web-components/dialog@0.10.3) (2022-04-21)
524
+
525
+ **Note:** Version bump only for package @spectrum-web-components/dialog
526
+
527
+ ## [0.10.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.10.1...@spectrum-web-components/dialog@0.10.2) (2022-03-30)
528
+
529
+ **Note:** Version bump only for package @spectrum-web-components/dialog
530
+
531
+ ## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.10.0...@spectrum-web-components/dialog@0.10.1) (2022-03-08)
532
+
533
+ **Note:** Version bump only for package @spectrum-web-components/dialog
534
+
535
+ # [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.9.1...@spectrum-web-components/dialog@0.10.0) (2022-03-04)
536
+
537
+ ### Features
538
+
539
+ - leverage latest Spectrum button API ([9caf2f6](https://github.com/adobe/spectrum-web-components/commit/9caf2f6313424450c91c039fafea89bf8aa72624))
540
+
541
+ ## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.9.0...@spectrum-web-components/dialog@0.9.1) (2022-02-22)
542
+
543
+ ### Bug Fixes
544
+
545
+ - **dialog:** updates for delivering dialog content accessibly ([f0ed33c](https://github.com/adobe/spectrum-web-components/commit/f0ed33c3351ae9bc2017202ede8cf206fbf395c2))
546
+
547
+ # [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.8.3...@spectrum-web-components/dialog@0.9.0) (2022-02-02)
548
+
549
+ ### Features
550
+
551
+ - **picker:** support responsive delivery of menu ([20031d1](https://github.com/adobe/spectrum-web-components/commit/20031d1b42b36cdaa129a25ee70eb2bcbcdbdb5e))
552
+
553
+ ## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.8.2...@spectrum-web-components/dialog@0.8.3) (2022-01-26)
554
+
555
+ **Note:** Version bump only for package @spectrum-web-components/dialog
556
+
557
+ ## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.8.1...@spectrum-web-components/dialog@0.8.2) (2022-01-07)
558
+
559
+ **Note:** Version bump only for package @spectrum-web-components/dialog
560
+
561
+ ## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.8.0...@spectrum-web-components/dialog@0.8.1) (2021-12-13)
562
+
563
+ **Note:** Version bump only for package @spectrum-web-components/dialog
564
+
565
+ # [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.7.1...@spectrum-web-components/dialog@0.8.0) (2021-11-08)
566
+
567
+ **Note:** Version bump only for package @spectrum-web-components/dialog
568
+
569
+ ## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.7.0...@spectrum-web-components/dialog@0.7.1) (2021-11-08)
570
+
571
+ **Note:** Version bump only for package @spectrum-web-components/dialog
572
+
573
+ # [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.18...@spectrum-web-components/dialog@0.7.0) (2021-11-02)
574
+
575
+ ### Bug Fixes
576
+
577
+ - centralize updated first focusable selector ([300e84c](https://github.com/adobe/spectrum-web-components/commit/300e84c404d031ddad92b4952e48ad3332c4aafd))
578
+
579
+ ### Features
580
+
581
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
582
+
583
+ ## [0.6.18](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.17...@spectrum-web-components/dialog@0.6.18) (2021-10-12)
584
+
585
+ **Note:** Version bump only for package @spectrum-web-components/dialog
586
+
587
+ ## [0.6.17](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.16...@spectrum-web-components/dialog@0.6.17) (2021-09-20)
588
+
589
+ **Note:** Version bump only for package @spectrum-web-components/dialog
590
+
591
+ ## [0.6.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.15...@spectrum-web-components/dialog@0.6.16) (2021-09-13)
592
+
593
+ **Note:** Version bump only for package @spectrum-web-components/dialog
594
+
595
+ ## [0.6.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.14...@spectrum-web-components/dialog@0.6.15) (2021-08-24)
596
+
597
+ **Note:** Version bump only for package @spectrum-web-components/dialog
598
+
599
+ ## [0.6.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.13...@spectrum-web-components/dialog@0.6.14) (2021-08-17)
600
+
601
+ ### Bug Fixes
602
+
603
+ - **dialog:** normalize sizing technique to align with future t-shirt size usage ([da33797](https://github.com/adobe/spectrum-web-components/commit/da33797e724d0943a6abf059c96641a220182e5f))
604
+
605
+ ## [0.6.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.12...@spectrum-web-components/dialog@0.6.13) (2021-08-03)
606
+
607
+ **Note:** Version bump only for package @spectrum-web-components/dialog
608
+
609
+ ## [0.6.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.11...@spectrum-web-components/dialog@0.6.12) (2021-07-22)
610
+
611
+ **Note:** Version bump only for package @spectrum-web-components/dialog
612
+
613
+ ## [0.6.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.10...@spectrum-web-components/dialog@0.6.11) (2021-07-01)
614
+
615
+ ### Bug Fixes
616
+
617
+ - have sp-dialog-wrapper confirm scroll management of its dialog when opening ([fed9536](https://github.com/adobe/spectrum-web-components/commit/fed953672722dde152b66614141bfd1c3bb824a1))
618
+ - match footer default color to content ([fd2b6f9](https://github.com/adobe/spectrum-web-components/commit/fd2b6f9552662365a982f534eac8f9d535a123f6))
619
+
620
+ ## [0.6.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.9...@spectrum-web-components/dialog@0.6.10) (2021-06-16)
621
+
622
+ **Note:** Version bump only for package @spectrum-web-components/dialog
623
+
624
+ ## [0.6.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.8...@spectrum-web-components/dialog@0.6.9) (2021-06-07)
625
+
626
+ **Note:** Version bump only for package @spectrum-web-components/dialog
627
+
628
+ ## [0.6.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.7...@spectrum-web-components/dialog@0.6.8) (2021-05-24)
629
+
630
+ **Note:** Version bump only for package @spectrum-web-components/dialog
631
+
632
+ ## [0.6.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.6...@spectrum-web-components/dialog@0.6.7) (2021-05-12)
633
+
634
+ **Note:** Version bump only for package @spectrum-web-components/dialog
635
+
636
+ ## [0.6.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.5...@spectrum-web-components/dialog@0.6.6) (2021-04-15)
637
+
638
+ **Note:** Version bump only for package @spectrum-web-components/dialog
639
+
640
+ ## [0.6.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.4...@spectrum-web-components/dialog@0.6.5) (2021-04-09)
641
+
642
+ **Note:** Version bump only for package @spectrum-web-components/dialog
643
+
644
+ ## [0.6.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.3...@spectrum-web-components/dialog@0.6.4) (2021-03-29)
645
+
646
+ **Note:** Version bump only for package @spectrum-web-components/dialog
647
+
648
+ ## [0.6.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.2...@spectrum-web-components/dialog@0.6.3) (2021-03-22)
649
+
650
+ **Note:** Version bump only for package @spectrum-web-components/dialog
651
+
652
+ ## [0.6.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.1...@spectrum-web-components/dialog@0.6.2) (2021-03-22)
653
+
654
+ **Note:** Version bump only for package @spectrum-web-components/dialog
655
+
656
+ ## [0.6.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.6.0...@spectrum-web-components/dialog@0.6.1) (2021-03-05)
657
+
658
+ **Note:** Version bump only for package @spectrum-web-components/dialog
659
+
660
+ # [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.5.3...@spectrum-web-components/dialog@0.6.0) (2021-03-04)
661
+
662
+ ### Features
663
+
664
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
665
+
666
+ ## [0.5.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.5.2...@spectrum-web-components/dialog@0.5.3) (2021-02-11)
667
+
668
+ ### Bug Fixes
669
+
670
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
671
+
672
+ ## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.5.1...@spectrum-web-components/dialog@0.5.2) (2021-02-02)
673
+
674
+ **Note:** Version bump only for package @spectrum-web-components/dialog
675
+
676
+ ## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.5.0...@spectrum-web-components/dialog@0.5.1) (2021-01-28)
677
+
678
+ ### Bug Fixes
679
+
680
+ - allow ActiveOverlay to manage open state ([a7c4cff](https://github.com/adobe/spectrum-web-components/commit/a7c4cffec56a7efc86b6409e3bc692574713a6bc))
681
+
682
+ # [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.3.4...@spectrum-web-components/dialog@0.5.0) (2021-01-21)
683
+
684
+ ### Bug Fixes
685
+
686
+ - **dialog:** ensure :focus-visible polyfill availability ([b50e396](https://github.com/adobe/spectrum-web-components/commit/b50e39641b32d38e9ac1ce4211ee4aedb1705181))
687
+ - **dialog:** include all dependencies ([9be0da0](https://github.com/adobe/spectrum-web-components/commit/9be0da01556a5dae741bac8b4057fd3f16227ed7))
688
+ - **dialog:** more complete support for Spectrum CSS input ([925934a](https://github.com/adobe/spectrum-web-components/commit/925934aaf3e21d990a48775b05116fafe5abf1c4))
689
+ - **dialog:** prevent "fullscreen\*" dialogs from being "dissmisable" ([c3a6420](https://github.com/adobe/spectrum-web-components/commit/c3a642093e9cd17c3ef18cfe02f142bf9a055702))
690
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
691
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
692
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
693
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
694
+ - **dialog:** support "error" in wrapper, prevent undelay closure when not dismissable ([6789102](https://github.com/adobe/spectrum-web-components/commit/67891021a505213adcfa088cc7b4715b6119e37d))
695
+ - **dialog:** use styles from the modal package ([0f04ce1](https://github.com/adobe/spectrum-web-components/commit/0f04ce1e3123af198830c126e8f0df76ae8eaec9))
696
+
697
+ ### Features
698
+
699
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
700
+ - **dialog:** update spectrum css input ([405ca5e](https://github.com/adobe/spectrum-web-components/commit/405ca5ea5c5d6b88130c6d80cfc394168f5110a0))
701
+ - **dialog:** use latest @spectrum-css/dialog beta ([b5d5718](https://github.com/adobe/spectrum-web-components/commit/b5d5718f74f4cb30ee8ce067c6a82898c0d192fd))
702
+
703
+ # [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.3.4...@spectrum-web-components/dialog@0.4.0) (2021-01-13)
704
+
705
+ ### Bug Fixes
706
+
707
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
708
+ - **dialog:** more complete support for Spectrum CSS input ([925934a](https://github.com/adobe/spectrum-web-components/commit/925934aaf3e21d990a48775b05116fafe5abf1c4))
709
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
710
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
711
+ - **dialog:** support "error" in wrapper, prevent undelay closure when not dismissable ([6789102](https://github.com/adobe/spectrum-web-components/commit/67891021a505213adcfa088cc7b4715b6119e37d))
712
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
713
+ - **dialog:** use styles from the modal package ([0f04ce1](https://github.com/adobe/spectrum-web-components/commit/0f04ce1e3123af198830c126e8f0df76ae8eaec9))
714
+
715
+ ### Features
716
+
717
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
718
+ - **dialog:** update spectrum css input ([405ca5e](https://github.com/adobe/spectrum-web-components/commit/405ca5ea5c5d6b88130c6d80cfc394168f5110a0))
719
+ - **dialog:** use latest @spectrum-css/dialog beta ([b5d5718](https://github.com/adobe/spectrum-web-components/commit/b5d5718f74f4cb30ee8ce067c6a82898c0d192fd))
720
+
721
+ ## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.3.3...@spectrum-web-components/dialog@0.3.4) (2020-10-12)
722
+
723
+ ### Bug Fixes
724
+
725
+ - **dialog:** include all dependencies ([7090320](https://github.com/adobe/spectrum-web-components/commit/709032010d15b3e85f0ba3a4f2de626f6650e042))
726
+
727
+ ## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.3.2...@spectrum-web-components/dialog@0.3.3) (2020-10-12)
728
+
729
+ ### Bug Fixes
730
+
731
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
732
+
733
+ ## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.3.1...@spectrum-web-components/dialog@0.3.2) (2020-09-25)
734
+
735
+ ### Bug Fixes
736
+
737
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
738
+
739
+ ## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.3.0...@spectrum-web-components/dialog@0.3.1) (2020-09-14)
740
+
741
+ **Note:** Version bump only for package @spectrum-web-components/dialog
742
+
743
+ # [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.2.4...@spectrum-web-components/dialog@0.3.0) (2020-08-31)
744
+
745
+ ### Features
746
+
747
+ - update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
748
+
749
+ ## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.2.3...@spectrum-web-components/dialog@0.2.4) (2020-08-19)
750
+
751
+ **Note:** Version bump only for package @spectrum-web-components/dialog
752
+
753
+ ## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.2.2...@spectrum-web-components/dialog@0.2.3) (2020-07-27)
754
+
755
+ **Note:** Version bump only for package @spectrum-web-components/dialog
756
+
757
+ ## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.2.1...@spectrum-web-components/dialog@0.2.2) (2020-07-24)
758
+
759
+ ### Bug Fixes
760
+
761
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
762
+
763
+ ## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.2.0...@spectrum-web-components/dialog@0.2.1) (2020-07-22)
764
+
765
+ **Note:** Version bump only for package @spectrum-web-components/dialog
766
+
767
+ # [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.1.1...@spectrum-web-components/dialog@0.2.0) (2020-07-17)
768
+
769
+ ### Features
770
+
771
+ - **overlay:** manage focus throwing and tab trapping ([27a0b53](https://github.com/adobe/spectrum-web-components/commit/27a0b53ea94d19bb18b7d3f89763b06dc1b42b59))
772
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
773
+
774
+ ## [0.1.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/dialog@0.1.0...@spectrum-web-components/dialog@0.1.1) (2020-06-08)
775
+
776
+ **Note:** Version bump only for package @spectrum-web-components/dialog
777
+
778
+ # 0.1.0 (2020-05-12)
779
+
780
+ ### Features
781
+
782
+ - add dialog, dialog-wrapped, and underlay elements ([3df9050](https://github.com/adobe/spectrum-web-components/commit/3df9050f65bd3a95f9b986aa728cfc1a2eaee432))
783
+ - **dialog:** descendent attribute support, responsive attribute added ([568cedb](https://github.com/adobe/spectrum-web-components/commit/568cedbe548e6a6ce50ae056e41a36471f305cbe))