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

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