@fluentui/web-components 3.0.0-alpha.1 → 3.0.0-alpha.10

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 (277) hide show
  1. package/CHANGELOG.json +400 -7
  2. package/CHANGELOG.md +220 -97
  3. package/dist/dts/accordion/accordion.d.ts +7 -0
  4. package/dist/dts/accordion/accordion.definition.d.ts +11 -0
  5. package/dist/dts/accordion/accordion.styles.d.ts +1 -0
  6. package/dist/dts/accordion/accordion.template.d.ts +3 -0
  7. package/dist/dts/accordion/define.d.ts +1 -0
  8. package/dist/dts/accordion/index.d.ts +4 -0
  9. package/dist/dts/accordion-item/accordion-item.d.ts +33 -0
  10. package/dist/dts/accordion-item/accordion-item.definition.d.ts +11 -0
  11. package/dist/dts/accordion-item/accordion-item.options.d.ts +27 -0
  12. package/dist/dts/accordion-item/accordion-item.styles.d.ts +1 -0
  13. package/dist/dts/accordion-item/accordion-item.template.d.ts +7 -0
  14. package/dist/dts/accordion-item/define.d.ts +1 -0
  15. package/dist/dts/accordion-item/index.d.ts +5 -0
  16. package/dist/dts/avatar/avatar.d.ts +97 -0
  17. package/dist/dts/avatar/avatar.definition.d.ts +9 -0
  18. package/dist/dts/avatar/avatar.options.d.ts +142 -0
  19. package/dist/dts/avatar/avatar.styles.d.ts +4 -0
  20. package/dist/dts/avatar/avatar.template.d.ts +8 -0
  21. package/dist/dts/avatar/define.d.ts +1 -0
  22. package/dist/dts/avatar/index.d.ts +5 -0
  23. package/dist/dts/badge/badge.d.ts +49 -0
  24. package/dist/dts/badge/badge.definition.d.ts +11 -0
  25. package/dist/dts/badge/badge.options.d.ts +73 -0
  26. package/dist/dts/badge/badge.styles.d.ts +4 -0
  27. package/dist/dts/badge/badge.template.d.ts +9 -0
  28. package/dist/dts/badge/define.d.ts +1 -0
  29. package/dist/dts/badge/index.d.ts +5 -0
  30. package/dist/dts/counter-badge/counter-badge.d.ts +90 -0
  31. package/dist/dts/counter-badge/counter-badge.definition.d.ts +11 -0
  32. package/dist/dts/counter-badge/counter-badge.options.d.ts +69 -0
  33. package/dist/dts/counter-badge/counter-badge.styles.d.ts +4 -0
  34. package/dist/dts/counter-badge/counter-badge.template.d.ts +7 -0
  35. package/dist/dts/counter-badge/define.d.ts +1 -0
  36. package/dist/dts/counter-badge/index.d.ts +5 -0
  37. package/dist/dts/divider/define.d.ts +1 -0
  38. package/dist/dts/divider/divider.d.ts +31 -0
  39. package/dist/dts/divider/divider.definition.d.ts +9 -0
  40. package/dist/dts/divider/divider.options.d.ts +40 -0
  41. package/dist/dts/divider/divider.styles.d.ts +4 -0
  42. package/dist/dts/divider/divider.template.d.ts +7 -0
  43. package/dist/dts/divider/index.d.ts +5 -0
  44. package/dist/dts/fluent-design-system.d.ts +5 -0
  45. package/dist/dts/image/define.d.ts +1 -0
  46. package/dist/dts/image/image.d.ts +48 -0
  47. package/dist/dts/image/image.definition.d.ts +9 -0
  48. package/dist/dts/image/image.options.d.ts +27 -0
  49. package/dist/dts/image/image.styles.d.ts +5 -0
  50. package/dist/dts/image/image.template.d.ts +7 -0
  51. package/dist/dts/image/index.d.ts +5 -0
  52. package/dist/dts/index-rollup.d.ts +1 -1
  53. package/dist/dts/index.d.ts +12 -1
  54. package/dist/dts/progress-bar/define.d.ts +1 -0
  55. package/dist/dts/progress-bar/index.d.ts +5 -0
  56. package/dist/dts/progress-bar/progress-bar.d.ts +30 -0
  57. package/dist/dts/progress-bar/progress-bar.definition.d.ts +10 -0
  58. package/dist/dts/progress-bar/progress-bar.options.d.ts +41 -0
  59. package/dist/dts/progress-bar/progress-bar.styles.d.ts +4 -0
  60. package/dist/dts/progress-bar/progress-bar.template.d.ts +3 -0
  61. package/dist/dts/spinner/define.d.ts +1 -0
  62. package/dist/dts/spinner/index.d.ts +5 -0
  63. package/dist/dts/spinner/spinner.d.ts +25 -0
  64. package/dist/dts/spinner/spinner.definition.d.ts +11 -0
  65. package/dist/dts/spinner/spinner.options.d.ts +32 -0
  66. package/dist/dts/spinner/spinner.styles.d.ts +1 -0
  67. package/dist/dts/spinner/spinner.template.d.ts +3 -0
  68. package/dist/dts/styles/index.d.ts +1 -0
  69. package/dist/dts/styles/partials/badge.partials.d.ts +28 -0
  70. package/dist/dts/styles/partials/index.d.ts +1 -0
  71. package/dist/dts/switch/define.d.ts +1 -0
  72. package/dist/dts/switch/index.d.ts +5 -0
  73. package/dist/dts/switch/switch.d.ts +13 -0
  74. package/dist/dts/switch/switch.definition.d.ts +9 -0
  75. package/dist/dts/switch/switch.options.d.ts +15 -0
  76. package/dist/dts/switch/switch.styles.d.ts +1 -0
  77. package/dist/dts/switch/switch.template.d.ts +3 -0
  78. package/dist/dts/text/define.d.ts +1 -0
  79. package/dist/dts/text/index.d.ts +5 -0
  80. package/dist/dts/text/text.d.ts +91 -0
  81. package/dist/dts/text/text.definition.d.ts +10 -0
  82. package/dist/dts/text/text.options.d.ts +67 -0
  83. package/dist/dts/text/text.styles.d.ts +4 -0
  84. package/dist/dts/text/text.template.d.ts +6 -0
  85. package/dist/dts/theme/design-tokens.d.ts +5 -0
  86. package/dist/dts/theme/index.d.ts +2 -2
  87. package/dist/dts/utils/get-initials.d.ts +18 -0
  88. package/dist/esm/accordion/accordion.definition.js +19 -0
  89. package/dist/esm/accordion/accordion.definition.js.map +1 -0
  90. package/dist/esm/accordion/accordion.js +8 -0
  91. package/dist/esm/accordion/accordion.js.map +1 -0
  92. package/dist/esm/accordion/accordion.styles.js +11 -0
  93. package/dist/esm/accordion/accordion.styles.js.map +1 -0
  94. package/dist/esm/accordion/accordion.template.js +3 -0
  95. package/dist/esm/accordion/accordion.template.js.map +1 -0
  96. package/dist/esm/accordion/define.js +4 -0
  97. package/dist/esm/accordion/define.js.map +1 -0
  98. package/dist/esm/accordion/index.js +5 -0
  99. package/dist/esm/accordion/index.js.map +1 -0
  100. package/dist/esm/accordion-item/accordion-item.definition.js +19 -0
  101. package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -0
  102. package/dist/esm/accordion-item/accordion-item.js +29 -0
  103. package/dist/esm/accordion-item/accordion-item.js.map +1 -0
  104. package/dist/esm/accordion-item/accordion-item.options.js +17 -0
  105. package/dist/esm/accordion-item/accordion-item.options.js.map +1 -0
  106. package/dist/esm/accordion-item/accordion-item.styles.js +197 -0
  107. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -0
  108. package/dist/esm/accordion-item/accordion-item.template.js +37 -0
  109. package/dist/esm/accordion-item/accordion-item.template.js.map +1 -0
  110. package/dist/esm/accordion-item/define.js +4 -0
  111. package/dist/esm/accordion-item/define.js.map +1 -0
  112. package/dist/esm/accordion-item/index.js +6 -0
  113. package/dist/esm/accordion-item/index.js.map +1 -0
  114. package/dist/esm/avatar/avatar.definition.js +17 -0
  115. package/dist/esm/avatar/avatar.definition.js.map +1 -0
  116. package/dist/esm/avatar/avatar.js +92 -0
  117. package/dist/esm/avatar/avatar.js.map +1 -0
  118. package/dist/esm/avatar/avatar.options.js +87 -0
  119. package/dist/esm/avatar/avatar.options.js.map +1 -0
  120. package/dist/esm/avatar/avatar.styles.js +476 -0
  121. package/dist/esm/avatar/avatar.styles.js.map +1 -0
  122. package/dist/esm/avatar/avatar.template.js +28 -0
  123. package/dist/esm/avatar/avatar.template.js.map +1 -0
  124. package/dist/esm/avatar/define.js +4 -0
  125. package/dist/esm/avatar/define.js.map +1 -0
  126. package/dist/esm/avatar/index.js +6 -0
  127. package/dist/esm/avatar/index.js.map +1 -0
  128. package/dist/esm/badge/badge.definition.js +19 -0
  129. package/dist/esm/badge/badge.definition.js.map +1 -0
  130. package/dist/esm/badge/badge.js +43 -0
  131. package/dist/esm/badge/badge.js.map +1 -0
  132. package/dist/esm/badge/badge.options.js +46 -0
  133. package/dist/esm/badge/badge.options.js.map +1 -0
  134. package/dist/esm/badge/badge.styles.js +30 -0
  135. package/dist/esm/badge/badge.styles.js.map +1 -0
  136. package/dist/esm/badge/badge.template.js +15 -0
  137. package/dist/esm/badge/badge.template.js.map +1 -0
  138. package/dist/esm/badge/define.js +4 -0
  139. package/dist/esm/badge/define.js.map +1 -0
  140. package/dist/esm/badge/index.js +6 -0
  141. package/dist/esm/badge/index.js.map +1 -0
  142. package/dist/esm/counter-badge/counter-badge.definition.js +19 -0
  143. package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -0
  144. package/dist/esm/counter-badge/counter-badge.js +90 -0
  145. package/dist/esm/counter-badge/counter-badge.js.map +1 -0
  146. package/dist/esm/counter-badge/counter-badge.options.js +43 -0
  147. package/dist/esm/counter-badge/counter-badge.options.js.map +1 -0
  148. package/dist/esm/counter-badge/counter-badge.styles.js +31 -0
  149. package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -0
  150. package/dist/esm/counter-badge/counter-badge.template.js +13 -0
  151. package/dist/esm/counter-badge/counter-badge.template.js.map +1 -0
  152. package/dist/esm/counter-badge/define.js +4 -0
  153. package/dist/esm/counter-badge/define.js.map +1 -0
  154. package/dist/esm/counter-badge/index.js +6 -0
  155. package/dist/esm/counter-badge/index.js.map +1 -0
  156. package/dist/esm/divider/define.js +4 -0
  157. package/dist/esm/divider/define.js.map +1 -0
  158. package/dist/esm/divider/divider.definition.js +17 -0
  159. package/dist/esm/divider/divider.definition.js.map +1 -0
  160. package/dist/esm/divider/divider.js +21 -0
  161. package/dist/esm/divider/divider.js.map +1 -0
  162. package/dist/esm/divider/divider.options.js +31 -0
  163. package/dist/esm/divider/divider.options.js.map +1 -0
  164. package/dist/esm/divider/divider.styles.js +111 -0
  165. package/dist/esm/divider/divider.styles.js.map +1 -0
  166. package/dist/esm/divider/divider.template.js +7 -0
  167. package/dist/esm/divider/divider.template.js.map +1 -0
  168. package/dist/esm/divider/index.js +6 -0
  169. package/dist/esm/divider/index.js.map +1 -0
  170. package/dist/esm/fluent-design-system.js +6 -0
  171. package/dist/esm/fluent-design-system.js.map +1 -0
  172. package/dist/esm/image/define.js +4 -0
  173. package/dist/esm/image/define.js.map +1 -0
  174. package/dist/esm/image/image.definition.js +17 -0
  175. package/dist/esm/image/image.definition.js.map +1 -0
  176. package/dist/esm/image/image.js +24 -0
  177. package/dist/esm/image/image.js.map +1 -0
  178. package/dist/esm/image/image.options.js +21 -0
  179. package/dist/esm/image/image.options.js.map +1 -0
  180. package/dist/esm/image/image.styles.js +52 -0
  181. package/dist/esm/image/image.styles.js.map +1 -0
  182. package/dist/esm/image/image.template.js +7 -0
  183. package/dist/esm/image/image.template.js.map +1 -0
  184. package/dist/esm/image/index.js +6 -0
  185. package/dist/esm/image/index.js.map +1 -0
  186. package/dist/esm/index-rollup.js +2 -1
  187. package/dist/esm/index-rollup.js.map +1 -0
  188. package/dist/esm/index.js +13 -1
  189. package/dist/esm/index.js.map +1 -0
  190. package/dist/esm/progress-bar/define.js +4 -0
  191. package/dist/esm/progress-bar/define.js.map +1 -0
  192. package/dist/esm/progress-bar/index.js +6 -0
  193. package/dist/esm/progress-bar/index.js.map +1 -0
  194. package/dist/esm/progress-bar/progress-bar.definition.js +18 -0
  195. package/dist/esm/progress-bar/progress-bar.definition.js.map +1 -0
  196. package/dist/esm/progress-bar/progress-bar.js +29 -0
  197. package/dist/esm/progress-bar/progress-bar.js.map +1 -0
  198. package/dist/esm/progress-bar/progress-bar.options.js +26 -0
  199. package/dist/esm/progress-bar/progress-bar.options.js.map +1 -0
  200. package/dist/esm/progress-bar/progress-bar.styles.js +156 -0
  201. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -0
  202. package/dist/esm/progress-bar/progress-bar.template.js +6 -0
  203. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -0
  204. package/dist/esm/spinner/define.js +4 -0
  205. package/dist/esm/spinner/define.js.map +1 -0
  206. package/dist/esm/spinner/index.js +6 -0
  207. package/dist/esm/spinner/index.js.map +1 -0
  208. package/dist/esm/spinner/spinner.definition.js +19 -0
  209. package/dist/esm/spinner/spinner.definition.js.map +1 -0
  210. package/dist/esm/spinner/spinner.js +16 -0
  211. package/dist/esm/spinner/spinner.js.map +1 -0
  212. package/dist/esm/spinner/spinner.options.js +22 -0
  213. package/dist/esm/spinner/spinner.options.js.map +1 -0
  214. package/dist/esm/spinner/spinner.styles.js +96 -0
  215. package/dist/esm/spinner/spinner.styles.js.map +1 -0
  216. package/dist/esm/spinner/spinner.template.js +22 -0
  217. package/dist/esm/spinner/spinner.template.js.map +1 -0
  218. package/dist/esm/styles/index.js +2 -0
  219. package/dist/esm/styles/index.js.map +1 -0
  220. package/dist/esm/styles/partials/badge.partials.js +273 -0
  221. package/dist/esm/styles/partials/badge.partials.js.map +1 -0
  222. package/dist/esm/styles/partials/index.js +2 -0
  223. package/dist/esm/styles/partials/index.js.map +1 -0
  224. package/dist/esm/switch/define.js +4 -0
  225. package/dist/esm/switch/define.js.map +1 -0
  226. package/dist/esm/switch/index.js +6 -0
  227. package/dist/esm/switch/index.js.map +1 -0
  228. package/dist/esm/switch/switch.definition.js +17 -0
  229. package/dist/esm/switch/switch.definition.js.map +1 -0
  230. package/dist/esm/switch/switch.js +9 -0
  231. package/dist/esm/switch/switch.js.map +1 -0
  232. package/dist/esm/switch/switch.options.js +10 -0
  233. package/dist/esm/switch/switch.options.js.map +1 -0
  234. package/dist/esm/switch/switch.styles.js +114 -0
  235. package/dist/esm/switch/switch.styles.js.map +1 -0
  236. package/dist/esm/switch/switch.template.js +5 -0
  237. package/dist/esm/switch/switch.template.js.map +1 -0
  238. package/dist/esm/text/define.js +4 -0
  239. package/dist/esm/text/define.js.map +1 -0
  240. package/dist/esm/text/index.js +6 -0
  241. package/dist/esm/text/index.js.map +1 -0
  242. package/dist/esm/text/text.definition.js +18 -0
  243. package/dist/esm/text/text.definition.js.map +1 -0
  244. package/dist/esm/text/text.js +92 -0
  245. package/dist/esm/text/text.js.map +1 -0
  246. package/dist/esm/text/text.options.js +46 -0
  247. package/dist/esm/text/text.options.js.map +1 -0
  248. package/dist/esm/text/text.styles.js +107 -0
  249. package/dist/esm/text/text.styles.js.map +1 -0
  250. package/dist/esm/text/text.template.js +6 -0
  251. package/dist/esm/text/text.template.js.map +1 -0
  252. package/dist/esm/theme/design-tokens.js +6 -0
  253. package/dist/esm/theme/design-tokens.js.map +1 -0
  254. package/dist/esm/theme/index.js +3 -2
  255. package/dist/esm/theme/index.js.map +1 -0
  256. package/dist/esm/theme/set-theme.js +2 -1
  257. package/dist/esm/theme/set-theme.js.map +1 -0
  258. package/dist/esm/utils/get-initials.js +83 -0
  259. package/dist/esm/utils/get-initials.js.map +1 -0
  260. package/dist/fluent-web-components.api.json +16602 -8
  261. package/dist/tsdoc-metadata.json +1 -1
  262. package/dist/web-components.d.ts +2072 -1
  263. package/dist/web-components.js +7403 -2
  264. package/dist/web-components.min.js +287 -1
  265. package/docs/api-report.md +1809 -1
  266. package/package.json +76 -23
  267. package/build/clean.js +0 -29
  268. package/build/transform-fragments.js +0 -29
  269. package/dist/dts/theme/theme.stories.d.ts +0 -5
  270. package/dist/esm/theme/theme.stories.js +0 -21
  271. package/karma.conf.js +0 -147
  272. package/public/SegoeUI-VF.ttf +0 -0
  273. package/public/favicon.ico +0 -0
  274. package/public/favicon.png +0 -0
  275. package/public/theme-switch.ts +0 -13
  276. package/rollup.config.js +0 -53
  277. package/storybook-typings.d.ts +0 -4
package/CHANGELOG.md CHANGED
@@ -1,21 +1,144 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Mon, 23 Jan 2023 12:40:30 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Mar 2023 04:19:40 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.10)
8
+
9
+ Thu, 09 Mar 2023 04:19:40 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.9..@fluentui/web-components_v3.0.0-alpha.10)
11
+
12
+ ### Changes
13
+
14
+ - fix: [text] block breaks the style attribute ([PR #27129](https://github.com/microsoft/fluentui/pull/27129) by jes@microsoft.com)
15
+
16
+ ## [3.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.9)
17
+
18
+ Wed, 01 Mar 2023 04:20:20 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.8..@fluentui/web-components_v3.0.0-alpha.9)
20
+
21
+ ### Changes
22
+
23
+ - Redo of PR of Slider spec after merge error ([PR #26981](https://github.com/microsoft/fluentui/pull/26981) by ryan@ryanmerrill.net)
24
+
25
+ ## [3.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.8)
26
+
27
+ Tue, 28 Feb 2023 04:25:15 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.7..@fluentui/web-components_v3.0.0-alpha.8)
29
+
30
+ ### Changes
31
+
32
+ - updates wc3 accordion and accordion item docs ([PR #26938](https://github.com/microsoft/fluentui/pull/26938) by brianbrady@microsoft.com)
33
+
34
+ ## [3.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.7)
35
+
36
+ Mon, 27 Feb 2023 04:27:02 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.6..@fluentui/web-components_v3.0.0-alpha.7)
38
+
39
+ ### Changes
40
+
41
+ - feat(avatar): add Avatar web component ([PR #26729](https://github.com/microsoft/fluentui/pull/26729) by chhol@microsoft.com)
42
+ - feat(divider): Add divider web component ([PR #26901](https://github.com/microsoft/fluentui/pull/26901) by harankin@microsoft.com)
43
+ - feat(image): Add image web component ([PR #26936](https://github.com/microsoft/fluentui/pull/26936) by harankin@microsoft.com)
44
+
45
+ ## [3.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.6)
46
+
47
+ Fri, 24 Feb 2023 04:20:32 GMT
48
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.5..@fluentui/web-components_v3.0.0-alpha.6)
49
+
50
+ ### Changes
51
+
52
+ - feat(switch): Add switch web component ([PR #26517](https://github.com/microsoft/fluentui/pull/26517) by brianbrady@microsoft.com)
53
+
54
+ ## [3.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.5)
55
+
56
+ Wed, 22 Feb 2023 04:22:43 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.4..@fluentui/web-components_v3.0.0-alpha.5)
58
+
59
+ ### Changes
60
+
61
+ - feat(accordion): Add accordion web component ([PR #26547](https://github.com/microsoft/fluentui/pull/26547) by brianbrady@microsoft.com)
62
+
63
+ ## [3.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.4)
64
+
65
+ Thu, 16 Feb 2023 16:51:48 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.3..@fluentui/web-components_v3.0.0-alpha.4)
67
+
68
+ ### Changes
69
+
70
+ - fix(web-components): dont ship non production assets to npm registry ([PR #26854](https://github.com/microsoft/fluentui/pull/26854) by martinhochel@microsoft.com)
71
+
72
+ ## [3.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.3)
73
+
74
+ Wed, 15 Feb 2023 04:24:51 GMT
75
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.2..@fluentui/web-components_v3.0.0-alpha.3)
76
+
77
+ ### Changes
78
+
79
+ - Adds Spinner as a web component ([PR #26392](https://github.com/microsoft/fluentui/pull/26392) by ryan@ryanmerrill.net)
80
+ - update fast element and foundation versions ([PR #26844](https://github.com/microsoft/fluentui/pull/26844) by chhol@microsoft.com)
81
+
82
+ ## [3.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.2)
83
+
84
+ Wed, 25 Jan 2023 17:42:30 GMT
85
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-alpha.1..@fluentui/web-components_v3.0.0-alpha.2)
86
+
87
+ ### Changes
88
+
89
+ - feat: export theme ([PR #26500](https://github.com/microsoft/fluentui/pull/26500) by miroslav.stastny@microsoft.com)
90
+
7
91
  ## [3.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-alpha.1)
8
92
 
9
- Mon, 23 Jan 2023 12:40:30 GMT
93
+ Wed, 25 Jan 2023 14:49:08 GMT
10
94
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v3.0.0-alpha.1)
11
95
 
12
96
  ### Changes
13
97
 
98
+ - add progressbar as new component ([PR #26329](https://github.com/microsoft/fluentui/pull/26329) by ryan@ryanmerrill.net)
14
99
  - Add initial theme ([PR #25660](https://github.com/microsoft/fluentui/pull/25660) by miroslav.stastny@microsoft.com)
100
+ - add badge and counter badge as new components ([PR #26357](https://github.com/microsoft/fluentui/pull/26357) by chhol@microsoft.com)
101
+ - add text as a new component ([PR #26090](https://github.com/microsoft/fluentui/pull/26090) by chhol@microsoft.com)
102
+
103
+ ## [2.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.12)
104
+
105
+ Thu, 26 Jan 2023 07:35:32 GMT
106
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.11..@fluentui/web-components_v2.5.12)
107
+
108
+ ### Patches
109
+
110
+ - feat: bump tslib to 2.1 to align with rest of monorepo packages ([PR #26457](https://github.com/microsoft/fluentui/pull/26457) by martinhochel@microsoft.com)
111
+
112
+ ## [2.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.11)
113
+
114
+ Wed, 11 Jan 2023 07:50:49 GMT
115
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.10..@fluentui/web-components_v2.5.11)
116
+
117
+ ### Patches
118
+
119
+ - chore: upgrade version of storybook ([PR #26259](https://github.com/microsoft/fluentui/pull/26259) by mgodbolt@microsoft.com)
120
+
121
+ ## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
122
+
123
+ Tue, 10 Jan 2023 07:50:14 GMT
124
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
125
+
126
+ ### Patches
127
+
128
+ - fix: layering zindex issue with sub menus ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by jes@microsoft.com)
129
+
130
+ ## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
131
+
132
+ Thu, 05 Jan 2023 07:59:57 GMT
133
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.8..@fluentui/web-components_v2.5.9)
134
+
135
+ ### Patches
136
+
137
+ - Fix fluent-tooltip not showing anchor pointer when wc prefix is changed ([PR #26154](https://github.com/microsoft/fluentui/pull/26154) by abcy@microsoft.com)
15
138
 
16
139
  ## [2.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.8)
17
140
 
18
- Wed, 26 Oct 2022 07:52:54 GMT
141
+ Wed, 26 Oct 2022 07:52:54 GMT
19
142
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.7..@fluentui/web-components_v2.5.8)
20
143
 
21
144
  ### Patches
@@ -24,7 +147,7 @@ Wed, 26 Oct 2022 07:52:54 GMT
24
147
 
25
148
  ## [2.5.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.7)
26
149
 
27
- Fri, 21 Oct 2022 07:44:53 GMT
150
+ Fri, 21 Oct 2022 07:44:53 GMT
28
151
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.6..@fluentui/web-components_v2.5.7)
29
152
 
30
153
  ### Patches
@@ -33,7 +156,7 @@ Fri, 21 Oct 2022 07:44:53 GMT
33
156
 
34
157
  ## [2.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.6)
35
158
 
36
- Mon, 19 Sep 2022 07:47:29 GMT
159
+ Mon, 19 Sep 2022 07:47:29 GMT
37
160
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.5..@fluentui/web-components_v2.5.6)
38
161
 
39
162
  ### Patches
@@ -42,7 +165,7 @@ Mon, 19 Sep 2022 07:47:29 GMT
42
165
 
43
166
  ## [2.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.5)
44
167
 
45
- Wed, 07 Sep 2022 07:54:43 GMT
168
+ Wed, 07 Sep 2022 07:54:43 GMT
46
169
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.4..@fluentui/web-components_v2.5.5)
47
170
 
48
171
  ### Patches
@@ -51,7 +174,7 @@ Wed, 07 Sep 2022 07:54:43 GMT
51
174
 
52
175
  ## [2.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.4)
53
176
 
54
- Tue, 30 Aug 2022 07:41:54 GMT
177
+ Tue, 30 Aug 2022 07:41:54 GMT
55
178
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.3..@fluentui/web-components_v2.5.4)
56
179
 
57
180
  ### Patches
@@ -60,7 +183,7 @@ Tue, 30 Aug 2022 07:41:54 GMT
60
183
 
61
184
  ## [2.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.3)
62
185
 
63
- Thu, 16 Jun 2022 23:03:44 GMT
186
+ Thu, 16 Jun 2022 23:03:44 GMT
64
187
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.2..@fluentui/web-components_v2.5.3)
65
188
 
66
189
  ### Patches
@@ -69,7 +192,7 @@ Thu, 16 Jun 2022 23:03:44 GMT
69
192
 
70
193
  ## [2.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.2)
71
194
 
72
- Tue, 07 Jun 2022 07:48:04 GMT
195
+ Tue, 07 Jun 2022 07:48:04 GMT
73
196
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.1..@fluentui/web-components_v2.5.2)
74
197
 
75
198
  ### Patches
@@ -78,7 +201,7 @@ Tue, 07 Jun 2022 07:48:04 GMT
78
201
 
79
202
  ## [2.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.1)
80
203
 
81
- Tue, 17 May 2022 07:45:01 GMT
204
+ Tue, 17 May 2022 07:45:01 GMT
82
205
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.0..@fluentui/web-components_v2.5.1)
83
206
 
84
207
  ### Patches
@@ -87,7 +210,7 @@ Tue, 17 May 2022 07:45:01 GMT
87
210
 
88
211
  ## [2.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.0)
89
212
 
90
- Fri, 06 May 2022 07:36:53 GMT
213
+ Fri, 06 May 2022 07:36:53 GMT
91
214
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.4.0..@fluentui/web-components_v2.5.0)
92
215
 
93
216
  ### Minor changes
@@ -96,7 +219,7 @@ Fri, 06 May 2022 07:36:53 GMT
96
219
 
97
220
  ## [2.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.4.0)
98
221
 
99
- Thu, 28 Apr 2022 07:39:56 GMT
222
+ Thu, 28 Apr 2022 07:39:56 GMT
100
223
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.1..@fluentui/web-components_v2.4.0)
101
224
 
102
225
  ### Minor changes
@@ -105,7 +228,7 @@ Thu, 28 Apr 2022 07:39:56 GMT
105
228
 
106
229
  ## [2.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.1)
107
230
 
108
- Mon, 07 Mar 2022 07:41:14 GMT
231
+ Mon, 07 Mar 2022 07:41:14 GMT
109
232
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.3.0..@fluentui/web-components_v2.3.1)
110
233
 
111
234
  ### Patches
@@ -114,7 +237,7 @@ Mon, 07 Mar 2022 07:41:14 GMT
114
237
 
115
238
  ## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.3.0)
116
239
 
117
- Tue, 01 Mar 2022 07:23:43 GMT
240
+ Tue, 01 Mar 2022 07:23:43 GMT
118
241
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.3..@fluentui/web-components_v2.3.0)
119
242
 
120
243
  ### Minor changes
@@ -123,7 +246,7 @@ Tue, 01 Mar 2022 07:23:43 GMT
123
246
 
124
247
  ## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.3)
125
248
 
126
- Fri, 18 Feb 2022 07:22:08 GMT
249
+ Fri, 18 Feb 2022 07:22:08 GMT
127
250
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.2..@fluentui/web-components_v2.2.3)
128
251
 
129
252
  ### Patches
@@ -132,7 +255,7 @@ Fri, 18 Feb 2022 07:22:08 GMT
132
255
 
133
256
  ## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.2)
134
257
 
135
- Thu, 27 Jan 2022 07:34:08 GMT
258
+ Thu, 27 Jan 2022 07:34:08 GMT
136
259
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.1..@fluentui/web-components_v2.2.2)
137
260
 
138
261
  ### Patches
@@ -141,7 +264,7 @@ Thu, 27 Jan 2022 07:34:08 GMT
141
264
 
142
265
  ## [2.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.1)
143
266
 
144
- Wed, 12 Jan 2022 07:32:29 GMT
267
+ Wed, 12 Jan 2022 07:32:29 GMT
145
268
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.2.0..@fluentui/web-components_v2.2.1)
146
269
 
147
270
  ### Patches
@@ -150,7 +273,7 @@ Wed, 12 Jan 2022 07:32:29 GMT
150
273
 
151
274
  ## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.2.0)
152
275
 
153
- Fri, 07 Jan 2022 07:27:47 GMT
276
+ Fri, 07 Jan 2022 07:27:47 GMT
154
277
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.3..@fluentui/web-components_v2.2.0)
155
278
 
156
279
  ### Minor changes
@@ -159,7 +282,7 @@ Fri, 07 Jan 2022 07:27:47 GMT
159
282
 
160
283
  ## [2.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.3)
161
284
 
162
- Wed, 15 Dec 2021 07:31:29 GMT
285
+ Wed, 15 Dec 2021 07:31:29 GMT
163
286
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.2..@fluentui/web-components_v2.1.3)
164
287
 
165
288
  ### Patches
@@ -168,7 +291,7 @@ Wed, 15 Dec 2021 07:31:29 GMT
168
291
 
169
292
  ## [2.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.2)
170
293
 
171
- Fri, 10 Dec 2021 07:30:35 GMT
294
+ Fri, 10 Dec 2021 07:30:35 GMT
172
295
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.1..@fluentui/web-components_v2.1.2)
173
296
 
174
297
  ### Patches
@@ -177,7 +300,7 @@ Fri, 10 Dec 2021 07:30:35 GMT
177
300
 
178
301
  ## [2.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.1)
179
302
 
180
- Thu, 02 Dec 2021 07:36:29 GMT
303
+ Thu, 02 Dec 2021 07:36:29 GMT
181
304
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.1.0..@fluentui/web-components_v2.1.1)
182
305
 
183
306
  ### Patches
@@ -186,7 +309,7 @@ Thu, 02 Dec 2021 07:36:29 GMT
186
309
 
187
310
  ## [2.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.1.0)
188
311
 
189
- Tue, 23 Nov 2021 07:27:34 GMT
312
+ Tue, 23 Nov 2021 07:27:34 GMT
190
313
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.2..@fluentui/web-components_v2.1.0)
191
314
 
192
315
  ### Minor changes
@@ -195,7 +318,7 @@ Tue, 23 Nov 2021 07:27:34 GMT
195
318
 
196
319
  ## [2.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.2)
197
320
 
198
- Tue, 09 Nov 2021 07:38:11 GMT
321
+ Tue, 09 Nov 2021 07:38:11 GMT
199
322
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.1..@fluentui/web-components_v2.0.2)
200
323
 
201
324
  ### Patches
@@ -204,7 +327,7 @@ Tue, 09 Nov 2021 07:38:11 GMT
204
327
 
205
328
  ## [2.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.1)
206
329
 
207
- Tue, 02 Nov 2021 07:37:01 GMT
330
+ Tue, 02 Nov 2021 07:37:01 GMT
208
331
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.0.0..@fluentui/web-components_v2.0.1)
209
332
 
210
333
  ### Patches
@@ -215,7 +338,7 @@ Tue, 02 Nov 2021 07:37:01 GMT
215
338
 
216
339
  ## [2.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.0.0)
217
340
 
218
- Fri, 22 Oct 2021 23:04:22 GMT
341
+ Fri, 22 Oct 2021 23:04:22 GMT
219
342
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.3..@fluentui/web-components_v2.0.0)
220
343
 
221
344
  ### Major changes
@@ -224,7 +347,7 @@ Fri, 22 Oct 2021 23:04:22 GMT
224
347
 
225
348
  ## [1.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.3)
226
349
 
227
- Fri, 22 Oct 2021 19:30:28 GMT
350
+ Fri, 22 Oct 2021 19:30:28 GMT
228
351
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.2..@fluentui/web-components_v1.6.3)
229
352
 
230
353
  ### Patches
@@ -233,7 +356,7 @@ Fri, 22 Oct 2021 19:30:28 GMT
233
356
 
234
357
  ## [1.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.2)
235
358
 
236
- Thu, 14 Oct 2021 00:11:22 GMT
359
+ Thu, 14 Oct 2021 00:11:22 GMT
237
360
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.1..@fluentui/web-components_v1.6.2)
238
361
 
239
362
  ### Patches
@@ -242,7 +365,7 @@ Thu, 14 Oct 2021 00:11:22 GMT
242
365
 
243
366
  ## [1.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.1)
244
367
 
245
- Fri, 08 Oct 2021 07:31:50 GMT
368
+ Fri, 08 Oct 2021 07:31:50 GMT
246
369
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.6.0..@fluentui/web-components_v1.6.1)
247
370
 
248
371
  ### Patches
@@ -251,7 +374,7 @@ Fri, 08 Oct 2021 07:31:50 GMT
251
374
 
252
375
  ## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.6.0)
253
376
 
254
- Thu, 07 Oct 2021 07:30:53 GMT
377
+ Thu, 07 Oct 2021 07:30:53 GMT
255
378
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.6..@fluentui/web-components_v1.6.0)
256
379
 
257
380
  ### Minor changes
@@ -265,7 +388,7 @@ Thu, 07 Oct 2021 07:30:53 GMT
265
388
 
266
389
  ## [1.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.6)
267
390
 
268
- Wed, 06 Oct 2021 11:11:56 GMT
391
+ Wed, 06 Oct 2021 11:11:56 GMT
269
392
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.5..@fluentui/web-components_v1.5.6)
270
393
 
271
394
  ### Patches
@@ -274,7 +397,7 @@ Wed, 06 Oct 2021 11:11:56 GMT
274
397
 
275
398
  ## [1.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.5)
276
399
 
277
- Tue, 05 Oct 2021 07:37:17 GMT
400
+ Tue, 05 Oct 2021 07:37:17 GMT
278
401
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.4..@fluentui/web-components_v1.5.5)
279
402
 
280
403
  ### Patches
@@ -284,7 +407,7 @@ Tue, 05 Oct 2021 07:37:17 GMT
284
407
 
285
408
  ## [1.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.4)
286
409
 
287
- Wed, 29 Sep 2021 07:36:23 GMT
410
+ Wed, 29 Sep 2021 07:36:23 GMT
288
411
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.3..@fluentui/web-components_v1.5.4)
289
412
 
290
413
  ### Patches
@@ -293,7 +416,7 @@ Wed, 29 Sep 2021 07:36:23 GMT
293
416
 
294
417
  ## [1.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.3)
295
418
 
296
- Thu, 23 Sep 2021 07:35:13 GMT
419
+ Thu, 23 Sep 2021 07:35:13 GMT
297
420
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.2..@fluentui/web-components_v1.5.3)
298
421
 
299
422
  ### Patches
@@ -302,7 +425,7 @@ Thu, 23 Sep 2021 07:35:13 GMT
302
425
 
303
426
  ## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.2)
304
427
 
305
- Fri, 17 Sep 2021 07:35:26 GMT
428
+ Fri, 17 Sep 2021 07:35:26 GMT
306
429
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.1..@fluentui/web-components_v1.5.2)
307
430
 
308
431
  ### Patches
@@ -312,7 +435,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
312
435
 
313
436
  ## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.1)
314
437
 
315
- Tue, 14 Sep 2021 20:09:02 GMT
438
+ Tue, 14 Sep 2021 20:09:02 GMT
316
439
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.5.0..@fluentui/web-components_v1.5.1)
317
440
 
318
441
  ### Patches
@@ -321,7 +444,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
321
444
 
322
445
  ## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.5.0)
323
446
 
324
- Mon, 13 Sep 2021 07:37:03 GMT
447
+ Mon, 13 Sep 2021 07:37:03 GMT
325
448
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.2..@fluentui/web-components_v1.5.0)
326
449
 
327
450
  ### Minor changes
@@ -330,7 +453,7 @@ Mon, 13 Sep 2021 07:37:03 GMT
330
453
 
331
454
  ## [1.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.2)
332
455
 
333
- Fri, 10 Sep 2021 07:39:51 GMT
456
+ Fri, 10 Sep 2021 07:39:51 GMT
334
457
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.1..@fluentui/web-components_v1.4.2)
335
458
 
336
459
  ### Patches
@@ -340,7 +463,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
340
463
 
341
464
  ## [1.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.1)
342
465
 
343
- Fri, 03 Sep 2021 00:13:07 GMT
466
+ Fri, 03 Sep 2021 00:13:07 GMT
344
467
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.4.0..@fluentui/web-components_v1.4.1)
345
468
 
346
469
  ### Patches
@@ -349,7 +472,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
349
472
 
350
473
  ## [1.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.4.0)
351
474
 
352
- Thu, 02 Sep 2021 07:36:46 GMT
475
+ Thu, 02 Sep 2021 07:36:46 GMT
353
476
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.8..@fluentui/web-components_v1.4.0)
354
477
 
355
478
  ### Minor changes
@@ -358,7 +481,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
358
481
 
359
482
  ## [1.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.8)
360
483
 
361
- Tue, 31 Aug 2021 07:37:47 GMT
484
+ Tue, 31 Aug 2021 07:37:47 GMT
362
485
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.7..@fluentui/web-components_v1.3.8)
363
486
 
364
487
  ### Patches
@@ -368,7 +491,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
368
491
 
369
492
  ## [1.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.7)
370
493
 
371
- Mon, 30 Aug 2021 07:35:05 GMT
494
+ Mon, 30 Aug 2021 07:35:05 GMT
372
495
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.6..@fluentui/web-components_v1.3.7)
373
496
 
374
497
  ### Patches
@@ -377,7 +500,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
377
500
 
378
501
  ## [1.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.6)
379
502
 
380
- Thu, 26 Aug 2021 07:35:43 GMT
503
+ Thu, 26 Aug 2021 07:35:43 GMT
381
504
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.5..@fluentui/web-components_v1.3.6)
382
505
 
383
506
  ### Patches
@@ -386,7 +509,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
386
509
 
387
510
  ## [1.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.5)
388
511
 
389
- Fri, 20 Aug 2021 07:37:28 GMT
512
+ Fri, 20 Aug 2021 07:37:28 GMT
390
513
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.4..@fluentui/web-components_v1.3.5)
391
514
 
392
515
  ### Patches
@@ -395,7 +518,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
395
518
 
396
519
  ## [1.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.4)
397
520
 
398
- Thu, 19 Aug 2021 07:41:35 GMT
521
+ Thu, 19 Aug 2021 07:41:35 GMT
399
522
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.3..@fluentui/web-components_v1.3.4)
400
523
 
401
524
  ### Patches
@@ -405,7 +528,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
405
528
 
406
529
  ## [1.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.3)
407
530
 
408
- Thu, 05 Aug 2021 07:34:24 GMT
531
+ Thu, 05 Aug 2021 07:34:24 GMT
409
532
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.2..@fluentui/web-components_v1.3.3)
410
533
 
411
534
  ### Patches
@@ -414,7 +537,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
414
537
 
415
538
  ## [1.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.2)
416
539
 
417
- Wed, 04 Aug 2021 07:34:12 GMT
540
+ Wed, 04 Aug 2021 07:34:12 GMT
418
541
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.1..@fluentui/web-components_v1.3.2)
419
542
 
420
543
  ### Patches
@@ -423,7 +546,7 @@ Wed, 04 Aug 2021 07:34:12 GMT
423
546
 
424
547
  ## [1.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.1)
425
548
 
426
- Fri, 30 Jul 2021 07:35:22 GMT
549
+ Fri, 30 Jul 2021 07:35:22 GMT
427
550
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.3.0..@fluentui/web-components_v1.3.1)
428
551
 
429
552
  ### Patches
@@ -432,7 +555,7 @@ Fri, 30 Jul 2021 07:35:22 GMT
432
555
 
433
556
  ## [1.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.3.0)
434
557
 
435
- Mon, 26 Jul 2021 07:37:30 GMT
558
+ Mon, 26 Jul 2021 07:37:30 GMT
436
559
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.3..@fluentui/web-components_v1.3.0)
437
560
 
438
561
  ### Minor changes
@@ -441,7 +564,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
441
564
 
442
565
  ## [1.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.3)
443
566
 
444
- Fri, 23 Jul 2021 07:38:19 GMT
567
+ Fri, 23 Jul 2021 07:38:19 GMT
445
568
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.2..@fluentui/web-components_v1.2.3)
446
569
 
447
570
  ### Patches
@@ -450,7 +573,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
450
573
 
451
574
  ## [1.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.2)
452
575
 
453
- Thu, 22 Jul 2021 07:36:55 GMT
576
+ Thu, 22 Jul 2021 07:36:55 GMT
454
577
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.1..@fluentui/web-components_v1.2.2)
455
578
 
456
579
  ### Patches
@@ -459,7 +582,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
459
582
 
460
583
  ## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.1)
461
584
 
462
- Fri, 16 Jul 2021 22:53:17 GMT
585
+ Fri, 16 Jul 2021 22:53:17 GMT
463
586
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.2.0..@fluentui/web-components_v1.2.1)
464
587
 
465
588
  ### Patches
@@ -469,7 +592,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
469
592
 
470
593
  ## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.2.0)
471
594
 
472
- Fri, 16 Jul 2021 00:35:31 GMT
595
+ Fri, 16 Jul 2021 00:35:31 GMT
473
596
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.1..@fluentui/web-components_v1.2.0)
474
597
 
475
598
  ### Minor changes
@@ -483,7 +606,7 @@ Fri, 16 Jul 2021 00:35:31 GMT
483
606
 
484
607
  ## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.1)
485
608
 
486
- Thu, 15 Jul 2021 07:36:18 GMT
609
+ Thu, 15 Jul 2021 07:36:18 GMT
487
610
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.1.0..@fluentui/web-components_v1.1.1)
488
611
 
489
612
  ### Patches
@@ -492,7 +615,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
492
615
 
493
616
  ## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.1.0)
494
617
 
495
- Tue, 13 Jul 2021 22:32:58 GMT
618
+ Tue, 13 Jul 2021 22:32:58 GMT
496
619
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.2..@fluentui/web-components_v1.1.0)
497
620
 
498
621
  ### Minor changes
@@ -502,7 +625,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
502
625
 
503
626
  ## [1.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.2)
504
627
 
505
- Fri, 09 Jul 2021 07:39:31 GMT
628
+ Fri, 09 Jul 2021 07:39:31 GMT
506
629
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.1..@fluentui/web-components_v1.0.2)
507
630
 
508
631
  ### Patches
@@ -511,7 +634,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
511
634
 
512
635
  ## [1.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.1)
513
636
 
514
- Wed, 07 Jul 2021 07:32:54 GMT
637
+ Wed, 07 Jul 2021 07:32:54 GMT
515
638
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v1.0.0..@fluentui/web-components_v1.0.1)
516
639
 
517
640
  ### Patches
@@ -520,7 +643,7 @@ Wed, 07 Jul 2021 07:32:54 GMT
520
643
 
521
644
  ## [1.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v1.0.0)
522
645
 
523
- Fri, 02 Jul 2021 23:15:55 GMT
646
+ Fri, 02 Jul 2021 23:15:55 GMT
524
647
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.1..@fluentui/web-components_v1.0.0)
525
648
 
526
649
  ### Major changes
@@ -553,7 +676,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
553
676
 
554
677
  ## [0.22.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.1)
555
678
 
556
- Tue, 08 Jun 2021 07:32:44 GMT
679
+ Tue, 08 Jun 2021 07:32:44 GMT
557
680
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.22.0..@fluentui/web-components_v0.22.1)
558
681
 
559
682
  ### Patches
@@ -562,7 +685,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
562
685
 
563
686
  ## [0.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.22.0)
564
687
 
565
- Fri, 04 Jun 2021 07:37:23 GMT
688
+ Fri, 04 Jun 2021 07:37:23 GMT
566
689
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.2..@fluentui/web-components_v0.22.0)
567
690
 
568
691
  ### Minor changes
@@ -571,7 +694,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
571
694
 
572
695
  ## [0.21.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.2)
573
696
 
574
- Thu, 20 May 2021 07:41:54 GMT
697
+ Thu, 20 May 2021 07:41:54 GMT
575
698
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.1..@fluentui/web-components_v0.21.2)
576
699
 
577
700
  ### Patches
@@ -580,7 +703,7 @@ Thu, 20 May 2021 07:41:54 GMT
580
703
 
581
704
  ## [0.21.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.1)
582
705
 
583
- Mon, 17 May 2021 07:33:48 GMT
706
+ Mon, 17 May 2021 07:33:48 GMT
584
707
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.21.0..@fluentui/web-components_v0.21.1)
585
708
 
586
709
  ### Patches
@@ -590,7 +713,7 @@ Mon, 17 May 2021 07:33:48 GMT
590
713
 
591
714
  ## [0.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.21.0)
592
715
 
593
- Fri, 30 Apr 2021 07:42:23 GMT
716
+ Fri, 30 Apr 2021 07:42:23 GMT
594
717
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.3..@fluentui/web-components_v0.21.0)
595
718
 
596
719
  ### Minor changes
@@ -599,7 +722,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
599
722
 
600
723
  ## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.3)
601
724
 
602
- Wed, 21 Apr 2021 07:31:50 GMT
725
+ Wed, 21 Apr 2021 07:31:50 GMT
603
726
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.2..@fluentui/web-components_v0.20.3)
604
727
 
605
728
  ### Patches
@@ -608,7 +731,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
608
731
 
609
732
  ## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.2)
610
733
 
611
- Thu, 01 Apr 2021 07:33:24 GMT
734
+ Thu, 01 Apr 2021 07:33:24 GMT
612
735
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.1..@fluentui/web-components_v0.20.2)
613
736
 
614
737
  ### Patches
@@ -617,7 +740,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
617
740
 
618
741
  ## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.1)
619
742
 
620
- Mon, 29 Mar 2021 07:30:29 GMT
743
+ Mon, 29 Mar 2021 07:30:29 GMT
621
744
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.20.0..@fluentui/web-components_v0.20.1)
622
745
 
623
746
  ### Patches
@@ -626,7 +749,7 @@ Mon, 29 Mar 2021 07:30:29 GMT
626
749
 
627
750
  ## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.20.0)
628
751
 
629
- Fri, 26 Mar 2021 07:32:34 GMT
752
+ Fri, 26 Mar 2021 07:32:34 GMT
630
753
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.1..@fluentui/web-components_v0.20.0)
631
754
 
632
755
  ### Minor changes
@@ -635,7 +758,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
635
758
 
636
759
  ## [0.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.1)
637
760
 
638
- Thu, 25 Mar 2021 07:33:24 GMT
761
+ Thu, 25 Mar 2021 07:33:24 GMT
639
762
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.19.0..@fluentui/web-components_v0.19.1)
640
763
 
641
764
  ### Patches
@@ -644,7 +767,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
644
767
 
645
768
  ## [0.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.19.0)
646
769
 
647
- Tue, 23 Mar 2021 07:31:43 GMT
770
+ Tue, 23 Mar 2021 07:31:43 GMT
648
771
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.18.0..@fluentui/web-components_v0.19.0)
649
772
 
650
773
  ### Minor changes
@@ -657,7 +780,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
657
780
 
658
781
  ## [0.18.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.18.0)
659
782
 
660
- Fri, 19 Mar 2021 07:32:43 GMT
783
+ Fri, 19 Mar 2021 07:32:43 GMT
661
784
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.17.0..@fluentui/web-components_v0.18.0)
662
785
 
663
786
  ### Minor changes
@@ -666,7 +789,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
666
789
 
667
790
  ## [0.17.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.17.0)
668
791
 
669
- Thu, 18 Mar 2021 20:15:34 GMT
792
+ Thu, 18 Mar 2021 20:15:34 GMT
670
793
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.2..@fluentui/web-components_v0.17.0)
671
794
 
672
795
  ### Minor changes
@@ -679,7 +802,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
679
802
 
680
803
  ## [0.16.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.2)
681
804
 
682
- Wed, 17 Mar 2021 07:35:44 GMT
805
+ Wed, 17 Mar 2021 07:35:44 GMT
683
806
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.1..@fluentui/web-components_v0.16.2)
684
807
 
685
808
  ### Patches
@@ -688,7 +811,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
688
811
 
689
812
  ## [0.16.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.1)
690
813
 
691
- Tue, 16 Mar 2021 07:32:44 GMT
814
+ Tue, 16 Mar 2021 07:32:44 GMT
692
815
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.16.0..@fluentui/web-components_v0.16.1)
693
816
 
694
817
  ### Patches
@@ -697,7 +820,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
697
820
 
698
821
  ## [0.16.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.16.0)
699
822
 
700
- Fri, 12 Mar 2021 20:04:27 GMT
823
+ Fri, 12 Mar 2021 20:04:27 GMT
701
824
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.15.0..@fluentui/web-components_v0.16.0)
702
825
 
703
826
  ### Minor changes
@@ -706,7 +829,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
706
829
 
707
830
  ## [0.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.15.0)
708
831
 
709
- Sun, 07 Mar 2021 23:34:51 GMT
832
+ Sun, 07 Mar 2021 23:34:51 GMT
710
833
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.2..@fluentui/web-components_v0.15.0)
711
834
 
712
835
  ### Minor changes
@@ -716,7 +839,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
716
839
 
717
840
  ## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.2)
718
841
 
719
- Thu, 25 Feb 2021 01:15:27 GMT
842
+ Thu, 25 Feb 2021 01:15:27 GMT
720
843
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.1..@fluentui/web-components_v0.14.2)
721
844
 
722
845
  ### Patches
@@ -726,7 +849,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
726
849
 
727
850
  ## [0.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.1)
728
851
 
729
- Mon, 22 Feb 2021 12:26:22 GMT
852
+ Mon, 22 Feb 2021 12:26:22 GMT
730
853
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.14.0..@fluentui/web-components_v0.14.1)
731
854
 
732
855
  ### Patches
@@ -735,7 +858,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
735
858
 
736
859
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.14.0)
737
860
 
738
- Fri, 12 Feb 2021 12:26:20 GMT
861
+ Fri, 12 Feb 2021 12:26:20 GMT
739
862
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.1..@fluentui/web-components_v0.14.0)
740
863
 
741
864
  ### Minor changes
@@ -744,7 +867,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
744
867
 
745
868
  ## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.1)
746
869
 
747
- Thu, 11 Feb 2021 02:38:00 GMT
870
+ Thu, 11 Feb 2021 02:38:00 GMT
748
871
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.13.0..@fluentui/web-components_v0.13.1)
749
872
 
750
873
  ### Patches
@@ -753,7 +876,7 @@ Thu, 11 Feb 2021 02:38:00 GMT
753
876
 
754
877
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.13.0)
755
878
 
756
- Tue, 09 Feb 2021 00:56:52 GMT
879
+ Tue, 09 Feb 2021 00:56:52 GMT
757
880
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.1..@fluentui/web-components_v0.13.0)
758
881
 
759
882
  ### Minor changes
@@ -766,7 +889,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
766
889
 
767
890
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.1)
768
891
 
769
- Mon, 08 Feb 2021 12:23:08 GMT
892
+ Mon, 08 Feb 2021 12:23:08 GMT
770
893
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.12.0..@fluentui/web-components_v0.12.1)
771
894
 
772
895
  ### Patches
@@ -775,7 +898,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
775
898
 
776
899
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.12.0)
777
900
 
778
- Wed, 03 Feb 2021 05:51:40 GMT
901
+ Wed, 03 Feb 2021 05:51:40 GMT
779
902
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.11.0..@fluentui/web-components_v0.12.0)
780
903
 
781
904
  ### Minor changes
@@ -784,7 +907,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
784
907
 
785
908
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.11.0)
786
909
 
787
- Tue, 26 Jan 2021 12:33:19 GMT
910
+ Tue, 26 Jan 2021 12:33:19 GMT
788
911
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.6..@fluentui/web-components_v0.11.0)
789
912
 
790
913
  ### Minor changes
@@ -797,7 +920,7 @@ Tue, 26 Jan 2021 12:33:19 GMT
797
920
 
798
921
  ## [0.10.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.6)
799
922
 
800
- Thu, 21 Jan 2021 12:36:12 GMT
923
+ Thu, 21 Jan 2021 12:36:12 GMT
801
924
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.5..@fluentui/web-components_v0.10.6)
802
925
 
803
926
  ### Patches
@@ -806,7 +929,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
806
929
 
807
930
  ## [0.10.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.5)
808
931
 
809
- Wed, 20 Jan 2021 12:22:46 GMT
932
+ Wed, 20 Jan 2021 12:22:46 GMT
810
933
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.4..@fluentui/web-components_v0.10.5)
811
934
 
812
935
  ### Patches
@@ -815,7 +938,7 @@ Wed, 20 Jan 2021 12:22:46 GMT
815
938
 
816
939
  ## [0.10.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.4)
817
940
 
818
- Fri, 15 Jan 2021 12:30:40 GMT
941
+ Fri, 15 Jan 2021 12:30:40 GMT
819
942
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.3..@fluentui/web-components_v0.10.4)
820
943
 
821
944
  ### Patches
@@ -825,7 +948,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
825
948
 
826
949
  ## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.3)
827
950
 
828
- Tue, 12 Jan 2021 12:36:40 GMT
951
+ Tue, 12 Jan 2021 12:36:40 GMT
829
952
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.2..@fluentui/web-components_v0.10.3)
830
953
 
831
954
  ### Patches
@@ -834,7 +957,7 @@ Tue, 12 Jan 2021 12:36:40 GMT
834
957
 
835
958
  ## [0.10.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.2)
836
959
 
837
- Tue, 05 Jan 2021 12:29:33 GMT
960
+ Tue, 05 Jan 2021 12:29:33 GMT
838
961
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.1..@fluentui/web-components_v0.10.2)
839
962
 
840
963
  ### Patches
@@ -849,7 +972,7 @@ Tue, 05 Jan 2021 12:29:33 GMT
849
972
 
850
973
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.1)
851
974
 
852
- Fri, 18 Dec 2020 12:27:55 GMT
975
+ Fri, 18 Dec 2020 12:27:55 GMT
853
976
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.10.0..@fluentui/web-components_v0.10.1)
854
977
 
855
978
  ### Patches
@@ -858,7 +981,7 @@ Fri, 18 Dec 2020 12:27:55 GMT
858
981
 
859
982
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.10.0)
860
983
 
861
- Thu, 17 Dec 2020 12:30:15 GMT
984
+ Thu, 17 Dec 2020 12:30:15 GMT
862
985
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.2..@fluentui/web-components_v0.10.0)
863
986
 
864
987
  ### Minor changes
@@ -871,7 +994,7 @@ Thu, 17 Dec 2020 12:30:15 GMT
871
994
 
872
995
  ## [0.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.2)
873
996
 
874
- Wed, 16 Dec 2020 12:27:05 GMT
997
+ Wed, 16 Dec 2020 12:27:05 GMT
875
998
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.1..@fluentui/web-components_v0.9.2)
876
999
 
877
1000
  ### Patches
@@ -880,7 +1003,7 @@ Wed, 16 Dec 2020 12:27:05 GMT
880
1003
 
881
1004
  ## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.1)
882
1005
 
883
- Wed, 09 Dec 2020 12:27:00 GMT
1006
+ Wed, 09 Dec 2020 12:27:00 GMT
884
1007
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.9.0..@fluentui/web-components_v0.9.1)
885
1008
 
886
1009
  ### Patches
@@ -889,7 +1012,7 @@ Wed, 09 Dec 2020 12:27:00 GMT
889
1012
 
890
1013
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.9.0)
891
1014
 
892
- Wed, 02 Dec 2020 12:37:40 GMT
1015
+ Wed, 02 Dec 2020 12:37:40 GMT
893
1016
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.1..@fluentui/web-components_v0.9.0)
894
1017
 
895
1018
  ### Minor changes
@@ -898,7 +1021,7 @@ Wed, 02 Dec 2020 12:37:40 GMT
898
1021
 
899
1022
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.1)
900
1023
 
901
- Sat, 21 Nov 2020 02:00:44 GMT
1024
+ Sat, 21 Nov 2020 02:00:44 GMT
902
1025
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.8.0..@fluentui/web-components_v0.8.1)
903
1026
 
904
1027
  ### Patches
@@ -910,7 +1033,7 @@ Sat, 21 Nov 2020 02:00:44 GMT
910
1033
 
911
1034
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.8.0)
912
1035
 
913
- Wed, 18 Nov 2020 12:30:07 GMT
1036
+ Wed, 18 Nov 2020 12:30:07 GMT
914
1037
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.2..@fluentui/web-components_v0.8.0)
915
1038
 
916
1039
  ### Minor changes
@@ -919,7 +1042,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
919
1042
 
920
1043
  ## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.2)
921
1044
 
922
- Tue, 17 Nov 2020 12:36:24 GMT
1045
+ Tue, 17 Nov 2020 12:36:24 GMT
923
1046
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.1..@fluentui/web-components_v0.7.2)
924
1047
 
925
1048
  ### Patches
@@ -928,7 +1051,7 @@ Tue, 17 Nov 2020 12:36:24 GMT
928
1051
 
929
1052
  ## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.1)
930
1053
 
931
- Thu, 05 Nov 2020 12:29:43 GMT
1054
+ Thu, 05 Nov 2020 12:29:43 GMT
932
1055
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.7.0..@fluentui/web-components_v0.7.1)
933
1056
 
934
1057
  ### Patches
@@ -937,7 +1060,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
937
1060
 
938
1061
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v0.7.0)
939
1062
 
940
- Thu, 29 Oct 2020 12:34:59 GMT
1063
+ Thu, 29 Oct 2020 12:34:59 GMT
941
1064
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v0.6.3..@fluentui/web-components_v0.7.0)
942
1065
 
943
1066
  ### Minor changes