@fluentui/web-components 3.0.0-beta.3 → 3.0.0-beta.30

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 (663) hide show
  1. package/CHANGELOG.md +420 -103
  2. package/README.md +46 -15
  3. package/dist/dts/accordion/accordion.bench.d.ts +3 -0
  4. package/dist/dts/accordion/accordion.d.ts +47 -3
  5. package/dist/dts/accordion/accordion.definition.d.ts +0 -4
  6. package/dist/dts/accordion/accordion.options.d.ts +14 -0
  7. package/dist/dts/accordion/accordion.template.d.ts +4 -0
  8. package/dist/dts/accordion/index.d.ts +2 -1
  9. package/dist/dts/accordion-item/accordion-item.bench.d.ts +3 -0
  10. package/dist/dts/accordion-item/accordion-item.d.ts +78 -6
  11. package/dist/dts/accordion-item/accordion-item.definition.d.ts +0 -3
  12. package/dist/dts/accordion-item/accordion-item.options.d.ts +3 -3
  13. package/dist/dts/accordion-item/accordion-item.template.d.ts +2 -1
  14. package/dist/dts/accordion-item/index.d.ts +3 -2
  15. package/dist/dts/anchor-button/anchor-button.bench.d.ts +3 -0
  16. package/dist/dts/anchor-button/anchor-button.d.ts +144 -26
  17. package/dist/dts/anchor-button/anchor-button.definition.d.ts +0 -3
  18. package/dist/dts/anchor-button/anchor-button.options.d.ts +43 -5
  19. package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -2
  20. package/dist/dts/anchor-button/index.d.ts +4 -3
  21. package/dist/dts/avatar/avatar.bench.d.ts +3 -0
  22. package/dist/dts/avatar/avatar.d.ts +22 -2
  23. package/dist/dts/avatar/avatar.options.d.ts +7 -7
  24. package/dist/dts/avatar/index.d.ts +2 -2
  25. package/dist/dts/badge/badge.bench.d.ts +3 -0
  26. package/dist/dts/badge/badge.d.ts +1 -1
  27. package/dist/dts/badge/badge.definition.d.ts +0 -3
  28. package/dist/dts/badge/badge.options.d.ts +7 -7
  29. package/dist/dts/badge/index.d.ts +2 -2
  30. package/dist/dts/button/button.bench.d.ts +3 -0
  31. package/dist/dts/button/button.d.ts +243 -22
  32. package/dist/dts/button/button.definition.d.ts +2 -3
  33. package/dist/dts/button/button.options.d.ts +42 -6
  34. package/dist/dts/button/button.styles.d.ts +9 -0
  35. package/dist/dts/button/button.template.d.ts +8 -0
  36. package/dist/dts/button/index.d.ts +5 -4
  37. package/dist/dts/checkbox/checkbox.bench.d.ts +3 -0
  38. package/dist/dts/checkbox/checkbox.d.ts +282 -16
  39. package/dist/dts/checkbox/checkbox.options.d.ts +15 -12
  40. package/dist/dts/checkbox/checkbox.template.d.ts +7 -1
  41. package/dist/dts/checkbox/index.d.ts +4 -3
  42. package/dist/dts/compound-button/compound-button.bench.d.ts +3 -0
  43. package/dist/dts/compound-button/compound-button.definition.d.ts +0 -3
  44. package/dist/dts/compound-button/compound-button.options.d.ts +9 -9
  45. package/dist/dts/compound-button/index.d.ts +2 -2
  46. package/dist/dts/counter-badge/counter-badge.bench.d.ts +3 -0
  47. package/dist/dts/counter-badge/counter-badge.d.ts +1 -1
  48. package/dist/dts/counter-badge/counter-badge.definition.d.ts +0 -4
  49. package/dist/dts/counter-badge/counter-badge.options.d.ts +6 -6
  50. package/dist/dts/counter-badge/index.d.ts +2 -2
  51. package/dist/dts/dialog/define.d.ts +1 -0
  52. package/dist/dts/dialog/dialog.bench.d.ts +3 -0
  53. package/dist/dts/dialog/dialog.d.ts +58 -0
  54. package/dist/dts/dialog/dialog.definition.d.ts +9 -0
  55. package/dist/dts/dialog/dialog.options.d.ts +11 -0
  56. package/dist/dts/dialog/dialog.styles.d.ts +4 -0
  57. package/dist/dts/dialog/dialog.template.d.ts +7 -0
  58. package/dist/dts/dialog/index.d.ts +5 -0
  59. package/dist/dts/dialog-body/define.d.ts +1 -0
  60. package/dist/dts/dialog-body/dialog-body.bench.d.ts +3 -0
  61. package/dist/dts/dialog-body/dialog-body.d.ts +14 -0
  62. package/dist/dts/dialog-body/dialog-body.definition.d.ts +9 -0
  63. package/dist/dts/dialog-body/dialog-body.styles.d.ts +4 -0
  64. package/dist/dts/dialog-body/dialog-body.template.d.ts +6 -0
  65. package/dist/dts/dialog-body/index.d.ts +4 -0
  66. package/dist/dts/divider/divider.bench.d.ts +3 -0
  67. package/dist/dts/divider/divider.d.ts +47 -11
  68. package/dist/dts/divider/divider.options.d.ts +32 -8
  69. package/dist/dts/divider/divider.template.d.ts +1 -0
  70. package/dist/dts/divider/index.d.ts +2 -2
  71. package/dist/dts/field/define.d.ts +1 -0
  72. package/dist/dts/field/field.bench.d.ts +3 -0
  73. package/dist/dts/field/field.d.ts +99 -0
  74. package/dist/dts/field/field.definition.d.ts +9 -0
  75. package/dist/dts/field/field.options.d.ts +41 -0
  76. package/dist/dts/field/field.styles.d.ts +6 -0
  77. package/dist/dts/field/field.template.d.ts +6 -0
  78. package/dist/dts/field/index.d.ts +6 -0
  79. package/dist/dts/form-associated/form-associated.d.ts +104 -0
  80. package/dist/dts/image/image.bench.d.ts +3 -0
  81. package/dist/dts/image/image.options.d.ts +3 -3
  82. package/dist/dts/image/index.d.ts +2 -2
  83. package/dist/dts/index-rollup.d.ts +32 -1
  84. package/dist/dts/index.d.ts +53 -30
  85. package/dist/dts/label/index.d.ts +2 -1
  86. package/dist/dts/label/label.bench.d.ts +3 -0
  87. package/dist/dts/label/label.d.ts +0 -2
  88. package/dist/dts/label/label.options.d.ts +3 -3
  89. package/dist/dts/link/define.d.ts +1 -0
  90. package/dist/dts/link/index.d.ts +4 -0
  91. package/dist/dts/link/link.bench.d.ts +3 -0
  92. package/dist/dts/link/link.d.ts +33 -0
  93. package/dist/dts/link/link.definition.d.ts +7 -0
  94. package/dist/dts/link/link.options.d.ts +52 -0
  95. package/dist/dts/link/link.styles.d.ts +1 -0
  96. package/dist/dts/link/link.template.d.ts +12 -0
  97. package/dist/dts/menu/index.d.ts +1 -1
  98. package/dist/dts/menu/menu.bench.d.ts +3 -0
  99. package/dist/dts/menu/menu.d.ts +27 -25
  100. package/dist/dts/menu-button/index.d.ts +4 -3
  101. package/dist/dts/menu-button/menu-button.bench.d.ts +3 -0
  102. package/dist/dts/menu-button/menu-button.definition.d.ts +0 -3
  103. package/dist/dts/menu-button/menu-button.options.d.ts +6 -6
  104. package/dist/dts/menu-item/index.d.ts +5 -3
  105. package/dist/dts/menu-item/menu-item.bench.d.ts +3 -0
  106. package/dist/dts/menu-item/menu-item.d.ts +162 -5
  107. package/dist/dts/menu-item/menu-item.definition.d.ts +0 -4
  108. package/dist/dts/menu-item/menu-item.options.d.ts +30 -0
  109. package/dist/dts/menu-item/menu-item.template.d.ts +2 -1
  110. package/dist/dts/menu-list/index.d.ts +1 -1
  111. package/dist/dts/menu-list/menu-list.bench.d.ts +3 -0
  112. package/dist/dts/menu-list/menu-list.d.ts +71 -4
  113. package/dist/dts/menu-list/menu-list.definition.d.ts +0 -4
  114. package/dist/dts/menu-list/menu-list.template.d.ts +1 -0
  115. package/dist/dts/patterns/aria-globals.d.ts +189 -0
  116. package/dist/dts/patterns/index.d.ts +2 -0
  117. package/dist/dts/patterns/start-end.d.ts +44 -0
  118. package/dist/dts/progress-bar/index.d.ts +2 -2
  119. package/dist/dts/progress-bar/progress-bar.bench.d.ts +3 -0
  120. package/dist/dts/progress-bar/progress-bar.d.ts +60 -10
  121. package/dist/dts/progress-bar/progress-bar.options.d.ts +4 -4
  122. package/dist/dts/progress-bar/progress-bar.template.d.ts +1 -0
  123. package/dist/dts/radio/index.d.ts +2 -1
  124. package/dist/dts/radio/radio.bench.d.ts +3 -0
  125. package/dist/dts/radio/radio.d.ts +54 -3
  126. package/dist/dts/radio/radio.form-associated.d.ts +14 -0
  127. package/dist/dts/radio/radio.template.d.ts +2 -1
  128. package/dist/dts/radio-group/index.d.ts +2 -2
  129. package/dist/dts/radio-group/radio-group.bench.d.ts +3 -0
  130. package/dist/dts/radio-group/radio-group.d.ts +91 -2
  131. package/dist/dts/radio-group/radio-group.options.d.ts +17 -0
  132. package/dist/dts/radio-group/radio-group.template.d.ts +1 -0
  133. package/dist/dts/slider/index.d.ts +3 -2
  134. package/dist/dts/slider/slider-utilities.d.ts +5 -0
  135. package/dist/dts/slider/slider.bench.d.ts +3 -0
  136. package/dist/dts/slider/slider.d.ts +195 -5
  137. package/dist/dts/slider/slider.form-associated.d.ts +14 -0
  138. package/dist/dts/slider/slider.options.d.ts +44 -3
  139. package/dist/dts/slider/slider.template.d.ts +4 -2
  140. package/dist/dts/spinner/index.d.ts +2 -2
  141. package/dist/dts/spinner/spinner.bench.d.ts +3 -0
  142. package/dist/dts/spinner/spinner.d.ts +9 -4
  143. package/dist/dts/spinner/spinner.definition.d.ts +0 -4
  144. package/dist/dts/spinner/spinner.options.d.ts +3 -3
  145. package/dist/dts/spinner/spinner.template.d.ts +1 -2
  146. package/dist/dts/styles/partials/index.d.ts +1 -0
  147. package/dist/dts/styles/partials/typography.partials.d.ts +18 -0
  148. package/dist/dts/switch/index.d.ts +3 -2
  149. package/dist/dts/switch/switch.bench.d.ts +3 -0
  150. package/dist/dts/switch/switch.d.ts +6 -12
  151. package/dist/dts/switch/switch.form-associated.d.ts +14 -0
  152. package/dist/dts/switch/switch.options.d.ts +2 -2
  153. package/dist/dts/switch/switch.template.d.ts +2 -1
  154. package/dist/dts/tab/index.d.ts +4 -3
  155. package/dist/dts/tab/tab.bench.d.ts +3 -0
  156. package/dist/dts/tab/tab.d.ts +17 -2
  157. package/dist/dts/tab/tab.template.d.ts +3 -3
  158. package/dist/dts/tab-panel/index.d.ts +1 -1
  159. package/dist/dts/tab-panel/tab-panel.bench.d.ts +3 -0
  160. package/dist/dts/tab-panel/tab-panel.d.ts +2 -2
  161. package/dist/dts/tab-panel/tab-panel.template.d.ts +4 -1
  162. package/dist/dts/tabs/index.d.ts +5 -4
  163. package/dist/dts/tabs/tabs.bench.d.ts +3 -0
  164. package/dist/dts/tabs/tabs.d.ts +102 -13
  165. package/dist/dts/tabs/tabs.options.d.ts +23 -5
  166. package/dist/dts/tabs/tabs.template.d.ts +5 -1
  167. package/dist/dts/text/index.d.ts +2 -2
  168. package/dist/dts/text/text.bench.d.ts +3 -0
  169. package/dist/dts/text/text.options.d.ts +5 -5
  170. package/dist/dts/text-input/index.d.ts +5 -5
  171. package/dist/dts/text-input/text-input.bench.d.ts +3 -0
  172. package/dist/dts/text-input/text-input.d.ts +395 -11
  173. package/dist/dts/text-input/text-input.definition.d.ts +2 -3
  174. package/dist/dts/text-input/text-input.options.d.ts +31 -10
  175. package/dist/dts/text-input/text-input.styles.d.ts +5 -2
  176. package/dist/dts/text-input/text-input.template.d.ts +8 -1
  177. package/dist/dts/theme/design-tokens.d.ts +2180 -384
  178. package/dist/dts/theme/set-theme.d.ts +6 -3
  179. package/dist/dts/toggle-button/index.d.ts +5 -4
  180. package/dist/dts/toggle-button/toggle-button.bench.d.ts +3 -0
  181. package/dist/dts/toggle-button/toggle-button.d.ts +29 -26
  182. package/dist/dts/toggle-button/toggle-button.definition.d.ts +0 -2
  183. package/dist/dts/toggle-button/toggle-button.options.d.ts +6 -6
  184. package/dist/dts/toggle-button/toggle-button.styles.d.ts +7 -0
  185. package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
  186. package/dist/dts/utils/benchmark-dependencies/tokens.d.ts +1 -0
  187. package/dist/dts/utils/benchmark-wrapper.d.ts +2 -0
  188. package/dist/dts/utils/direction.d.ts +10 -0
  189. package/dist/dts/utils/display.d.ts +17 -0
  190. package/dist/dts/utils/element-internals.d.ts +20 -0
  191. package/dist/dts/utils/index.d.ts +6 -0
  192. package/dist/dts/utils/template-helpers.d.ts +16 -0
  193. package/dist/dts/utils/typings.d.ts +6 -0
  194. package/dist/dts/utils/whitespace-filter.d.ts +12 -0
  195. package/dist/esm/accordion/accordion.bench.js +30 -0
  196. package/dist/esm/accordion/accordion.bench.js.map +1 -0
  197. package/dist/esm/accordion/accordion.definition.js +0 -4
  198. package/dist/esm/accordion/accordion.definition.js.map +1 -1
  199. package/dist/esm/accordion/accordion.js +211 -3
  200. package/dist/esm/accordion/accordion.js.map +1 -1
  201. package/dist/esm/accordion/accordion.options.js +9 -0
  202. package/dist/esm/accordion/accordion.options.js.map +1 -0
  203. package/dist/esm/accordion/accordion.styles.js +1 -1
  204. package/dist/esm/accordion/accordion.styles.js.map +1 -1
  205. package/dist/esm/accordion/accordion.template.js +11 -1
  206. package/dist/esm/accordion/accordion.template.js.map +1 -1
  207. package/dist/esm/accordion/index.js +2 -1
  208. package/dist/esm/accordion/index.js.map +1 -1
  209. package/dist/esm/accordion-item/accordion-item.bench.js +14 -0
  210. package/dist/esm/accordion-item/accordion-item.bench.js.map +1 -0
  211. package/dist/esm/accordion-item/accordion-item.definition.js +0 -3
  212. package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -1
  213. package/dist/esm/accordion-item/accordion-item.js +80 -10
  214. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  215. package/dist/esm/accordion-item/accordion-item.styles.js +1 -1
  216. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
  217. package/dist/esm/accordion-item/accordion-item.template.js +47 -2
  218. package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
  219. package/dist/esm/accordion-item/index.js +2 -2
  220. package/dist/esm/accordion-item/index.js.map +1 -1
  221. package/dist/esm/anchor-button/anchor-button.bench.js +11 -0
  222. package/dist/esm/anchor-button/anchor-button.bench.js.map +1 -0
  223. package/dist/esm/anchor-button/anchor-button.definition.js +0 -6
  224. package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
  225. package/dist/esm/anchor-button/anchor-button.js +123 -64
  226. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  227. package/dist/esm/anchor-button/anchor-button.options.js +26 -0
  228. package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
  229. package/dist/esm/anchor-button/anchor-button.styles.js +8 -8
  230. package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
  231. package/dist/esm/anchor-button/anchor-button.template.js +21 -1
  232. package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
  233. package/dist/esm/anchor-button/index.js +3 -3
  234. package/dist/esm/anchor-button/index.js.map +1 -1
  235. package/dist/esm/avatar/avatar.bench.js +10 -0
  236. package/dist/esm/avatar/avatar.bench.js.map +1 -0
  237. package/dist/esm/avatar/avatar.js +43 -23
  238. package/dist/esm/avatar/avatar.js.map +1 -1
  239. package/dist/esm/avatar/avatar.styles.js +36 -36
  240. package/dist/esm/avatar/avatar.styles.js.map +1 -1
  241. package/dist/esm/avatar/avatar.template.js +2 -4
  242. package/dist/esm/avatar/avatar.template.js.map +1 -1
  243. package/dist/esm/avatar/index.js +2 -2
  244. package/dist/esm/avatar/index.js.map +1 -1
  245. package/dist/esm/badge/badge.bench.js +11 -0
  246. package/dist/esm/badge/badge.bench.js.map +1 -0
  247. package/dist/esm/badge/badge.definition.js +0 -3
  248. package/dist/esm/badge/badge.definition.js.map +1 -1
  249. package/dist/esm/badge/badge.js +2 -7
  250. package/dist/esm/badge/badge.js.map +1 -1
  251. package/dist/esm/badge/badge.styles.js +8 -1
  252. package/dist/esm/badge/badge.styles.js.map +1 -1
  253. package/dist/esm/badge/badge.template.js +2 -2
  254. package/dist/esm/badge/badge.template.js.map +1 -1
  255. package/dist/esm/badge/index.js +2 -2
  256. package/dist/esm/badge/index.js.map +1 -1
  257. package/dist/esm/button/button.bench.js +11 -0
  258. package/dist/esm/button/button.bench.js.map +1 -0
  259. package/dist/esm/button/button.definition.js +2 -6
  260. package/dist/esm/button/button.definition.js.map +1 -1
  261. package/dist/esm/button/button.js +264 -42
  262. package/dist/esm/button/button.js.map +1 -1
  263. package/dist/esm/button/button.options.js +20 -0
  264. package/dist/esm/button/button.options.js.map +1 -1
  265. package/dist/esm/button/button.styles.js +79 -70
  266. package/dist/esm/button/button.styles.js.map +1 -1
  267. package/dist/esm/button/button.template.js +23 -1
  268. package/dist/esm/button/button.template.js.map +1 -1
  269. package/dist/esm/button/index.js +4 -4
  270. package/dist/esm/button/index.js.map +1 -1
  271. package/dist/esm/checkbox/checkbox.bench.js +11 -0
  272. package/dist/esm/checkbox/checkbox.bench.js.map +1 -0
  273. package/dist/esm/checkbox/checkbox.definition.js +1 -1
  274. package/dist/esm/checkbox/checkbox.definition.js.map +1 -1
  275. package/dist/esm/checkbox/checkbox.js +371 -13
  276. package/dist/esm/checkbox/checkbox.js.map +1 -1
  277. package/dist/esm/checkbox/checkbox.options.js +0 -8
  278. package/dist/esm/checkbox/checkbox.options.js.map +1 -1
  279. package/dist/esm/checkbox/checkbox.styles.js +145 -123
  280. package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
  281. package/dist/esm/checkbox/checkbox.template.js +34 -17
  282. package/dist/esm/checkbox/checkbox.template.js.map +1 -1
  283. package/dist/esm/checkbox/index.js +3 -3
  284. package/dist/esm/checkbox/index.js.map +1 -1
  285. package/dist/esm/compound-button/compound-button.bench.js +15 -0
  286. package/dist/esm/compound-button/compound-button.bench.js.map +1 -0
  287. package/dist/esm/compound-button/compound-button.definition.js +0 -6
  288. package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
  289. package/dist/esm/compound-button/compound-button.options.js.map +1 -1
  290. package/dist/esm/compound-button/compound-button.styles.js +7 -7
  291. package/dist/esm/compound-button/compound-button.template.js +4 -40
  292. package/dist/esm/compound-button/compound-button.template.js.map +1 -1
  293. package/dist/esm/compound-button/index.js +2 -2
  294. package/dist/esm/compound-button/index.js.map +1 -1
  295. package/dist/esm/counter-badge/counter-badge.bench.js +11 -0
  296. package/dist/esm/counter-badge/counter-badge.bench.js.map +1 -0
  297. package/dist/esm/counter-badge/counter-badge.definition.js +0 -4
  298. package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -1
  299. package/dist/esm/counter-badge/counter-badge.js +2 -7
  300. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  301. package/dist/esm/counter-badge/index.js +2 -2
  302. package/dist/esm/counter-badge/index.js.map +1 -1
  303. package/dist/esm/dialog/define.js +4 -0
  304. package/dist/esm/dialog/define.js.map +1 -0
  305. package/dist/esm/dialog/dialog.bench.js +11 -0
  306. package/dist/esm/dialog/dialog.bench.js.map +1 -0
  307. package/dist/esm/dialog/dialog.definition.js +17 -0
  308. package/dist/esm/dialog/dialog.definition.js.map +1 -0
  309. package/dist/esm/dialog/dialog.js +91 -0
  310. package/dist/esm/dialog/dialog.js.map +1 -0
  311. package/dist/esm/dialog/dialog.options.js +10 -0
  312. package/dist/esm/dialog/dialog.options.js.map +1 -0
  313. package/dist/esm/dialog/dialog.styles.js +86 -0
  314. package/dist/esm/dialog/dialog.styles.js.map +1 -0
  315. package/dist/esm/dialog/dialog.template.js +24 -0
  316. package/dist/esm/dialog/dialog.template.js.map +1 -0
  317. package/dist/esm/dialog/index.js +6 -0
  318. package/dist/esm/dialog/index.js.map +1 -0
  319. package/dist/esm/dialog-body/define.js +4 -0
  320. package/dist/esm/dialog-body/define.js.map +1 -0
  321. package/dist/esm/dialog-body/dialog-body.bench.js +11 -0
  322. package/dist/esm/dialog-body/dialog-body.bench.js.map +1 -0
  323. package/dist/esm/dialog-body/dialog-body.definition.js +17 -0
  324. package/dist/esm/dialog-body/dialog-body.definition.js.map +1 -0
  325. package/dist/esm/dialog-body/dialog-body.js +22 -0
  326. package/dist/esm/dialog-body/dialog-body.js.map +1 -0
  327. package/dist/esm/dialog-body/dialog-body.styles.js +79 -0
  328. package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -0
  329. package/dist/esm/dialog-body/dialog-body.template.js +42 -0
  330. package/dist/esm/dialog-body/dialog-body.template.js.map +1 -0
  331. package/dist/esm/dialog-body/index.js +5 -0
  332. package/dist/esm/dialog-body/index.js.map +1 -0
  333. package/dist/esm/divider/divider.bench.js +10 -0
  334. package/dist/esm/divider/divider.bench.js.map +1 -0
  335. package/dist/esm/divider/divider.js +56 -11
  336. package/dist/esm/divider/divider.js.map +1 -1
  337. package/dist/esm/divider/divider.options.js +14 -5
  338. package/dist/esm/divider/divider.options.js.map +1 -1
  339. package/dist/esm/divider/divider.styles.js +1 -1
  340. package/dist/esm/divider/divider.styles.js.map +1 -1
  341. package/dist/esm/divider/divider.template.js +4 -1
  342. package/dist/esm/divider/divider.template.js.map +1 -1
  343. package/dist/esm/divider/index.js +2 -2
  344. package/dist/esm/divider/index.js.map +1 -1
  345. package/dist/esm/field/define.js +4 -0
  346. package/dist/esm/field/define.js.map +1 -0
  347. package/dist/esm/field/field.bench.js +10 -0
  348. package/dist/esm/field/field.bench.js.map +1 -0
  349. package/dist/esm/field/field.definition.js +20 -0
  350. package/dist/esm/field/field.definition.js.map +1 -0
  351. package/dist/esm/field/field.js +139 -0
  352. package/dist/esm/field/field.js.map +1 -0
  353. package/dist/esm/field/field.options.js +27 -0
  354. package/dist/esm/field/field.options.js.map +1 -0
  355. package/dist/esm/field/field.styles.js +186 -0
  356. package/dist/esm/field/field.styles.js.map +1 -0
  357. package/dist/esm/field/field.template.js +26 -0
  358. package/dist/esm/field/field.template.js.map +1 -0
  359. package/dist/esm/field/index.js +6 -0
  360. package/dist/esm/field/index.js.map +1 -0
  361. package/dist/esm/form-associated/form-associated.js +458 -0
  362. package/dist/esm/form-associated/form-associated.js.map +1 -0
  363. package/dist/esm/image/image.bench.js +14 -0
  364. package/dist/esm/image/image.bench.js.map +1 -0
  365. package/dist/esm/image/image.js +1 -6
  366. package/dist/esm/image/image.js.map +1 -1
  367. package/dist/esm/image/index.js +2 -2
  368. package/dist/esm/image/index.js.map +1 -1
  369. package/dist/esm/index-rollup.js +32 -1
  370. package/dist/esm/index-rollup.js.map +1 -1
  371. package/dist/esm/index.js +39 -30
  372. package/dist/esm/index.js.map +1 -1
  373. package/dist/esm/label/index.js +2 -1
  374. package/dist/esm/label/index.js.map +1 -1
  375. package/dist/esm/label/label.bench.js +11 -0
  376. package/dist/esm/label/label.bench.js.map +1 -0
  377. package/dist/esm/label/label.js +1 -6
  378. package/dist/esm/label/label.js.map +1 -1
  379. package/dist/esm/label/label.styles.js +13 -6
  380. package/dist/esm/label/label.styles.js.map +1 -1
  381. package/dist/esm/link/define.js +4 -0
  382. package/dist/esm/link/define.js.map +1 -0
  383. package/dist/esm/link/index.js +5 -0
  384. package/dist/esm/link/index.js.map +1 -0
  385. package/dist/esm/link/link.bench.js +11 -0
  386. package/dist/esm/link/link.bench.js.map +1 -0
  387. package/dist/esm/link/link.definition.js +15 -0
  388. package/dist/esm/link/link.definition.js.map +1 -0
  389. package/dist/esm/link/link.js +36 -0
  390. package/dist/esm/link/link.js.map +1 -0
  391. package/dist/esm/link/link.options.js +21 -0
  392. package/dist/esm/link/link.options.js.map +1 -0
  393. package/dist/esm/link/link.styles.js +67 -0
  394. package/dist/esm/link/link.styles.js.map +1 -0
  395. package/dist/esm/link/link.template.js +22 -0
  396. package/dist/esm/link/link.template.js.map +1 -0
  397. package/dist/esm/menu/index.js +1 -1
  398. package/dist/esm/menu/index.js.map +1 -1
  399. package/dist/esm/menu/menu.bench.js +31 -0
  400. package/dist/esm/menu/menu.bench.js.map +1 -0
  401. package/dist/esm/menu/menu.js +26 -29
  402. package/dist/esm/menu/menu.js.map +1 -1
  403. package/dist/esm/menu-button/index.js +3 -3
  404. package/dist/esm/menu-button/index.js.map +1 -1
  405. package/dist/esm/menu-button/menu-button.bench.js +11 -0
  406. package/dist/esm/menu-button/menu-button.bench.js.map +1 -0
  407. package/dist/esm/menu-button/menu-button.definition.js +0 -6
  408. package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
  409. package/dist/esm/menu-button/menu-button.options.js.map +1 -1
  410. package/dist/esm/menu-button/menu-button.template.js +6 -2
  411. package/dist/esm/menu-button/menu-button.template.js.map +1 -1
  412. package/dist/esm/menu-item/index.js +4 -3
  413. package/dist/esm/menu-item/index.js.map +1 -1
  414. package/dist/esm/menu-item/menu-item.bench.js +11 -0
  415. package/dist/esm/menu-item/menu-item.bench.js.map +1 -0
  416. package/dist/esm/menu-item/menu-item.definition.js +0 -4
  417. package/dist/esm/menu-item/menu-item.definition.js.map +1 -1
  418. package/dist/esm/menu-item/menu-item.js +265 -4
  419. package/dist/esm/menu-item/menu-item.js.map +1 -1
  420. package/dist/esm/menu-item/menu-item.options.js +27 -0
  421. package/dist/esm/menu-item/menu-item.options.js.map +1 -0
  422. package/dist/esm/menu-item/menu-item.styles.js +1 -1
  423. package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
  424. package/dist/esm/menu-item/menu-item.template.js +57 -2
  425. package/dist/esm/menu-item/menu-item.template.js.map +1 -1
  426. package/dist/esm/menu-list/index.js +1 -1
  427. package/dist/esm/menu-list/index.js.map +1 -1
  428. package/dist/esm/menu-list/menu-list.bench.js +21 -0
  429. package/dist/esm/menu-list/menu-list.bench.js.map +1 -0
  430. package/dist/esm/menu-list/menu-list.definition.js +0 -4
  431. package/dist/esm/menu-list/menu-list.definition.js.map +1 -1
  432. package/dist/esm/menu-list/menu-list.js +262 -11
  433. package/dist/esm/menu-list/menu-list.js.map +1 -1
  434. package/dist/esm/menu-list/menu-list.styles.js +1 -1
  435. package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
  436. package/dist/esm/menu-list/menu-list.template.js +13 -1
  437. package/dist/esm/menu-list/menu-list.template.js.map +1 -1
  438. package/dist/esm/patterns/aria-globals.js +72 -0
  439. package/dist/esm/patterns/aria-globals.js.map +1 -0
  440. package/dist/esm/patterns/index.js +3 -0
  441. package/dist/esm/patterns/index.js.map +1 -0
  442. package/dist/esm/patterns/start-end.js +29 -0
  443. package/dist/esm/patterns/start-end.js.map +1 -0
  444. package/dist/esm/progress-bar/index.js +2 -2
  445. package/dist/esm/progress-bar/index.js.map +1 -1
  446. package/dist/esm/progress-bar/progress-bar.bench.js +10 -0
  447. package/dist/esm/progress-bar/progress-bar.bench.js.map +1 -0
  448. package/dist/esm/progress-bar/progress-bar.js +66 -13
  449. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  450. package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
  451. package/dist/esm/progress-bar/progress-bar.styles.js +49 -128
  452. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
  453. package/dist/esm/progress-bar/progress-bar.template.js +11 -5
  454. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
  455. package/dist/esm/radio/index.js +1 -1
  456. package/dist/esm/radio/index.js.map +1 -1
  457. package/dist/esm/radio/radio.bench.js +11 -0
  458. package/dist/esm/radio/radio.bench.js.map +1 -0
  459. package/dist/esm/radio/radio.form-associated.js +14 -0
  460. package/dist/esm/radio/radio.form-associated.js.map +1 -0
  461. package/dist/esm/radio/radio.js +91 -3
  462. package/dist/esm/radio/radio.js.map +1 -1
  463. package/dist/esm/radio/radio.styles.js +1 -1
  464. package/dist/esm/radio/radio.styles.js.map +1 -1
  465. package/dist/esm/radio/radio.template.js +28 -2
  466. package/dist/esm/radio/radio.template.js.map +1 -1
  467. package/dist/esm/radio-group/index.js +2 -2
  468. package/dist/esm/radio-group/index.js.map +1 -1
  469. package/dist/esm/radio-group/radio-group.bench.js +21 -0
  470. package/dist/esm/radio-group/radio-group.bench.js.map +1 -0
  471. package/dist/esm/radio-group/radio-group.js +347 -9
  472. package/dist/esm/radio-group/radio-group.js.map +1 -1
  473. package/dist/esm/radio-group/radio-group.options.js +7 -0
  474. package/dist/esm/radio-group/radio-group.options.js.map +1 -0
  475. package/dist/esm/radio-group/radio-group.styles.js +1 -1
  476. package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
  477. package/dist/esm/radio-group/radio-group.template.js +30 -1
  478. package/dist/esm/radio-group/radio-group.template.js.map +1 -1
  479. package/dist/esm/slider/index.js +2 -2
  480. package/dist/esm/slider/index.js.map +1 -1
  481. package/dist/esm/slider/slider-utilities.js +12 -0
  482. package/dist/esm/slider/slider-utilities.js.map +1 -0
  483. package/dist/esm/slider/slider.bench.js +10 -0
  484. package/dist/esm/slider/slider.bench.js.map +1 -0
  485. package/dist/esm/slider/slider.form-associated.js +14 -0
  486. package/dist/esm/slider/slider.form-associated.js.map +1 -0
  487. package/dist/esm/slider/slider.js +433 -22
  488. package/dist/esm/slider/slider.js.map +1 -1
  489. package/dist/esm/slider/slider.options.js +11 -1
  490. package/dist/esm/slider/slider.options.js.map +1 -1
  491. package/dist/esm/slider/slider.styles.js +1 -1
  492. package/dist/esm/slider/slider.styles.js.map +1 -1
  493. package/dist/esm/slider/slider.template.js +39 -2
  494. package/dist/esm/slider/slider.template.js.map +1 -1
  495. package/dist/esm/spinner/index.js +2 -2
  496. package/dist/esm/spinner/index.js.map +1 -1
  497. package/dist/esm/spinner/spinner.bench.js +10 -0
  498. package/dist/esm/spinner/spinner.bench.js.map +1 -0
  499. package/dist/esm/spinner/spinner.definition.js +0 -4
  500. package/dist/esm/spinner/spinner.definition.js.map +1 -1
  501. package/dist/esm/spinner/spinner.js +13 -9
  502. package/dist/esm/spinner/spinner.js.map +1 -1
  503. package/dist/esm/spinner/spinner.styles.js +3 -17
  504. package/dist/esm/spinner/spinner.styles.js.map +1 -1
  505. package/dist/esm/spinner/spinner.template.js +8 -21
  506. package/dist/esm/spinner/spinner.template.js.map +1 -1
  507. package/dist/esm/styles/partials/badge.partials.js +1 -1
  508. package/dist/esm/styles/partials/badge.partials.js.map +1 -1
  509. package/dist/esm/styles/partials/index.js +1 -0
  510. package/dist/esm/styles/partials/index.js.map +1 -1
  511. package/dist/esm/styles/partials/typography.partials.js +105 -0
  512. package/dist/esm/styles/partials/typography.partials.js.map +1 -0
  513. package/dist/esm/switch/index.js +2 -2
  514. package/dist/esm/switch/index.js.map +1 -1
  515. package/dist/esm/switch/switch.bench.js +11 -0
  516. package/dist/esm/switch/switch.bench.js.map +1 -0
  517. package/dist/esm/switch/switch.form-associated.js +14 -0
  518. package/dist/esm/switch/switch.form-associated.js.map +1 -0
  519. package/dist/esm/switch/switch.js +2 -12
  520. package/dist/esm/switch/switch.js.map +1 -1
  521. package/dist/esm/switch/switch.styles.js +38 -58
  522. package/dist/esm/switch/switch.styles.js.map +1 -1
  523. package/dist/esm/switch/switch.template.js +15 -1
  524. package/dist/esm/switch/switch.template.js.map +1 -1
  525. package/dist/esm/tab/index.js +3 -3
  526. package/dist/esm/tab/index.js.map +1 -1
  527. package/dist/esm/tab/tab.bench.js +11 -0
  528. package/dist/esm/tab/tab.bench.js.map +1 -0
  529. package/dist/esm/tab/tab.js +9 -3
  530. package/dist/esm/tab/tab.js.map +1 -1
  531. package/dist/esm/tab/tab.styles.js +1 -1
  532. package/dist/esm/tab/tab.styles.js.map +1 -1
  533. package/dist/esm/tab/tab.template.js +1 -1
  534. package/dist/esm/tab/tab.template.js.map +1 -1
  535. package/dist/esm/tab-panel/index.js +1 -1
  536. package/dist/esm/tab-panel/index.js.map +1 -1
  537. package/dist/esm/tab-panel/tab-panel.bench.js +13 -0
  538. package/dist/esm/tab-panel/tab-panel.bench.js.map +1 -0
  539. package/dist/esm/tab-panel/tab-panel.js +2 -2
  540. package/dist/esm/tab-panel/tab-panel.js.map +1 -1
  541. package/dist/esm/tab-panel/tab-panel.styles.js +1 -1
  542. package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
  543. package/dist/esm/tab-panel/tab-panel.template.js +8 -1
  544. package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
  545. package/dist/esm/tabs/index.js +4 -4
  546. package/dist/esm/tabs/index.js.map +1 -1
  547. package/dist/esm/tabs/tabs.bench.js +32 -0
  548. package/dist/esm/tabs/tabs.bench.js.map +1 -0
  549. package/dist/esm/tabs/tabs.js +292 -20
  550. package/dist/esm/tabs/tabs.js.map +1 -1
  551. package/dist/esm/tabs/tabs.options.js +6 -2
  552. package/dist/esm/tabs/tabs.options.js.map +1 -1
  553. package/dist/esm/tabs/tabs.styles.js +1 -1
  554. package/dist/esm/tabs/tabs.styles.js.map +1 -1
  555. package/dist/esm/tabs/tabs.template.js +14 -1
  556. package/dist/esm/tabs/tabs.template.js.map +1 -1
  557. package/dist/esm/text/index.js +2 -2
  558. package/dist/esm/text/index.js.map +1 -1
  559. package/dist/esm/text/text.bench.js +13 -0
  560. package/dist/esm/text/text.bench.js.map +1 -0
  561. package/dist/esm/text/text.js +1 -6
  562. package/dist/esm/text/text.js.map +1 -1
  563. package/dist/esm/text/text.styles.js +49 -25
  564. package/dist/esm/text/text.styles.js.map +1 -1
  565. package/dist/esm/text-input/index.js +4 -5
  566. package/dist/esm/text-input/index.js.map +1 -1
  567. package/dist/esm/text-input/text-input.bench.js +10 -0
  568. package/dist/esm/text-input/text-input.bench.js.map +1 -0
  569. package/dist/esm/text-input/text-input.definition.js +5 -3
  570. package/dist/esm/text-input/text-input.definition.js.map +1 -1
  571. package/dist/esm/text-input/text-input.js +398 -11
  572. package/dist/esm/text-input/text-input.js.map +1 -1
  573. package/dist/esm/text-input/text-input.options.js +35 -2
  574. package/dist/esm/text-input/text-input.options.js.map +1 -1
  575. package/dist/esm/text-input/text-input.styles.js +22 -12
  576. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  577. package/dist/esm/text-input/text-input.template.js +55 -2
  578. package/dist/esm/text-input/text-input.template.js.map +1 -1
  579. package/dist/esm/theme/design-tokens.js +2181 -386
  580. package/dist/esm/theme/design-tokens.js.map +1 -1
  581. package/dist/esm/theme/set-theme.js +26 -3
  582. package/dist/esm/theme/set-theme.js.map +1 -1
  583. package/dist/esm/toggle-button/index.js +4 -4
  584. package/dist/esm/toggle-button/index.js.map +1 -1
  585. package/dist/esm/toggle-button/toggle-button.bench.js +11 -0
  586. package/dist/esm/toggle-button/toggle-button.bench.js.map +1 -0
  587. package/dist/esm/toggle-button/toggle-button.definition.js +0 -5
  588. package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
  589. package/dist/esm/toggle-button/toggle-button.js +43 -91
  590. package/dist/esm/toggle-button/toggle-button.js.map +1 -1
  591. package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
  592. package/dist/esm/toggle-button/toggle-button.styles.js +31 -26
  593. package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
  594. package/dist/esm/toggle-button/toggle-button.template.js +1 -1
  595. package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
  596. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js +142 -0
  597. package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -0
  598. package/dist/esm/utils/benchmark-dependencies/tokens.js +2 -0
  599. package/dist/esm/utils/benchmark-dependencies/tokens.js.map +1 -0
  600. package/dist/esm/utils/benchmark-wrapper.js +18 -0
  601. package/dist/esm/utils/benchmark-wrapper.js.map +1 -0
  602. package/dist/esm/utils/direction.js +15 -0
  603. package/dist/esm/utils/direction.js.map +1 -0
  604. package/dist/esm/utils/display.js +15 -0
  605. package/dist/esm/utils/display.js.map +1 -0
  606. package/dist/esm/utils/element-internals.js +32 -0
  607. package/dist/esm/utils/element-internals.js.map +1 -0
  608. package/dist/esm/utils/get-initials.js.map +1 -1
  609. package/dist/esm/utils/index.js +7 -0
  610. package/dist/esm/utils/index.js.map +1 -0
  611. package/dist/esm/utils/template-helpers.js +19 -0
  612. package/dist/esm/utils/template-helpers.js.map +1 -0
  613. package/dist/esm/utils/typings.js +3 -0
  614. package/dist/esm/utils/typings.js.map +1 -0
  615. package/dist/esm/utils/whitespace-filter.js +13 -0
  616. package/dist/esm/utils/whitespace-filter.js.map +1 -0
  617. package/dist/web-components.d.ts +6220 -1635
  618. package/dist/web-components.js +5383 -6596
  619. package/dist/web-components.min.js +337 -191
  620. package/package.json +40 -13
  621. package/dist/fluent-web-components.api.json +0 -19686
  622. package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
  623. package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
  624. package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
  625. package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
  626. package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
  627. package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
  628. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
  629. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
  630. package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
  631. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
  632. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
  633. package/dist/storybook/677.939f187f.iframe.bundle.js +0 -462
  634. package/dist/storybook/677.939f187f.iframe.bundle.js.LICENSE.txt +0 -46
  635. package/dist/storybook/677.939f187f.iframe.bundle.js.map +0 -1
  636. package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
  637. package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
  638. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
  639. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
  640. package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
  641. package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
  642. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
  643. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
  644. package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
  645. package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
  646. package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
  647. package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
  648. package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
  649. package/dist/storybook/SegoeUI-VF.ttf +0 -0
  650. package/dist/storybook/favicon.ico +0 -0
  651. package/dist/storybook/favicon.png +0 -0
  652. package/dist/storybook/iframe.html +0 -364
  653. package/dist/storybook/index.html +0 -165
  654. package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
  655. package/dist/storybook/main.b782e9fb.iframe.bundle.js +0 -2
  656. package/dist/storybook/main.b782e9fb.iframe.bundle.js.LICENSE.txt +0 -1
  657. package/dist/storybook/project.json +0 -1
  658. package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
  659. package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
  660. package/dist/storybook/shell.css +0 -83
  661. package/dist/storybook/theme-switch.ts +0 -13
  662. package/docs/api-report.md +0 -2427
  663. package/playwright.config.ts +0 -25
package/CHANGELOG.md CHANGED
@@ -1,12 +1,266 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Thu, 28 Sep 2023 04:18:43 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 14 Jun 2024 04:06:00 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.30)
8
+
9
+ Fri, 14 Jun 2024 04:06:00 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.29..@fluentui/web-components_v3.0.0-beta.30)
11
+
12
+ ### Changes
13
+
14
+ - update avatar to use ElementInternals for role and states for color ([PR #31693](https://github.com/microsoft/fluentui/pull/31693) by 13071055+chrisdholt@users.noreply.github.com)
15
+
16
+ ## [3.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.29)
17
+
18
+ Thu, 13 Jun 2024 04:06:41 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.28..@fluentui/web-components_v3.0.0-beta.29)
20
+
21
+ ### Changes
22
+
23
+ - refactor setTheme() to reduce code duplication ([PR #31679](https://github.com/microsoft/fluentui/pull/31679) by machi@microsoft.com)
24
+ - add link as a new web component ([PR #31676](https://github.com/microsoft/fluentui/pull/31676) by 13071055+chrisdholt@users.noreply.github.com)
25
+
26
+ ## [3.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.28)
27
+
28
+ Wed, 12 Jun 2024 04:06:09 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.27..@fluentui/web-components_v3.0.0-beta.28)
30
+
31
+ ### Changes
32
+
33
+ - refactor anchor-button to use ElementInternals, remove disabled and disabledFocusable ([PR #31653](https://github.com/microsoft/fluentui/pull/31653) by 13071055+chrisdholt@users.noreply.github.com)
34
+ - refactor progress bar to use ElementInternals ([PR #31652](https://github.com/microsoft/fluentui/pull/31652) by 13071055+chrisdholt@users.noreply.github.com)
35
+
36
+ ## [3.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.27)
37
+
38
+ Tue, 11 Jun 2024 04:06:29 GMT
39
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.26..@fluentui/web-components_v3.0.0-beta.27)
40
+
41
+ ### Changes
42
+
43
+ - feat: update divider to leverage ElementInternals ([PR #31627](https://github.com/microsoft/fluentui/pull/31627) by 13071055+chrisdholt@users.noreply.github.com)
44
+ - fix: show default title action in dialog-body for modal dialogs ([PR #31648](https://github.com/microsoft/fluentui/pull/31648) by 13071055+chrisdholt@users.noreply.github.com)
45
+
46
+ ## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)
47
+
48
+ Mon, 10 Jun 2024 04:07:58 GMT
49
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)
50
+
51
+ ### Changes
52
+
53
+ - feat: refactor Switch to use ElementInternals by extending BaseCheckbox ([PR #31613](https://github.com/microsoft/fluentui/pull/31613) by 13071055+chrisdholt@users.noreply.github.com)
54
+ - fixes the border-color for switch when in the checked state on rest ([PR #31628](https://github.com/microsoft/fluentui/pull/31628) by 13071055+chrisdholt@users.noreply.github.com)
55
+ - add try-catch block to ensure that registered properties can be updated dynamically ([PR #31629](https://github.com/microsoft/fluentui/pull/31629) by 13071055+chrisdholt@users.noreply.github.com)
56
+
57
+ ## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)
58
+
59
+ Fri, 07 Jun 2024 04:06:31 GMT
60
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.24..@fluentui/web-components_v3.0.0-beta.25)
61
+
62
+ ### Changes
63
+
64
+ - Use ElementInternals for Checkbox component ([PR #31468](https://github.com/microsoft/fluentui/pull/31468) by 863023+radium-v@users.noreply.github.com)
65
+ - Move dialog border styles to forcedColors mode ([PR #31609](https://github.com/microsoft/fluentui/pull/31609) by rupertdavid@microsoft.com)
66
+
67
+ ## [3.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.24)
68
+
69
+ Thu, 06 Jun 2024 04:06:19 GMT
70
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.23..@fluentui/web-components_v3.0.0-beta.24)
71
+
72
+ ### Changes
73
+
74
+ - add @floating-ui/dom as a dependency ([PR #31590](https://github.com/microsoft/fluentui/pull/31590) by zacky.ma@microsoft.com)
75
+ - fix disabled button styles ([PR #31585](https://github.com/microsoft/fluentui/pull/31585) by rupertdavid@microsoft.com)
76
+
77
+ ## [3.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.23)
78
+
79
+ Wed, 05 Jun 2024 04:06:41 GMT
80
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.22..@fluentui/web-components_v3.0.0-beta.23)
81
+
82
+ ### Changes
83
+
84
+ - chore: migrate to package.json#files for npm publish scope" ([PR #31519](https://github.com/microsoft/fluentui/pull/31519) by martinhochel@microsoft.com)
85
+ - Refactor fluent-dialog and add fluent-dialog-body ([PR #31512](https://github.com/microsoft/fluentui/pull/31512) by rupertdavid@microsoft.com)
86
+ - fix(web-components): remove tabindex from slider thumb causing duplicate focus regions ([PR #31402](https://github.com/microsoft/fluentui/pull/31402) by 13071055+chrisdholt@users.noreply.github.com)
87
+
88
+ ## [3.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.22)
89
+
90
+ Mon, 03 Jun 2024 04:06:55 GMT
91
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.21..@fluentui/web-components_v3.0.0-beta.22)
92
+
93
+ ### Changes
94
+
95
+ - chore: Export component definitions from rollup bundle ([PR #31403](https://github.com/microsoft/fluentui/pull/31403) by 863023+radium-v@users.noreply.github.com)
96
+
97
+ ## [3.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.21)
98
+
99
+ Fri, 24 May 2024 04:06:21 GMT
100
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.20..@fluentui/web-components_v3.0.0-beta.21)
101
+
102
+ ### Changes
103
+
104
+ - Use ElementInternals for the TextInput component ([PR #31201](https://github.com/microsoft/fluentui/pull/31201) by 863023+radium-v@users.noreply.github.com)
105
+
106
+ ## [3.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.20)
107
+
108
+ Wed, 22 May 2024 04:06:55 GMT
109
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.19..@fluentui/web-components_v3.0.0-beta.20)
110
+
111
+ ### Changes
112
+
113
+ - chore(web-components): update README.md and add initial developer quick start pages ([PR #31416](https://github.com/microsoft/fluentui/pull/31416) by 13071055+chrisdholt@users.noreply.github.com)
114
+
115
+ ## [3.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.19)
116
+
117
+ Tue, 21 May 2024 04:06:11 GMT
118
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.18..@fluentui/web-components_v3.0.0-beta.19)
119
+
120
+ ### Changes
121
+
122
+ - Use click() instead of press() in button keydownHandler ([PR #31428](https://github.com/microsoft/fluentui/pull/31428) by 863023+radium-v@users.noreply.github.com)
123
+
124
+ ## [3.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.18)
125
+
126
+ Mon, 20 May 2024 04:07:06 GMT
127
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.17..@fluentui/web-components_v3.0.0-beta.18)
128
+
129
+ ### Changes
130
+
131
+ - adds high contrast styles to badge web component ([PR #31234](https://github.com/microsoft/fluentui/pull/31234) by ryanmerrill@microsoft.com)
132
+
133
+ ## [3.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.17)
134
+
135
+ Fri, 17 May 2024 04:06:08 GMT
136
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.16..@fluentui/web-components_v3.0.0-beta.17)
137
+
138
+ ### Changes
139
+
140
+ - fix(web-components): remove determinate from spinner implementation ([PR #31404](https://github.com/microsoft/fluentui/pull/31404) by 13071055+chrisdholt@users.noreply.github.com)
141
+ - Fix compound disabled selector in fluent-button and fluent-anchor-button ([PR #31302](https://github.com/microsoft/fluentui/pull/31302) by rupertdavid@microsoft.com)
142
+
143
+ ## [3.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.16)
144
+
145
+ Thu, 16 May 2024 04:07:03 GMT
146
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.15..@fluentui/web-components_v3.0.0-beta.16)
147
+
148
+ ### Changes
149
+
150
+ - Synchronize design token exports ([PR #31382](https://github.com/microsoft/fluentui/pull/31382) by 863023+radium-v@users.noreply.github.com)
151
+
152
+ ## [3.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.15)
153
+
154
+ Wed, 01 May 2024 04:09:09 GMT
155
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.14..@fluentui/web-components_v3.0.0-beta.15)
156
+
157
+ ### Changes
158
+
159
+ - fix(web-components): remove all barrell exports with exception of design tokens ([PR #31069](https://github.com/microsoft/fluentui/pull/31069) by =)
160
+
161
+ ## [3.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.14)
162
+
163
+ Fri, 26 Apr 2024 04:07:24 GMT
164
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.13..@fluentui/web-components_v3.0.0-beta.14)
165
+
166
+ ### Changes
167
+
168
+ - create CSS partials for named typography styles ([PR #31164](https://github.com/microsoft/fluentui/pull/31164) by 13071055+chrisdholt@users.noreply.github.com)
169
+
170
+ ## [3.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.13)
171
+
172
+ Thu, 25 Apr 2024 04:09:24 GMT
173
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.12..@fluentui/web-components_v3.0.0-beta.13)
174
+
175
+ ### Changes
176
+
177
+ - ensure buttons with long text maintain center alignment ([PR #31179](https://github.com/microsoft/fluentui/pull/31179) by =)
178
+
179
+ ## [3.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.12)
180
+
181
+ Tue, 23 Apr 2024 04:09:06 GMT
182
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.11..@fluentui/web-components_v3.0.0-beta.12)
183
+
184
+ ### Changes
185
+
186
+ - Use ElementInternals for Button components ([PR #30999](https://github.com/microsoft/fluentui/pull/30999) by 863023+radium-v@users.noreply.github.com)
187
+
188
+ ## [3.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.11)
189
+
190
+ Mon, 15 Apr 2024 04:09:34 GMT
191
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.10..@fluentui/web-components_v3.0.0-beta.11)
192
+
193
+ ### Changes
194
+
195
+ - fix(web-components): remove final dependencies on fast-foundation ([PR #31009](https://github.com/microsoft/fluentui/pull/31009) by =)
196
+
197
+ ## [3.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.10)
198
+
199
+ Tue, 09 Apr 2024 04:08:05 GMT
200
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.9..@fluentui/web-components_v3.0.0-beta.10)
201
+
202
+ ### Changes
203
+
204
+ - revert design token syntax change for DX ([PR #30819](https://github.com/microsoft/fluentui/pull/30819) by =)
205
+
206
+ ## [3.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.9)
207
+
208
+ Mon, 08 Apr 2024 04:08:59 GMT
209
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.8..@fluentui/web-components_v3.0.0-beta.9)
210
+
211
+ ### Changes
212
+
213
+ - chore: setup perf benchmarking in web components ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by =)
214
+ - Bump @fluentui/tokens to v1.0.0-alpha.2 ([PR #30972](https://github.com/microsoft/fluentui/pull/30972) by beachball)
215
+
216
+ ## [3.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.8)
217
+
218
+ Mon, 12 Feb 2024 04:08:06 GMT
219
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.7..@fluentui/web-components_v3.0.0-beta.8)
220
+
221
+ ### Changes
222
+
223
+ - Removes dependancy on fast-foundation classes and templates ([PR #30090](https://github.com/microsoft/fluentui/pull/30090) by jes@microsoft.com)
224
+
225
+ ## [3.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.7)
226
+
227
+ Fri, 09 Feb 2024 04:08:43 GMT
228
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.6..@fluentui/web-components_v3.0.0-beta.7)
229
+
230
+ ### Changes
231
+
232
+ - feat: remove JS design token implementation in favor of platform css variables ([PR #30002](https://github.com/microsoft/fluentui/pull/30002) by chhol@microsoft.com)
233
+
234
+ ## [3.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.6)
235
+
236
+ Thu, 26 Oct 2023 04:16:51 GMT
237
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.5..@fluentui/web-components_v3.0.0-beta.6)
238
+
239
+ ### Changes
240
+
241
+ - feat(dialog): add dialog web component ([PR #28569](https://github.com/microsoft/fluentui/pull/28569) by brian.christopher.brady@gmail.com)
242
+
243
+ ## [3.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.5)
244
+
245
+ Thu, 19 Oct 2023 04:18:07 GMT
246
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.4..@fluentui/web-components_v3.0.0-beta.5)
247
+
248
+ ### Changes
249
+
250
+ - Updates package with Menu component sideEffect. ([PR #29581](https://github.com/microsoft/fluentui/pull/29581) by hale.rankin@microsoft.com)
251
+
252
+ ## [3.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.4)
253
+
254
+ Fri, 13 Oct 2023 04:17:27 GMT
255
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.3..@fluentui/web-components_v3.0.0-beta.4)
256
+
257
+ ### Changes
258
+
259
+ - fix: update switch to use margin instead of transform for the checked state to support RTL ([PR #29505](https://github.com/microsoft/fluentui/pull/29505) by chhol@microsoft.com)
260
+
7
261
  ## [3.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.3)
8
262
 
9
- Thu, 28 Sep 2023 04:18:43 GMT
263
+ Thu, 28 Sep 2023 04:18:49 GMT
10
264
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.2..@fluentui/web-components_v3.0.0-beta.3)
11
265
 
12
266
  ### Changes
@@ -304,7 +558,7 @@ Wed, 15 Feb 2023 04:24:51 GMT
304
558
 
305
559
  ## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
306
560
 
307
- Wed, 25 Jan 2023 17:42:30 GMT
561
+ Wed, 25 Jan 2023 17:42:30 GMT
308
562
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
309
563
 
310
564
  ### Changes
@@ -313,7 +567,7 @@ Wed, 25 Jan 2023 17:42:30 GMT
313
567
 
314
568
  ## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
315
569
 
316
- Wed, 25 Jan 2023 14:49:08 GMT
570
+ Wed, 25 Jan 2023 14:49:08 GMT
317
571
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
318
572
 
319
573
  ### Changes
@@ -323,9 +577,72 @@ Wed, 25 Jan 2023 14:49:08 GMT
323
577
  - add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
324
578
  - add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
325
579
 
580
+ ## [2.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.1)
581
+
582
+ Wed, 10 Apr 2024 07:28:55 GMT
583
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.6.0..@fluentui/web-components_v2.6.1)
584
+
585
+ ### Patches
586
+
587
+ - fix(web-components): fix toolbar stealing focus when document has moved focus to another element ([PR #30997](https://github.com/microsoft/fluentui/pull/30997) by =)
588
+
589
+ ## [2.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.6.0)
590
+
591
+ Wed, 27 Mar 2024 07:26:49 GMT
592
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.17..@fluentui/web-components_v2.6.0)
593
+
594
+ ### Minor changes
595
+
596
+ - export design token with rollup bundle ([PR #30784](https://github.com/microsoft/fluentui/pull/30784) by =)
597
+
598
+ ## [2.5.17](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.17)
599
+
600
+ Fri, 01 Mar 2024 07:26:28 GMT
601
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.16..@fluentui/web-components_v2.5.17)
602
+
603
+ ### Patches
604
+
605
+ - updates fast-foundation to fix a memory leak within form associated disconnected callback ([PR #29806](https://github.com/microsoft/fluentui/pull/29806) by chhol@microsoft.com)
606
+
607
+ ## [2.5.16](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.16)
608
+
609
+ Thu, 20 Jul 2023 07:35:18 GMT
610
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.15..@fluentui/web-components_v2.5.16)
611
+
612
+ ### Patches
613
+
614
+ - fix(web-components): ensures that text area size responds to rows and cols attributes ([PR #28135](https://github.com/microsoft/fluentui/pull/28135) by vnbaaij@outlook.com)
615
+
616
+ ## [2.5.15](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.15)
617
+
618
+ Thu, 01 Jun 2023 07:38:37 GMT
619
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.14..@fluentui/web-components_v2.5.15)
620
+
621
+ ### Patches
622
+
623
+ - fix listbox-option selected indicator position in RTL instances ([PR #27894](https://github.com/microsoft/fluentui/pull/27894) by chhol@microsoft.com)
624
+
625
+ ## [2.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.14)
626
+
627
+ Mon, 17 Apr 2023 07:40:25 GMT
628
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.13..@fluentui/web-components_v2.5.14)
629
+
630
+ ### Patches
631
+
632
+ - update FAST dependencies to mitigate Safari 16.4 AdoptedStyleSheets bug ([PR #27578](https://github.com/microsoft/fluentui/pull/27578) by chhol@microsoft.com)
633
+
634
+ ## [2.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.13)
635
+
636
+ Tue, 11 Apr 2023 07:43:45 GMT
637
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.12..@fluentui/web-components_v2.5.13)
638
+
639
+ ### Patches
640
+
641
+ - update fast foundation packages to import bug fixes ([PR #27506](https://github.com/microsoft/fluentui/pull/27506) by chhol@microsoft.com)
642
+
326
643
  ## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
327
644
 
328
- Thu, 26 Jan 2023 07:35:32 GMT
645
+ Thu, 26 Jan 2023 07:35:32 GMT
329
646
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
330
647
 
331
648
  ### Patches
@@ -334,7 +651,7 @@ Thu, 26 Jan 2023 07:35:32 GMT
334
651
 
335
652
  ## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
336
653
 
337
- Wed, 11 Jan 2023 07:50:49 GMT
654
+ Wed, 11 Jan 2023 07:50:49 GMT
338
655
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
339
656
 
340
657
  ### Patches
@@ -343,7 +660,7 @@ Wed, 11 Jan 2023 07:50:49 GMT
343
660
 
344
661
  ## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
345
662
 
346
- Tue, 10 Jan 2023 07:50:14 GMT
663
+ Tue, 10 Jan 2023 07:50:14 GMT
347
664
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
348
665
 
349
666
  ### Patches
@@ -352,7 +669,7 @@ Tue, 10 Jan 2023 07:50:14 GMT
352
669
 
353
670
  ## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
354
671
 
355
- Thu, 05 Jan 2023 07:59:57 GMT
672
+ Thu, 05 Jan 2023 07:59:57 GMT
356
673
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
357
674
 
358
675
  ### Patches
@@ -361,7 +678,7 @@ Thu, 05 Jan 2023 07:59:57 GMT
361
678
 
362
679
  ## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
363
680
 
364
- Wed, 26 Oct 2022 07:52:54 GMT
681
+ Wed, 26 Oct 2022 07:52:54 GMT
365
682
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
366
683
 
367
684
  ### Patches
@@ -370,7 +687,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
370
687
 
371
688
  ## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
372
689
 
373
- Fri, 21 Oct 2022 07:44:53 GMT
690
+ Fri, 21 Oct 2022 07:44:53 GMT
374
691
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
375
692
 
376
693
  ### Patches
@@ -379,7 +696,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
379
696
 
380
697
  ## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
381
698
 
382
- Mon, 19 Sep 2022 07:47:29 GMT
699
+ Mon, 19 Sep 2022 07:47:29 GMT
383
700
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
384
701
 
385
702
  ### Patches
@@ -388,7 +705,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
388
705
 
389
706
  ## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
390
707
 
391
- Wed, 07 Sep 2022 07:54:43 GMT
708
+ Wed, 07 Sep 2022 07:54:43 GMT
392
709
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
393
710
 
394
711
  ### Patches
@@ -397,7 +714,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
397
714
 
398
715
  ## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
399
716
 
400
- Tue, 30 Aug 2022 07:41:54 GMT
717
+ Tue, 30 Aug 2022 07:41:54 GMT
401
718
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
402
719
 
403
720
  ### Patches
@@ -406,7 +723,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
406
723
 
407
724
  ## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
408
725
 
409
- Thu, 16 Jun 2022 23:03:44 GMT
726
+ Thu, 16 Jun 2022 23:03:44 GMT
410
727
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
411
728
 
412
729
  ### Patches
@@ -415,7 +732,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
415
732
 
416
733
  ## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
417
734
 
418
- Tue, 07 Jun 2022 07:48:04 GMT
735
+ Tue, 07 Jun 2022 07:48:04 GMT
419
736
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
420
737
 
421
738
  ### Patches
@@ -424,7 +741,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
424
741
 
425
742
  ## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
426
743
 
427
- Tue, 17 May 2022 07:45:01 GMT
744
+ Tue, 17 May 2022 07:45:01 GMT
428
745
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
429
746
 
430
747
  ### Patches
@@ -433,7 +750,7 @@ Tue, 17 May 2022 07:45:01 GMT
433
750
 
434
751
  ## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
435
752
 
436
- Fri, 06 May 2022 07:36:53 GMT
753
+ Fri, 06 May 2022 07:36:53 GMT
437
754
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
438
755
 
439
756
  ### Minor changes
@@ -442,7 +759,7 @@ Fri, 06 May 2022 07:36:53 GMT
442
759
 
443
760
  ## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
444
761
 
445
- Thu, 28 Apr 2022 07:39:56 GMT
762
+ Thu, 28 Apr 2022 07:39:56 GMT
446
763
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
447
764
 
448
765
  ### Minor changes
@@ -451,7 +768,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
451
768
 
452
769
  ## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
453
770
 
454
- Mon, 07 Mar 2022 07:41:14 GMT
771
+ Mon, 07 Mar 2022 07:41:14 GMT
455
772
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
456
773
 
457
774
  ### Patches
@@ -460,7 +777,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
460
777
 
461
778
  ## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
462
779
 
463
- Tue, 01 Mar 2022 07:23:43 GMT
780
+ Tue, 01 Mar 2022 07:23:43 GMT
464
781
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
465
782
 
466
783
  ### Minor changes
@@ -469,7 +786,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
469
786
 
470
787
  ## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
471
788
 
472
- Fri, 18 Feb 2022 07:22:08 GMT
789
+ Fri, 18 Feb 2022 07:22:08 GMT
473
790
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
474
791
 
475
792
  ### Patches
@@ -478,7 +795,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
478
795
 
479
796
  ## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
480
797
 
481
- Thu, 27 Jan 2022 07:34:08 GMT
798
+ Thu, 27 Jan 2022 07:34:08 GMT
482
799
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
483
800
 
484
801
  ### Patches
@@ -487,7 +804,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
487
804
 
488
805
  ## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
489
806
 
490
- Wed, 12 Jan 2022 07:32:29 GMT
807
+ Wed, 12 Jan 2022 07:32:29 GMT
491
808
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
492
809
 
493
810
  ### Patches
@@ -496,7 +813,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
496
813
 
497
814
  ## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
498
815
 
499
- Fri, 07 Jan 2022 07:27:47 GMT
816
+ Fri, 07 Jan 2022 07:27:47 GMT
500
817
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
501
818
 
502
819
  ### Minor changes
@@ -505,7 +822,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
505
822
 
506
823
  ## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
507
824
 
508
- Wed, 15 Dec 2021 07:31:29 GMT
825
+ Wed, 15 Dec 2021 07:31:29 GMT
509
826
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
510
827
 
511
828
  ### Patches
@@ -514,7 +831,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
514
831
 
515
832
  ## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
516
833
 
517
- Fri, 10 Dec 2021 07:30:35 GMT
834
+ Fri, 10 Dec 2021 07:30:35 GMT
518
835
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
519
836
 
520
837
  ### Patches
@@ -523,7 +840,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
523
840
 
524
841
  ## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
525
842
 
526
- Thu, 02 Dec 2021 07:36:29 GMT
843
+ Thu, 02 Dec 2021 07:36:29 GMT
527
844
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
528
845
 
529
846
  ### Patches
@@ -532,7 +849,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
532
849
 
533
850
  ## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
534
851
 
535
- Tue, 23 Nov 2021 07:27:34 GMT
852
+ Tue, 23 Nov 2021 07:27:34 GMT
536
853
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
537
854
 
538
855
  ### Minor changes
@@ -541,7 +858,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
541
858
 
542
859
  ## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
543
860
 
544
- Tue, 09 Nov 2021 07:38:11 GMT
861
+ Tue, 09 Nov 2021 07:38:11 GMT
545
862
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
546
863
 
547
864
  ### Patches
@@ -550,7 +867,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
550
867
 
551
868
  ## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
552
869
 
553
- Tue, 02 Nov 2021 07:37:01 GMT
870
+ Tue, 02 Nov 2021 07:37:01 GMT
554
871
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
555
872
 
556
873
  ### Patches
@@ -561,7 +878,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
561
878
 
562
879
  ## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
563
880
 
564
- Fri, 22 Oct 2021 23:04:22 GMT
881
+ Fri, 22 Oct 2021 23:04:22 GMT
565
882
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
566
883
 
567
884
  ### Major changes
@@ -570,7 +887,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
570
887
 
571
888
  ## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
572
889
 
573
- Fri, 22 Oct 2021 19:30:28 GMT
890
+ Fri, 22 Oct 2021 19:30:28 GMT
574
891
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
575
892
 
576
893
  ### Patches
@@ -579,7 +896,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
579
896
 
580
897
  ## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
581
898
 
582
- Thu, 14 Oct 2021 00:11:22 GMT
899
+ Thu, 14 Oct 2021 00:11:22 GMT
583
900
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
584
901
 
585
902
  ### Patches
@@ -588,7 +905,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
588
905
 
589
906
  ## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
590
907
 
591
- Fri, 08 Oct 2021 07:31:50 GMT
908
+ Fri, 08 Oct 2021 07:31:50 GMT
592
909
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
593
910
 
594
911
  ### Patches
@@ -597,7 +914,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
597
914
 
598
915
  ## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
599
916
 
600
- Thu, 07 Oct 2021 07:30:53 GMT
917
+ Thu, 07 Oct 2021 07:30:53 GMT
601
918
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
602
919
 
603
920
  ### Minor changes
@@ -611,7 +928,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
611
928
 
612
929
  ## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
613
930
 
614
- Wed, 06 Oct 2021 11:11:56 GMT
931
+ Wed, 06 Oct 2021 11:11:56 GMT
615
932
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
616
933
 
617
934
  ### Patches
@@ -620,7 +937,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
620
937
 
621
938
  ## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
622
939
 
623
- Tue, 05 Oct 2021 07:37:17 GMT
940
+ Tue, 05 Oct 2021 07:37:17 GMT
624
941
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
625
942
 
626
943
  ### Patches
@@ -630,7 +947,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
630
947
 
631
948
  ## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
632
949
 
633
- Wed, 29 Sep 2021 07:36:23 GMT
950
+ Wed, 29 Sep 2021 07:36:23 GMT
634
951
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
635
952
 
636
953
  ### Patches
@@ -639,7 +956,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
639
956
 
640
957
  ## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
641
958
 
642
- Thu, 23 Sep 2021 07:35:13 GMT
959
+ Thu, 23 Sep 2021 07:35:13 GMT
643
960
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
644
961
 
645
962
  ### Patches
@@ -648,7 +965,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
648
965
 
649
966
  ## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
650
967
 
651
- Fri, 17 Sep 2021 07:35:26 GMT
968
+ Fri, 17 Sep 2021 07:35:26 GMT
652
969
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
653
970
 
654
971
  ### Patches
@@ -658,7 +975,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
658
975
 
659
976
  ## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
660
977
 
661
- Tue, 14 Sep 2021 20:09:02 GMT
978
+ Tue, 14 Sep 2021 20:09:02 GMT
662
979
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
663
980
 
664
981
  ### Patches
@@ -667,7 +984,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
667
984
 
668
985
  ## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
669
986
 
670
- Mon, 13 Sep 2021 07:37:03 GMT
987
+ Mon, 13 Sep 2021 07:37:03 GMT
671
988
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
672
989
 
673
990
  ### Minor changes
@@ -676,7 +993,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
676
993
 
677
994
  ## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
678
995
 
679
- Fri, 10 Sep 2021 07:39:51 GMT
996
+ Fri, 10 Sep 2021 07:39:51 GMT
680
997
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
681
998
 
682
999
  ### Patches
@@ -686,7 +1003,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
686
1003
 
687
1004
  ## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
688
1005
 
689
- Fri, 03 Sep 2021 00:13:07 GMT
1006
+ Fri, 03 Sep 2021 00:13:07 GMT
690
1007
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
691
1008
 
692
1009
  ### Patches
@@ -695,7 +1012,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
695
1012
 
696
1013
  ## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
697
1014
 
698
- Thu, 02 Sep 2021 07:36:46 GMT
1015
+ Thu, 02 Sep 2021 07:36:46 GMT
699
1016
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
700
1017
 
701
1018
  ### Minor changes
@@ -704,7 +1021,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
704
1021
 
705
1022
  ## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
706
1023
 
707
- Tue, 31 Aug 2021 07:37:47 GMT
1024
+ Tue, 31 Aug 2021 07:37:47 GMT
708
1025
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
709
1026
 
710
1027
  ### Patches
@@ -714,7 +1031,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
714
1031
 
715
1032
  ## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
716
1033
 
717
- Mon, 30 Aug 2021 07:35:05 GMT
1034
+ Mon, 30 Aug 2021 07:35:05 GMT
718
1035
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
719
1036
 
720
1037
  ### Patches
@@ -723,7 +1040,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
723
1040
 
724
1041
  ## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
725
1042
 
726
- Thu, 26 Aug 2021 07:35:43 GMT
1043
+ Thu, 26 Aug 2021 07:35:43 GMT
727
1044
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
728
1045
 
729
1046
  ### Patches
@@ -732,7 +1049,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
732
1049
 
733
1050
  ## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
734
1051
 
735
- Fri, 20 Aug 2021 07:37:28 GMT
1052
+ Fri, 20 Aug 2021 07:37:28 GMT
736
1053
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
737
1054
 
738
1055
  ### Patches
@@ -741,7 +1058,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
741
1058
 
742
1059
  ## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
743
1060
 
744
- Thu, 19 Aug 2021 07:41:35 GMT
1061
+ Thu, 19 Aug 2021 07:41:35 GMT
745
1062
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
746
1063
 
747
1064
  ### Patches
@@ -751,7 +1068,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
751
1068
 
752
1069
  ## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
753
1070
 
754
- Thu, 05 Aug 2021 07:34:24 GMT
1071
+ Thu, 05 Aug 2021 07:34:24 GMT
755
1072
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
756
1073
 
757
1074
  ### Patches
@@ -760,7 +1077,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
760
1077
 
761
1078
  ## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
762
1079
 
763
- Wed, 04 Aug 2021 07:34:12 GMT
1080
+ Wed, 04 Aug 2021 07:34:12 GMT
764
1081
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
765
1082
 
766
1083
  ### Patches
@@ -769,7 +1086,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
769
1086
 
770
1087
  ## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
771
1088
 
772
- Fri, 30 Jul 2021 07:35:22 GMT
1089
+ Fri, 30 Jul 2021 07:35:22 GMT
773
1090
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
774
1091
 
775
1092
  ### Patches
@@ -778,7 +1095,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
778
1095
 
779
1096
  ## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
780
1097
 
781
- Mon, 26 Jul 2021 07:37:30 GMT
1098
+ Mon, 26 Jul 2021 07:37:30 GMT
782
1099
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
783
1100
 
784
1101
  ### Minor changes
@@ -787,7 +1104,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
787
1104
 
788
1105
  ## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
789
1106
 
790
- Fri, 23 Jul 2021 07:38:19 GMT
1107
+ Fri, 23 Jul 2021 07:38:19 GMT
791
1108
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
792
1109
 
793
1110
  ### Patches
@@ -796,7 +1113,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
796
1113
 
797
1114
  ## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
798
1115
 
799
- Thu, 22 Jul 2021 07:36:55 GMT
1116
+ Thu, 22 Jul 2021 07:36:55 GMT
800
1117
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
801
1118
 
802
1119
  ### Patches
@@ -805,7 +1122,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
805
1122
 
806
1123
  ## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
807
1124
 
808
- Fri, 16 Jul 2021 22:53:17 GMT
1125
+ Fri, 16 Jul 2021 22:53:17 GMT
809
1126
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
810
1127
 
811
1128
  ### Patches
@@ -815,7 +1132,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
815
1132
 
816
1133
  ## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
817
1134
 
818
- Fri, 16 Jul 2021 00:35:31 GMT
1135
+ Fri, 16 Jul 2021 00:35:31 GMT
819
1136
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
820
1137
 
821
1138
  ### Minor changes
@@ -829,7 +1146,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
829
1146
 
830
1147
  ## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
831
1148
 
832
- Thu, 15 Jul 2021 07:36:18 GMT
1149
+ Thu, 15 Jul 2021 07:36:18 GMT
833
1150
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
834
1151
 
835
1152
  ### Patches
@@ -838,7 +1155,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
838
1155
 
839
1156
  ## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
840
1157
 
841
- Tue, 13 Jul 2021 22:32:58 GMT
1158
+ Tue, 13 Jul 2021 22:32:58 GMT
842
1159
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
843
1160
 
844
1161
  ### Minor changes
@@ -848,7 +1165,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
848
1165
 
849
1166
  ## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
850
1167
 
851
- Fri, 09 Jul 2021 07:39:31 GMT
1168
+ Fri, 09 Jul 2021 07:39:31 GMT
852
1169
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
853
1170
 
854
1171
  ### Patches
@@ -857,7 +1174,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
857
1174
 
858
1175
  ## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
859
1176
 
860
- Wed, 07 Jul 2021 07:32:54 GMT
1177
+ Wed, 07 Jul 2021 07:32:54 GMT
861
1178
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
862
1179
 
863
1180
  ### Patches
@@ -866,7 +1183,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
866
1183
 
867
1184
  ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
868
1185
 
869
- Fri, 02 Jul 2021 23:15:55 GMT
1186
+ Fri, 02 Jul 2021 23:15:55 GMT
870
1187
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
871
1188
 
872
1189
  ### Major changes
@@ -899,7 +1216,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
899
1216
 
900
1217
  ## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
901
1218
 
902
- Tue, 08 Jun 2021 07:32:44 GMT
1219
+ Tue, 08 Jun 2021 07:32:44 GMT
903
1220
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
904
1221
 
905
1222
  ### Patches
@@ -908,7 +1225,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
908
1225
 
909
1226
  ## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
910
1227
 
911
- Fri, 04 Jun 2021 07:37:23 GMT
1228
+ Fri, 04 Jun 2021 07:37:23 GMT
912
1229
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
913
1230
 
914
1231
  ### Minor changes
@@ -917,7 +1234,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
917
1234
 
918
1235
  ## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
919
1236
 
920
- Thu, 20 May 2021 07:41:54 GMT
1237
+ Thu, 20 May 2021 07:41:54 GMT
921
1238
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
922
1239
 
923
1240
  ### Patches
@@ -926,7 +1243,7 @@ Thu, 20 May 2021 07:41:54 GMT
926
1243
 
927
1244
  ## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
928
1245
 
929
- Mon, 17 May 2021 07:33:48 GMT
1246
+ Mon, 17 May 2021 07:33:48 GMT
930
1247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
931
1248
 
932
1249
  ### Patches
@@ -936,7 +1253,7 @@ Mon, 17 May 2021 07:33:48 GMT
936
1253
 
937
1254
  ## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
938
1255
 
939
- Fri, 30 Apr 2021 07:42:23 GMT
1256
+ Fri, 30 Apr 2021 07:42:23 GMT
940
1257
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
941
1258
 
942
1259
  ### Minor changes
@@ -945,7 +1262,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
945
1262
 
946
1263
  ## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
947
1264
 
948
- Wed, 21 Apr 2021 07:31:50 GMT
1265
+ Wed, 21 Apr 2021 07:31:50 GMT
949
1266
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
950
1267
 
951
1268
  ### Patches
@@ -954,7 +1271,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
954
1271
 
955
1272
  ## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
956
1273
 
957
- Thu, 01 Apr 2021 07:33:24 GMT
1274
+ Thu, 01 Apr 2021 07:33:24 GMT
958
1275
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
959
1276
 
960
1277
  ### Patches
@@ -963,7 +1280,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
963
1280
 
964
1281
  ## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
965
1282
 
966
- Mon, 29 Mar 2021 07:30:29 GMT
1283
+ Mon, 29 Mar 2021 07:30:29 GMT
967
1284
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
968
1285
 
969
1286
  ### Patches
@@ -972,7 +1289,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
972
1289
 
973
1290
  ## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
974
1291
 
975
- Fri, 26 Mar 2021 07:32:34 GMT
1292
+ Fri, 26 Mar 2021 07:32:34 GMT
976
1293
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
977
1294
 
978
1295
  ### Minor changes
@@ -981,7 +1298,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
981
1298
 
982
1299
  ## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
983
1300
 
984
- Thu, 25 Mar 2021 07:33:24 GMT
1301
+ Thu, 25 Mar 2021 07:33:24 GMT
985
1302
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
986
1303
 
987
1304
  ### Patches
@@ -990,7 +1307,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
990
1307
 
991
1308
  ## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
992
1309
 
993
- Tue, 23 Mar 2021 07:31:43 GMT
1310
+ Tue, 23 Mar 2021 07:31:43 GMT
994
1311
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
995
1312
 
996
1313
  ### Minor changes
@@ -1003,7 +1320,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1003
1320
 
1004
1321
  ## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
1005
1322
 
1006
- Fri, 19 Mar 2021 07:32:43 GMT
1323
+ Fri, 19 Mar 2021 07:32:43 GMT
1007
1324
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
1008
1325
 
1009
1326
  ### Minor changes
@@ -1012,7 +1329,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
1012
1329
 
1013
1330
  ## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
1014
1331
 
1015
- Thu, 18 Mar 2021 20:15:34 GMT
1332
+ Thu, 18 Mar 2021 20:15:34 GMT
1016
1333
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
1017
1334
 
1018
1335
  ### Minor changes
@@ -1025,7 +1342,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1025
1342
 
1026
1343
  ## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
1027
1344
 
1028
- Wed, 17 Mar 2021 07:35:44 GMT
1345
+ Wed, 17 Mar 2021 07:35:44 GMT
1029
1346
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
1030
1347
 
1031
1348
  ### Patches
@@ -1034,7 +1351,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
1034
1351
 
1035
1352
  ## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
1036
1353
 
1037
- Tue, 16 Mar 2021 07:32:44 GMT
1354
+ Tue, 16 Mar 2021 07:32:44 GMT
1038
1355
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
1039
1356
 
1040
1357
  ### Patches
@@ -1043,7 +1360,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1043
1360
 
1044
1361
  ## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
1045
1362
 
1046
- Fri, 12 Mar 2021 20:04:27 GMT
1363
+ Fri, 12 Mar 2021 20:04:27 GMT
1047
1364
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
1048
1365
 
1049
1366
  ### Minor changes
@@ -1052,7 +1369,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1052
1369
 
1053
1370
  ## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
1054
1371
 
1055
- Sun, 07 Mar 2021 23:34:51 GMT
1372
+ Sun, 07 Mar 2021 23:34:51 GMT
1056
1373
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
1057
1374
 
1058
1375
  ### Minor changes
@@ -1062,7 +1379,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1062
1379
 
1063
1380
  ## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
1064
1381
 
1065
- Thu, 25 Feb 2021 01:15:27 GMT
1382
+ Thu, 25 Feb 2021 01:15:27 GMT
1066
1383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
1067
1384
 
1068
1385
  ### Patches
@@ -1072,7 +1389,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1072
1389
 
1073
1390
  ## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
1074
1391
 
1075
- Mon, 22 Feb 2021 12:26:22 GMT
1392
+ Mon, 22 Feb 2021 12:26:22 GMT
1076
1393
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
1077
1394
 
1078
1395
  ### Patches
@@ -1081,7 +1398,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1081
1398
 
1082
1399
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
1083
1400
 
1084
- Fri, 12 Feb 2021 12:26:20 GMT
1401
+ Fri, 12 Feb 2021 12:26:20 GMT
1085
1402
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
1086
1403
 
1087
1404
  ### Minor changes
@@ -1090,7 +1407,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1090
1407
 
1091
1408
  ## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
1092
1409
 
1093
- Thu, 11 Feb 2021 02:38:00 GMT
1410
+ Thu, 11 Feb 2021 02:38:00 GMT
1094
1411
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
1095
1412
 
1096
1413
  ### Patches
@@ -1099,7 +1416,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
1099
1416
 
1100
1417
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
1101
1418
 
1102
- Tue, 09 Feb 2021 00:56:52 GMT
1419
+ Tue, 09 Feb 2021 00:56:52 GMT
1103
1420
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
1104
1421
 
1105
1422
  ### Minor changes
@@ -1112,7 +1429,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1112
1429
 
1113
1430
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
1114
1431
 
1115
- Mon, 08 Feb 2021 12:23:08 GMT
1432
+ Mon, 08 Feb 2021 12:23:08 GMT
1116
1433
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
1117
1434
 
1118
1435
  ### Patches
@@ -1121,7 +1438,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1121
1438
 
1122
1439
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
1123
1440
 
1124
- Wed, 03 Feb 2021 05:51:40 GMT
1441
+ Wed, 03 Feb 2021 05:51:40 GMT
1125
1442
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
1126
1443
 
1127
1444
  ### Minor changes
@@ -1130,7 +1447,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
1130
1447
 
1131
1448
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
1132
1449
 
1133
- Tue, 26 Jan 2021 12:33:19 GMT
1450
+ Tue, 26 Jan 2021 12:33:19 GMT
1134
1451
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
1135
1452
 
1136
1453
  ### Minor changes
@@ -1143,7 +1460,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
1143
1460
 
1144
1461
  ## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
1145
1462
 
1146
- Thu, 21 Jan 2021 12:36:12 GMT
1463
+ Thu, 21 Jan 2021 12:36:12 GMT
1147
1464
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
1148
1465
 
1149
1466
  ### Patches
@@ -1152,7 +1469,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
1152
1469
 
1153
1470
  ## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
1154
1471
 
1155
- Wed, 20 Jan 2021 12:22:46 GMT
1472
+ Wed, 20 Jan 2021 12:22:46 GMT
1156
1473
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
1157
1474
 
1158
1475
  ### Patches
@@ -1161,7 +1478,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
1161
1478
 
1162
1479
  ## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
1163
1480
 
1164
- Fri, 15 Jan 2021 12:30:40 GMT
1481
+ Fri, 15 Jan 2021 12:30:40 GMT
1165
1482
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
1166
1483
 
1167
1484
  ### Patches
@@ -1171,7 +1488,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
1171
1488
 
1172
1489
  ## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
1173
1490
 
1174
- Tue, 12 Jan 2021 12:36:40 GMT
1491
+ Tue, 12 Jan 2021 12:36:40 GMT
1175
1492
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
1176
1493
 
1177
1494
  ### Patches
@@ -1180,7 +1497,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
1180
1497
 
1181
1498
  ## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
1182
1499
 
1183
- Tue, 05 Jan 2021 12:29:33 GMT
1500
+ Tue, 05 Jan 2021 12:29:33 GMT
1184
1501
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
1185
1502
 
1186
1503
  ### Patches
@@ -1195,7 +1512,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
1195
1512
 
1196
1513
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
1197
1514
 
1198
- Fri, 18 Dec 2020 12:27:55 GMT
1515
+ Fri, 18 Dec 2020 12:27:55 GMT
1199
1516
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
1200
1517
 
1201
1518
  ### Patches
@@ -1204,7 +1521,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
1204
1521
 
1205
1522
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
1206
1523
 
1207
- Thu, 17 Dec 2020 12:30:15 GMT
1524
+ Thu, 17 Dec 2020 12:30:15 GMT
1208
1525
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
1209
1526
 
1210
1527
  ### Minor changes
@@ -1217,7 +1534,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
1217
1534
 
1218
1535
  ## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
1219
1536
 
1220
- Wed, 16 Dec 2020 12:27:05 GMT
1537
+ Wed, 16 Dec 2020 12:27:05 GMT
1221
1538
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
1222
1539
 
1223
1540
  ### Patches
@@ -1226,7 +1543,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
1226
1543
 
1227
1544
  ## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
1228
1545
 
1229
- Wed, 09 Dec 2020 12:27:00 GMT
1546
+ Wed, 09 Dec 2020 12:27:00 GMT
1230
1547
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
1231
1548
 
1232
1549
  ### Patches
@@ -1235,7 +1552,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
1235
1552
 
1236
1553
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
1237
1554
 
1238
- Wed, 02 Dec 2020 12:37:40 GMT
1555
+ Wed, 02 Dec 2020 12:37:40 GMT
1239
1556
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
1240
1557
 
1241
1558
  ### Minor changes
@@ -1244,7 +1561,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
1244
1561
 
1245
1562
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
1246
1563
 
1247
- Sat, 21 Nov 2020 02:00:44 GMT
1564
+ Sat, 21 Nov 2020 02:00:44 GMT
1248
1565
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
1249
1566
 
1250
1567
  ### Patches
@@ -1256,7 +1573,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
1256
1573
 
1257
1574
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
1258
1575
 
1259
- Wed, 18 Nov 2020 12:30:07 GMT
1576
+ Wed, 18 Nov 2020 12:30:07 GMT
1260
1577
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
1261
1578
 
1262
1579
  ### Minor changes
@@ -1265,7 +1582,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
1265
1582
 
1266
1583
  ## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
1267
1584
 
1268
- Tue, 17 Nov 2020 12:36:24 GMT
1585
+ Tue, 17 Nov 2020 12:36:24 GMT
1269
1586
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
1270
1587
 
1271
1588
  ### Patches
@@ -1274,7 +1591,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
1274
1591
 
1275
1592
  ## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
1276
1593
 
1277
- Thu, 05 Nov 2020 12:29:43 GMT
1594
+ Thu, 05 Nov 2020 12:29:43 GMT
1278
1595
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
1279
1596
 
1280
1597
  ### Patches
@@ -1283,7 +1600,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
1283
1600
 
1284
1601
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
1285
1602
 
1286
- Thu, 29 Oct 2020 12:34:59 GMT
1603
+ Thu, 29 Oct 2020 12:34:59 GMT
1287
1604
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
1288
1605
 
1289
1606
  ### Minor changes