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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (617) hide show
  1. package/CHANGELOG.md +254 -2
  2. package/README.md +4 -0
  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/anchor-button/anchor-button.d.ts +64 -0
  17. package/dist/dts/anchor-button/anchor-button.definition.d.ts +10 -0
  18. package/dist/dts/anchor-button/anchor-button.options.d.ts +47 -0
  19. package/dist/dts/anchor-button/anchor-button.styles.d.ts +1 -0
  20. package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -0
  21. package/dist/dts/anchor-button/define.d.ts +1 -0
  22. package/dist/dts/anchor-button/index.d.ts +4 -0
  23. package/dist/dts/avatar/avatar.d.ts +97 -0
  24. package/dist/dts/avatar/avatar.definition.d.ts +9 -0
  25. package/dist/dts/avatar/avatar.options.d.ts +142 -0
  26. package/dist/dts/avatar/avatar.styles.d.ts +4 -0
  27. package/dist/dts/avatar/avatar.template.d.ts +8 -0
  28. package/dist/dts/avatar/define.d.ts +1 -0
  29. package/dist/dts/avatar/index.d.ts +5 -0
  30. package/dist/dts/badge/badge.d.ts +3 -3
  31. package/dist/dts/badge/badge.options.d.ts +2 -1
  32. package/dist/dts/button/button.d.ts +55 -0
  33. package/dist/dts/button/button.definition.d.ts +10 -0
  34. package/dist/dts/button/button.options.d.ts +47 -0
  35. package/dist/dts/button/button.styles.d.ts +1 -0
  36. package/dist/dts/button/button.template.d.ts +7 -0
  37. package/dist/dts/button/define.d.ts +1 -0
  38. package/dist/dts/button/index.d.ts +5 -0
  39. package/dist/dts/checkbox/checkbox.d.ts +35 -0
  40. package/dist/dts/checkbox/checkbox.definition.d.ts +9 -0
  41. package/dist/dts/checkbox/checkbox.options.d.ts +28 -0
  42. package/dist/dts/checkbox/checkbox.styles.d.ts +5 -0
  43. package/dist/dts/checkbox/checkbox.template.d.ts +7 -0
  44. package/dist/dts/checkbox/define.d.ts +1 -0
  45. package/dist/dts/checkbox/index.d.ts +5 -0
  46. package/dist/dts/compound-button/compound-button.d.ts +7 -0
  47. package/dist/dts/compound-button/compound-button.definition.d.ts +10 -0
  48. package/dist/dts/compound-button/compound-button.options.d.ts +51 -0
  49. package/dist/dts/compound-button/compound-button.styles.d.ts +1 -0
  50. package/dist/dts/compound-button/compound-button.template.d.ts +13 -0
  51. package/dist/dts/compound-button/define.d.ts +1 -0
  52. package/dist/dts/compound-button/index.d.ts +5 -0
  53. package/dist/dts/counter-badge/counter-badge.d.ts +5 -5
  54. package/dist/dts/counter-badge/counter-badge.options.d.ts +1 -1
  55. package/dist/dts/divider/define.d.ts +1 -0
  56. package/dist/dts/divider/divider.d.ts +31 -0
  57. package/dist/dts/divider/divider.definition.d.ts +9 -0
  58. package/dist/dts/divider/divider.options.d.ts +41 -0
  59. package/dist/dts/divider/divider.styles.d.ts +4 -0
  60. package/dist/dts/divider/divider.template.d.ts +7 -0
  61. package/dist/dts/divider/index.d.ts +5 -0
  62. package/dist/dts/helpers.tests.d.ts +8 -0
  63. package/dist/dts/image/define.d.ts +1 -0
  64. package/dist/dts/image/image.d.ts +48 -0
  65. package/dist/dts/image/image.definition.d.ts +9 -0
  66. package/dist/dts/image/image.options.d.ts +27 -0
  67. package/dist/dts/image/image.styles.d.ts +5 -0
  68. package/dist/dts/image/image.template.d.ts +7 -0
  69. package/dist/dts/image/index.d.ts +5 -0
  70. package/dist/dts/index.d.ts +23 -0
  71. package/dist/dts/label/define.d.ts +1 -0
  72. package/dist/dts/label/index.d.ts +4 -0
  73. package/dist/dts/label/label.d.ts +42 -0
  74. package/dist/dts/label/label.definition.d.ts +10 -0
  75. package/dist/dts/label/label.options.d.ts +26 -0
  76. package/dist/dts/label/label.styles.d.ts +4 -0
  77. package/dist/dts/label/label.template.d.ts +8 -0
  78. package/dist/dts/menu-button/define.d.ts +1 -0
  79. package/dist/dts/menu-button/index.d.ts +5 -0
  80. package/dist/dts/menu-button/menu-button.d.ts +7 -0
  81. package/dist/dts/menu-button/menu-button.definition.d.ts +10 -0
  82. package/dist/dts/menu-button/menu-button.options.d.ts +47 -0
  83. package/dist/dts/menu-button/menu-button.template.d.ts +7 -0
  84. package/dist/dts/menu-item/define.d.ts +1 -0
  85. package/dist/dts/menu-item/index.d.ts +4 -0
  86. package/dist/dts/menu-item/menu-item.d.ts +9 -0
  87. package/dist/dts/menu-item/menu-item.definition.d.ts +11 -0
  88. package/dist/dts/menu-item/menu-item.styles.d.ts +4 -0
  89. package/dist/dts/menu-item/menu-item.template.d.ts +3 -0
  90. package/dist/dts/menu-list/define.d.ts +1 -0
  91. package/dist/dts/menu-list/index.d.ts +4 -0
  92. package/dist/dts/menu-list/menu-list.d.ts +9 -0
  93. package/dist/dts/menu-list/menu-list.definition.d.ts +11 -0
  94. package/dist/dts/menu-list/menu-list.styles.d.ts +4 -0
  95. package/dist/dts/menu-list/menu-list.template.d.ts +3 -0
  96. package/dist/dts/progress-bar/progress-bar.d.ts +3 -3
  97. package/dist/dts/progress-bar/progress-bar.options.d.ts +1 -1
  98. package/dist/dts/progress-bar/progress-bar.styles.d.ts +1 -1
  99. package/dist/dts/radio/define.d.ts +1 -0
  100. package/dist/dts/radio/index.d.ts +4 -0
  101. package/dist/dts/radio/radio.d.ts +7 -0
  102. package/dist/dts/radio/radio.definition.d.ts +10 -0
  103. package/dist/dts/radio/radio.styles.d.ts +4 -0
  104. package/dist/dts/radio/radio.template.d.ts +3 -0
  105. package/dist/dts/radio-group/define.d.ts +1 -0
  106. package/dist/dts/radio-group/index.d.ts +5 -0
  107. package/dist/dts/radio-group/radio-group.d.ts +15 -0
  108. package/dist/dts/radio-group/radio-group.definition.d.ts +10 -0
  109. package/dist/dts/radio-group/radio-group.styles.d.ts +4 -0
  110. package/dist/dts/radio-group/radio-group.template.d.ts +3 -0
  111. package/dist/dts/slider/define.d.ts +1 -0
  112. package/dist/dts/slider/index.d.ts +5 -0
  113. package/dist/dts/slider/slider.d.ts +24 -0
  114. package/dist/dts/slider/slider.definition.d.ts +10 -0
  115. package/dist/dts/slider/slider.options.d.ts +15 -0
  116. package/dist/dts/slider/slider.styles.d.ts +4 -0
  117. package/dist/dts/slider/slider.template.d.ts +3 -0
  118. package/dist/dts/spinner/spinner.d.ts +3 -3
  119. package/dist/dts/spinner/spinner.options.d.ts +1 -1
  120. package/dist/dts/switch/define.d.ts +1 -0
  121. package/dist/dts/switch/index.d.ts +5 -0
  122. package/dist/dts/switch/switch.d.ts +13 -0
  123. package/dist/dts/switch/switch.definition.d.ts +9 -0
  124. package/dist/dts/switch/switch.options.d.ts +15 -0
  125. package/dist/dts/switch/switch.styles.d.ts +1 -0
  126. package/dist/dts/switch/switch.template.d.ts +3 -0
  127. package/dist/dts/tab/define.d.ts +1 -0
  128. package/dist/dts/tab/index.d.ts +4 -0
  129. package/dist/dts/tab/tab.d.ts +8 -0
  130. package/dist/dts/tab/tab.definition.d.ts +2 -0
  131. package/dist/dts/tab/tab.styles.d.ts +1 -0
  132. package/dist/dts/tab/tab.template.d.ts +4 -0
  133. package/dist/dts/tab-panel/define.d.ts +1 -0
  134. package/dist/dts/tab-panel/index.d.ts +4 -0
  135. package/dist/dts/tab-panel/tab-panel.d.ts +3 -0
  136. package/dist/dts/tab-panel/tab-panel.definition.d.ts +2 -0
  137. package/dist/dts/tab-panel/tab-panel.styles.d.ts +1 -0
  138. package/dist/dts/tab-panel/tab-panel.template.d.ts +1 -0
  139. package/dist/dts/tabs/define.d.ts +1 -0
  140. package/dist/dts/tabs/index.d.ts +5 -0
  141. package/dist/dts/tabs/tabs.d.ts +88 -0
  142. package/dist/dts/tabs/tabs.definition.d.ts +2 -0
  143. package/dist/dts/tabs/tabs.options.d.ts +14 -0
  144. package/dist/dts/tabs/tabs.styles.d.ts +1 -0
  145. package/dist/dts/tabs/tabs.template.d.ts +1 -0
  146. package/dist/dts/text/text.d.ts +4 -4
  147. package/dist/dts/text/text.options.d.ts +1 -1
  148. package/dist/dts/text-input/define.d.ts +1 -0
  149. package/dist/dts/text-input/index.d.ts +6 -0
  150. package/dist/dts/text-input/text-input.d.ts +26 -0
  151. package/dist/dts/text-input/text-input.definition.d.ts +10 -0
  152. package/dist/dts/text-input/text-input.options.d.ts +30 -0
  153. package/dist/dts/text-input/text-input.styles.d.ts +4 -0
  154. package/dist/dts/text-input/text-input.template.d.ts +6 -0
  155. package/dist/dts/theme/design-tokens.d.ts +384 -379
  156. package/dist/dts/theme/index.d.ts +1 -1
  157. package/dist/dts/theme/set-theme.d.ts +2 -0
  158. package/dist/dts/toggle-button/define.d.ts +1 -0
  159. package/dist/dts/toggle-button/index.d.ts +5 -0
  160. package/dist/dts/toggle-button/toggle-button.d.ts +48 -0
  161. package/dist/dts/toggle-button/toggle-button.definition.d.ts +10 -0
  162. package/dist/dts/toggle-button/toggle-button.options.d.ts +47 -0
  163. package/dist/dts/toggle-button/toggle-button.styles.d.ts +1 -0
  164. package/dist/dts/toggle-button/toggle-button.template.d.ts +7 -0
  165. package/dist/dts/utils/apply-mixins.d.ts +11 -0
  166. package/dist/dts/utils/get-initials.d.ts +18 -0
  167. package/dist/esm/accordion/accordion.definition.js +19 -0
  168. package/dist/esm/accordion/accordion.definition.js.map +1 -0
  169. package/dist/esm/accordion/accordion.js +8 -0
  170. package/dist/esm/accordion/accordion.js.map +1 -0
  171. package/dist/esm/accordion/accordion.styles.js +12 -0
  172. package/dist/esm/accordion/accordion.styles.js.map +1 -0
  173. package/dist/esm/accordion/accordion.template.js +3 -0
  174. package/dist/esm/accordion/accordion.template.js.map +1 -0
  175. package/dist/esm/accordion/define.js +4 -0
  176. package/dist/esm/accordion/define.js.map +1 -0
  177. package/dist/esm/accordion/index.js +5 -0
  178. package/dist/esm/accordion/index.js.map +1 -0
  179. package/dist/esm/accordion-item/accordion-item.definition.js +19 -0
  180. package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -0
  181. package/dist/esm/accordion-item/accordion-item.js +34 -0
  182. package/dist/esm/accordion-item/accordion-item.js.map +1 -0
  183. package/dist/esm/accordion-item/accordion-item.options.js +17 -0
  184. package/dist/esm/accordion-item/accordion-item.options.js.map +1 -0
  185. package/dist/esm/accordion-item/accordion-item.styles.js +198 -0
  186. package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -0
  187. package/dist/esm/accordion-item/accordion-item.template.js +37 -0
  188. package/dist/esm/accordion-item/accordion-item.template.js.map +1 -0
  189. package/dist/esm/accordion-item/define.js +4 -0
  190. package/dist/esm/accordion-item/define.js.map +1 -0
  191. package/dist/esm/accordion-item/index.js +6 -0
  192. package/dist/esm/accordion-item/index.js.map +1 -0
  193. package/dist/esm/anchor-button/anchor-button.definition.js +21 -0
  194. package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -0
  195. package/dist/esm/anchor-button/anchor-button.js +93 -0
  196. package/dist/esm/anchor-button/anchor-button.js.map +1 -0
  197. package/dist/esm/anchor-button/anchor-button.options.js +17 -0
  198. package/dist/esm/anchor-button/anchor-button.options.js.map +1 -0
  199. package/dist/esm/anchor-button/anchor-button.styles.js +11 -0
  200. package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -0
  201. package/dist/esm/anchor-button/anchor-button.template.js +7 -0
  202. package/dist/esm/anchor-button/anchor-button.template.js.map +1 -0
  203. package/dist/esm/anchor-button/define.js +4 -0
  204. package/dist/esm/anchor-button/define.js.map +1 -0
  205. package/dist/esm/anchor-button/index.js +5 -0
  206. package/dist/esm/anchor-button/index.js.map +1 -0
  207. package/dist/esm/avatar/avatar.definition.js +17 -0
  208. package/dist/esm/avatar/avatar.definition.js.map +1 -0
  209. package/dist/esm/avatar/avatar.js +92 -0
  210. package/dist/esm/avatar/avatar.js.map +1 -0
  211. package/dist/esm/avatar/avatar.options.js +87 -0
  212. package/dist/esm/avatar/avatar.options.js.map +1 -0
  213. package/dist/esm/avatar/avatar.styles.js +477 -0
  214. package/dist/esm/avatar/avatar.styles.js.map +1 -0
  215. package/dist/esm/avatar/avatar.template.js +28 -0
  216. package/dist/esm/avatar/avatar.template.js.map +1 -0
  217. package/dist/esm/avatar/define.js +4 -0
  218. package/dist/esm/avatar/define.js.map +1 -0
  219. package/dist/esm/avatar/index.js +6 -0
  220. package/dist/esm/avatar/index.js.map +1 -0
  221. package/dist/esm/badge/badge.definition.js +1 -0
  222. package/dist/esm/badge/badge.definition.js.map +1 -0
  223. package/dist/esm/badge/badge.js +4 -1
  224. package/dist/esm/badge/badge.js.map +1 -0
  225. package/dist/esm/badge/badge.options.js +1 -0
  226. package/dist/esm/badge/badge.options.js.map +1 -0
  227. package/dist/esm/badge/badge.styles.js +1 -0
  228. package/dist/esm/badge/badge.styles.js.map +1 -0
  229. package/dist/esm/badge/badge.template.js +3 -1
  230. package/dist/esm/badge/badge.template.js.map +1 -0
  231. package/dist/esm/badge/define.js +1 -0
  232. package/dist/esm/badge/define.js.map +1 -0
  233. package/dist/esm/badge/index.js +1 -0
  234. package/dist/esm/badge/index.js.map +1 -0
  235. package/dist/esm/button/button.definition.js +21 -0
  236. package/dist/esm/button/button.definition.js.map +1 -0
  237. package/dist/esm/button/button.js +72 -0
  238. package/dist/esm/button/button.js.map +1 -0
  239. package/dist/esm/button/button.options.js +30 -0
  240. package/dist/esm/button/button.options.js.map +1 -0
  241. package/dist/esm/button/button.styles.js +260 -0
  242. package/dist/esm/button/button.styles.js.map +1 -0
  243. package/dist/esm/button/button.template.js +7 -0
  244. package/dist/esm/button/button.template.js.map +1 -0
  245. package/dist/esm/button/define.js +4 -0
  246. package/dist/esm/button/define.js.map +1 -0
  247. package/dist/esm/button/index.js +6 -0
  248. package/dist/esm/button/index.js.map +1 -0
  249. package/dist/esm/checkbox/checkbox.definition.js +17 -0
  250. package/dist/esm/checkbox/checkbox.definition.js.map +1 -0
  251. package/dist/esm/checkbox/checkbox.js +24 -0
  252. package/dist/esm/checkbox/checkbox.js.map +1 -0
  253. package/dist/esm/checkbox/checkbox.options.js +25 -0
  254. package/dist/esm/checkbox/checkbox.options.js.map +1 -0
  255. package/dist/esm/checkbox/checkbox.styles.js +164 -0
  256. package/dist/esm/checkbox/checkbox.styles.js.map +1 -0
  257. package/dist/esm/checkbox/checkbox.template.js +27 -0
  258. package/dist/esm/checkbox/checkbox.template.js.map +1 -0
  259. package/dist/esm/checkbox/define.js +4 -0
  260. package/dist/esm/checkbox/define.js.map +1 -0
  261. package/dist/esm/checkbox/index.js +6 -0
  262. package/dist/esm/checkbox/index.js.map +1 -0
  263. package/dist/esm/compound-button/compound-button.definition.js +21 -0
  264. package/dist/esm/compound-button/compound-button.definition.js.map +1 -0
  265. package/dist/esm/compound-button/compound-button.js +8 -0
  266. package/dist/esm/compound-button/compound-button.js.map +1 -0
  267. package/dist/esm/compound-button/compound-button.options.js +17 -0
  268. package/dist/esm/compound-button/compound-button.options.js.map +1 -0
  269. package/dist/esm/compound-button/compound-button.styles.js +105 -0
  270. package/dist/esm/compound-button/compound-button.styles.js.map +1 -0
  271. package/dist/esm/compound-button/compound-button.template.js +60 -0
  272. package/dist/esm/compound-button/compound-button.template.js.map +1 -0
  273. package/dist/esm/compound-button/define.js +4 -0
  274. package/dist/esm/compound-button/define.js.map +1 -0
  275. package/dist/esm/compound-button/index.js +6 -0
  276. package/dist/esm/compound-button/index.js.map +1 -0
  277. package/dist/esm/counter-badge/counter-badge.definition.js +1 -0
  278. package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -0
  279. package/dist/esm/counter-badge/counter-badge.js +4 -1
  280. package/dist/esm/counter-badge/counter-badge.js.map +1 -0
  281. package/dist/esm/counter-badge/counter-badge.options.js +1 -0
  282. package/dist/esm/counter-badge/counter-badge.options.js.map +1 -0
  283. package/dist/esm/counter-badge/counter-badge.styles.js +1 -0
  284. package/dist/esm/counter-badge/counter-badge.styles.js.map +1 -0
  285. package/dist/esm/counter-badge/counter-badge.template.js +1 -0
  286. package/dist/esm/counter-badge/counter-badge.template.js.map +1 -0
  287. package/dist/esm/counter-badge/define.js +1 -0
  288. package/dist/esm/counter-badge/define.js.map +1 -0
  289. package/dist/esm/counter-badge/index.js +1 -0
  290. package/dist/esm/counter-badge/index.js.map +1 -0
  291. package/dist/esm/divider/define.js +4 -0
  292. package/dist/esm/divider/define.js.map +1 -0
  293. package/dist/esm/divider/divider.definition.js +17 -0
  294. package/dist/esm/divider/divider.definition.js.map +1 -0
  295. package/dist/esm/divider/divider.js +21 -0
  296. package/dist/esm/divider/divider.js.map +1 -0
  297. package/dist/esm/divider/divider.options.js +31 -0
  298. package/dist/esm/divider/divider.options.js.map +1 -0
  299. package/dist/esm/divider/divider.styles.js +127 -0
  300. package/dist/esm/divider/divider.styles.js.map +1 -0
  301. package/dist/esm/divider/divider.template.js +7 -0
  302. package/dist/esm/divider/divider.template.js.map +1 -0
  303. package/dist/esm/divider/index.js +6 -0
  304. package/dist/esm/divider/index.js.map +1 -0
  305. package/dist/esm/fluent-design-system.js +1 -0
  306. package/dist/esm/fluent-design-system.js.map +1 -0
  307. package/dist/esm/helpers.tests.js +29 -0
  308. package/dist/esm/helpers.tests.js.map +1 -0
  309. package/dist/esm/image/define.js +4 -0
  310. package/dist/esm/image/define.js.map +1 -0
  311. package/dist/esm/image/image.definition.js +17 -0
  312. package/dist/esm/image/image.definition.js.map +1 -0
  313. package/dist/esm/image/image.js +24 -0
  314. package/dist/esm/image/image.js.map +1 -0
  315. package/dist/esm/image/image.options.js +21 -0
  316. package/dist/esm/image/image.options.js.map +1 -0
  317. package/dist/esm/image/image.styles.js +59 -0
  318. package/dist/esm/image/image.styles.js.map +1 -0
  319. package/dist/esm/image/image.template.js +7 -0
  320. package/dist/esm/image/image.template.js.map +1 -0
  321. package/dist/esm/image/index.js +6 -0
  322. package/dist/esm/image/index.js.map +1 -0
  323. package/dist/esm/index-rollup.js +1 -0
  324. package/dist/esm/index-rollup.js.map +1 -0
  325. package/dist/esm/index.js +24 -0
  326. package/dist/esm/index.js.map +1 -0
  327. package/dist/esm/label/define.js +4 -0
  328. package/dist/esm/label/define.js.map +1 -0
  329. package/dist/esm/label/index.js +5 -0
  330. package/dist/esm/label/index.js.map +1 -0
  331. package/dist/esm/label/label.definition.js +18 -0
  332. package/dist/esm/label/label.definition.js.map +1 -0
  333. package/dist/esm/label/label.js +40 -0
  334. package/dist/esm/label/label.js.map +1 -0
  335. package/dist/esm/label/label.options.js +16 -0
  336. package/dist/esm/label/label.options.js.map +1 -0
  337. package/dist/esm/label/label.styles.js +38 -0
  338. package/dist/esm/label/label.styles.js.map +1 -0
  339. package/dist/esm/label/label.template.js +13 -0
  340. package/dist/esm/label/label.template.js.map +1 -0
  341. package/dist/esm/menu-button/define.js +4 -0
  342. package/dist/esm/menu-button/define.js.map +1 -0
  343. package/dist/esm/menu-button/index.js +6 -0
  344. package/dist/esm/menu-button/index.js.map +1 -0
  345. package/dist/esm/menu-button/menu-button.definition.js +21 -0
  346. package/dist/esm/menu-button/menu-button.definition.js.map +1 -0
  347. package/dist/esm/menu-button/menu-button.js +8 -0
  348. package/dist/esm/menu-button/menu-button.js.map +1 -0
  349. package/dist/esm/menu-button/menu-button.options.js +17 -0
  350. package/dist/esm/menu-button/menu-button.options.js.map +1 -0
  351. package/dist/esm/menu-button/menu-button.template.js +10 -0
  352. package/dist/esm/menu-button/menu-button.template.js.map +1 -0
  353. package/dist/esm/menu-item/define.js +4 -0
  354. package/dist/esm/menu-item/define.js.map +1 -0
  355. package/dist/esm/menu-item/index.js +5 -0
  356. package/dist/esm/menu-item/index.js.map +1 -0
  357. package/dist/esm/menu-item/menu-item.definition.js +19 -0
  358. package/dist/esm/menu-item/menu-item.definition.js.map +1 -0
  359. package/dist/esm/menu-item/menu-item.js +9 -0
  360. package/dist/esm/menu-item/menu-item.js.map +1 -0
  361. package/dist/esm/menu-item/menu-item.styles.js +183 -0
  362. package/dist/esm/menu-item/menu-item.styles.js.map +1 -0
  363. package/dist/esm/menu-item/menu-item.template.js +10 -0
  364. package/dist/esm/menu-item/menu-item.template.js.map +1 -0
  365. package/dist/esm/menu-list/define.js +4 -0
  366. package/dist/esm/menu-list/define.js.map +1 -0
  367. package/dist/esm/menu-list/index.js +5 -0
  368. package/dist/esm/menu-list/index.js.map +1 -0
  369. package/dist/esm/menu-list/menu-list.definition.js +19 -0
  370. package/dist/esm/menu-list/menu-list.definition.js.map +1 -0
  371. package/dist/esm/menu-list/menu-list.js +36 -0
  372. package/dist/esm/menu-list/menu-list.js.map +1 -0
  373. package/dist/esm/menu-list/menu-list.styles.js +24 -0
  374. package/dist/esm/menu-list/menu-list.styles.js.map +1 -0
  375. package/dist/esm/menu-list/menu-list.template.js +3 -0
  376. package/dist/esm/menu-list/menu-list.template.js.map +1 -0
  377. package/dist/esm/progress-bar/define.js +1 -0
  378. package/dist/esm/progress-bar/define.js.map +1 -0
  379. package/dist/esm/progress-bar/index.js +1 -0
  380. package/dist/esm/progress-bar/index.js.map +1 -0
  381. package/dist/esm/progress-bar/progress-bar.definition.js +1 -0
  382. package/dist/esm/progress-bar/progress-bar.definition.js.map +1 -0
  383. package/dist/esm/progress-bar/progress-bar.js +18 -2
  384. package/dist/esm/progress-bar/progress-bar.js.map +1 -0
  385. package/dist/esm/progress-bar/progress-bar.options.js +1 -0
  386. package/dist/esm/progress-bar/progress-bar.options.js.map +1 -0
  387. package/dist/esm/progress-bar/progress-bar.styles.js +21 -3
  388. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -0
  389. package/dist/esm/progress-bar/progress-bar.template.js +2 -1
  390. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -0
  391. package/dist/esm/radio/define.js +4 -0
  392. package/dist/esm/radio/define.js.map +1 -0
  393. package/dist/esm/radio/index.js +5 -0
  394. package/dist/esm/radio/index.js.map +1 -0
  395. package/dist/esm/radio/radio.definition.js +18 -0
  396. package/dist/esm/radio/radio.definition.js.map +1 -0
  397. package/dist/esm/radio/radio.js +8 -0
  398. package/dist/esm/radio/radio.js.map +1 -0
  399. package/dist/esm/radio/radio.styles.js +118 -0
  400. package/dist/esm/radio/radio.styles.js.map +1 -0
  401. package/dist/esm/radio/radio.template.js +6 -0
  402. package/dist/esm/radio/radio.template.js.map +1 -0
  403. package/dist/esm/radio-group/define.js +4 -0
  404. package/dist/esm/radio-group/define.js.map +1 -0
  405. package/dist/esm/radio-group/index.js +6 -0
  406. package/dist/esm/radio-group/index.js.map +1 -0
  407. package/dist/esm/radio-group/radio-group.definition.js +18 -0
  408. package/dist/esm/radio-group/radio-group.definition.js.map +1 -0
  409. package/dist/esm/radio-group/radio-group.js +24 -0
  410. package/dist/esm/radio-group/radio-group.js.map +1 -0
  411. package/dist/esm/radio-group/radio-group.styles.js +52 -0
  412. package/dist/esm/radio-group/radio-group.styles.js.map +1 -0
  413. package/dist/esm/radio-group/radio-group.template.js +3 -0
  414. package/dist/esm/radio-group/radio-group.template.js.map +1 -0
  415. package/dist/esm/slider/define.js +4 -0
  416. package/dist/esm/slider/define.js.map +1 -0
  417. package/dist/esm/slider/index.js +6 -0
  418. package/dist/esm/slider/index.js.map +1 -0
  419. package/dist/esm/slider/slider.definition.js +18 -0
  420. package/dist/esm/slider/slider.definition.js.map +1 -0
  421. package/dist/esm/slider/slider.js +64 -0
  422. package/dist/esm/slider/slider.js.map +1 -0
  423. package/dist/esm/slider/slider.options.js +10 -0
  424. package/dist/esm/slider/slider.options.js.map +1 -0
  425. package/dist/esm/slider/slider.styles.js +203 -0
  426. package/dist/esm/slider/slider.styles.js.map +1 -0
  427. package/dist/esm/slider/slider.template.js +5 -0
  428. package/dist/esm/slider/slider.template.js.map +1 -0
  429. package/dist/esm/spinner/define.js +1 -0
  430. package/dist/esm/spinner/define.js.map +1 -0
  431. package/dist/esm/spinner/index.js +1 -0
  432. package/dist/esm/spinner/index.js.map +1 -0
  433. package/dist/esm/spinner/spinner.definition.js +1 -0
  434. package/dist/esm/spinner/spinner.definition.js.map +1 -0
  435. package/dist/esm/spinner/spinner.js +8 -2
  436. package/dist/esm/spinner/spinner.js.map +1 -0
  437. package/dist/esm/spinner/spinner.options.js +1 -0
  438. package/dist/esm/spinner/spinner.options.js.map +1 -0
  439. package/dist/esm/spinner/spinner.styles.js +3 -1
  440. package/dist/esm/spinner/spinner.styles.js.map +1 -0
  441. package/dist/esm/spinner/spinner.template.js +2 -1
  442. package/dist/esm/spinner/spinner.template.js.map +1 -0
  443. package/dist/esm/styles/index.js +1 -0
  444. package/dist/esm/styles/index.js.map +1 -0
  445. package/dist/esm/styles/partials/badge.partials.js +6 -4
  446. package/dist/esm/styles/partials/badge.partials.js.map +1 -0
  447. package/dist/esm/styles/partials/index.js +1 -0
  448. package/dist/esm/styles/partials/index.js.map +1 -0
  449. package/dist/esm/switch/define.js +4 -0
  450. package/dist/esm/switch/define.js.map +1 -0
  451. package/dist/esm/switch/index.js +6 -0
  452. package/dist/esm/switch/index.js.map +1 -0
  453. package/dist/esm/switch/switch.definition.js +17 -0
  454. package/dist/esm/switch/switch.definition.js.map +1 -0
  455. package/dist/esm/switch/switch.js +14 -0
  456. package/dist/esm/switch/switch.js.map +1 -0
  457. package/dist/esm/switch/switch.options.js +10 -0
  458. package/dist/esm/switch/switch.options.js.map +1 -0
  459. package/dist/esm/switch/switch.styles.js +141 -0
  460. package/dist/esm/switch/switch.styles.js.map +1 -0
  461. package/dist/esm/switch/switch.template.js +5 -0
  462. package/dist/esm/switch/switch.template.js.map +1 -0
  463. package/dist/esm/tab/define.js +4 -0
  464. package/dist/esm/tab/define.js.map +1 -0
  465. package/dist/esm/tab/index.js +5 -0
  466. package/dist/esm/tab/index.js.map +1 -0
  467. package/dist/esm/tab/tab.definition.js +10 -0
  468. package/dist/esm/tab/tab.definition.js.map +1 -0
  469. package/dist/esm/tab/tab.js +20 -0
  470. package/dist/esm/tab/tab.js.map +1 -0
  471. package/dist/esm/tab/tab.styles.js +98 -0
  472. package/dist/esm/tab/tab.styles.js.map +1 -0
  473. package/dist/esm/tab/tab.template.js +13 -0
  474. package/dist/esm/tab/tab.template.js.map +1 -0
  475. package/dist/esm/tab-panel/define.js +4 -0
  476. package/dist/esm/tab-panel/define.js.map +1 -0
  477. package/dist/esm/tab-panel/index.js +5 -0
  478. package/dist/esm/tab-panel/index.js.map +1 -0
  479. package/dist/esm/tab-panel/tab-panel.definition.js +10 -0
  480. package/dist/esm/tab-panel/tab-panel.definition.js.map +1 -0
  481. package/dist/esm/tab-panel/tab-panel.js +4 -0
  482. package/dist/esm/tab-panel/tab-panel.js.map +1 -0
  483. package/dist/esm/tab-panel/tab-panel.styles.js +12 -0
  484. package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -0
  485. package/dist/esm/tab-panel/tab-panel.template.js +3 -0
  486. package/dist/esm/tab-panel/tab-panel.template.js.map +1 -0
  487. package/dist/esm/tabs/define.js +4 -0
  488. package/dist/esm/tabs/define.js.map +1 -0
  489. package/dist/esm/tabs/index.js +6 -0
  490. package/dist/esm/tabs/index.js.map +1 -0
  491. package/dist/esm/tabs/tabs.definition.js +10 -0
  492. package/dist/esm/tabs/tabs.definition.js.map +1 -0
  493. package/dist/esm/tabs/tabs.js +158 -0
  494. package/dist/esm/tabs/tabs.js.map +1 -0
  495. package/dist/esm/tabs/tabs.options.js +12 -0
  496. package/dist/esm/tabs/tabs.options.js.map +1 -0
  497. package/dist/esm/tabs/tabs.styles.js +230 -0
  498. package/dist/esm/tabs/tabs.styles.js.map +1 -0
  499. package/dist/esm/tabs/tabs.template.js +3 -0
  500. package/dist/esm/tabs/tabs.template.js.map +1 -0
  501. package/dist/esm/text/define.js +1 -0
  502. package/dist/esm/text/define.js.map +1 -0
  503. package/dist/esm/text/index.js +1 -0
  504. package/dist/esm/text/index.js.map +1 -0
  505. package/dist/esm/text/text.definition.js +1 -0
  506. package/dist/esm/text/text.definition.js.map +1 -0
  507. package/dist/esm/text/text.js +1 -0
  508. package/dist/esm/text/text.js.map +1 -0
  509. package/dist/esm/text/text.options.js +1 -0
  510. package/dist/esm/text/text.options.js.map +1 -0
  511. package/dist/esm/text/text.styles.js +9 -2
  512. package/dist/esm/text/text.styles.js.map +1 -0
  513. package/dist/esm/text/text.template.js +1 -0
  514. package/dist/esm/text/text.template.js.map +1 -0
  515. package/dist/esm/text-input/define.js +4 -0
  516. package/dist/esm/text-input/define.js.map +1 -0
  517. package/dist/esm/text-input/index.js +7 -0
  518. package/dist/esm/text-input/index.js.map +1 -0
  519. package/dist/esm/text-input/text-input.definition.js +18 -0
  520. package/dist/esm/text-input/text-input.definition.js.map +1 -0
  521. package/dist/esm/text-input/text-input.js +16 -0
  522. package/dist/esm/text-input/text-input.js.map +1 -0
  523. package/dist/esm/text-input/text-input.options.js +20 -0
  524. package/dist/esm/text-input/text-input.options.js.map +1 -0
  525. package/dist/esm/text-input/text-input.styles.js +200 -0
  526. package/dist/esm/text-input/text-input.styles.js.map +1 -0
  527. package/dist/esm/text-input/text-input.template.js +6 -0
  528. package/dist/esm/text-input/text-input.template.js.map +1 -0
  529. package/dist/esm/theme/design-tokens.js +7 -1
  530. package/dist/esm/theme/design-tokens.js.map +1 -0
  531. package/dist/esm/theme/index.js +2 -1
  532. package/dist/esm/theme/index.js.map +1 -0
  533. package/dist/esm/theme/set-theme.js +6 -0
  534. package/dist/esm/theme/set-theme.js.map +1 -0
  535. package/dist/esm/toggle-button/define.js +4 -0
  536. package/dist/esm/toggle-button/define.js.map +1 -0
  537. package/dist/esm/toggle-button/index.js +6 -0
  538. package/dist/esm/toggle-button/index.js.map +1 -0
  539. package/dist/esm/toggle-button/toggle-button.definition.js +21 -0
  540. package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -0
  541. package/dist/esm/toggle-button/toggle-button.js +102 -0
  542. package/dist/esm/toggle-button/toggle-button.js.map +1 -0
  543. package/dist/esm/toggle-button/toggle-button.options.js +17 -0
  544. package/dist/esm/toggle-button/toggle-button.options.js.map +1 -0
  545. package/dist/esm/toggle-button/toggle-button.styles.js +94 -0
  546. package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -0
  547. package/dist/esm/toggle-button/toggle-button.template.js +7 -0
  548. package/dist/esm/toggle-button/toggle-button.template.js.map +1 -0
  549. package/dist/esm/utils/apply-mixins.js +26 -0
  550. package/dist/esm/utils/apply-mixins.js.map +1 -0
  551. package/dist/esm/utils/get-initials.js +83 -0
  552. package/dist/esm/utils/get-initials.js.map +1 -0
  553. package/dist/fluent-web-components.api.json +10752 -6661
  554. package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +1 -0
  555. package/dist/storybook/108.b31ec3a1.iframe.bundle.js +1 -0
  556. package/dist/storybook/316.bc4aabd3.iframe.bundle.js +2 -0
  557. package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +17 -0
  558. package/dist/storybook/401.7edec720.iframe.bundle.js +2 -0
  559. package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +12 -0
  560. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +2 -0
  561. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +12 -0
  562. package/dist/storybook/491.77b24750.iframe.bundle.js +1 -0
  563. package/dist/storybook/709.22096ad4.iframe.bundle.js +2 -0
  564. package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +8 -0
  565. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +2 -0
  566. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +8 -0
  567. package/dist/storybook/721.46fa9f53.iframe.bundle.js +2 -0
  568. package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +31 -0
  569. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +2 -0
  570. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +31 -0
  571. package/dist/storybook/761.21909e5ef44f985ae0d4.manager.bundle.js +2 -0
  572. package/dist/storybook/761.21909e5ef44f985ae0d4.manager.bundle.js.LICENSE.txt +94 -0
  573. package/dist/storybook/858.da40ed98.iframe.bundle.js +1 -0
  574. package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +1 -0
  575. package/dist/storybook/885.6558041f.iframe.bundle.js +462 -0
  576. package/dist/storybook/885.6558041f.iframe.bundle.js.LICENSE.txt +46 -0
  577. package/dist/storybook/885.6558041f.iframe.bundle.js.map +1 -0
  578. package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +1 -0
  579. package/dist/storybook/954.630c5748.iframe.bundle.js +1 -0
  580. package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +1 -0
  581. package/dist/storybook/iframe.html +364 -0
  582. package/dist/storybook/index.html +165 -0
  583. package/dist/storybook/main.18c2c615e57574af12cd.manager.bundle.js +1 -0
  584. package/dist/storybook/main.ff3dba0d.iframe.bundle.js +1 -0
  585. package/dist/storybook/project.json +1 -0
  586. package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +1 -0
  587. package/dist/storybook/runtime~main.8db883e762072830487f.manager.bundle.js +1 -0
  588. package/dist/storybook/shell.css +83 -0
  589. package/{public → dist/storybook}/theme-switch.ts +1 -1
  590. package/dist/web-components.d.ts +2113 -387
  591. package/dist/web-components.js +7430 -1667
  592. package/dist/web-components.min.js +191 -116
  593. package/docs/api-report.md +929 -24
  594. package/package.json +136 -53
  595. package/playwright.config.ts +25 -0
  596. package/.eslintrc.json +0 -62
  597. package/CHANGELOG.json +0 -2787
  598. package/build/clean.cjs +0 -29
  599. package/build/transform-fragments.js +0 -29
  600. package/dist/dts/badge/badge.stories.d.ts +0 -12
  601. package/dist/dts/counter-badge/counter-badge.stories.d.ts +0 -14
  602. package/dist/dts/progress-bar/progress-bar.stories.d.ts +0 -9
  603. package/dist/dts/spinner/spinner.stories.d.ts +0 -8
  604. package/dist/dts/text/text.stories.d.ts +0 -8
  605. package/dist/dts/theme/theme.stories.d.ts +0 -5
  606. package/dist/esm/badge/badge.stories.js +0 -108
  607. package/dist/esm/counter-badge/counter-badge.stories.js +0 -102
  608. package/dist/esm/progress-bar/progress-bar.stories.js +0 -60
  609. package/dist/esm/spinner/spinner.stories.js +0 -45
  610. package/dist/esm/text/text.stories.js +0 -111
  611. package/dist/esm/theme/theme.stories.js +0 -21
  612. package/dist/tsdoc-metadata.json +0 -11
  613. package/rollup.config.js +0 -58
  614. package/storybook-typings.d.ts +0 -4
  615. /package/{public → dist/storybook}/SegoeUI-VF.ttf +0 -0
  616. /package/{public → dist/storybook}/favicon.ico +0 -0
  617. /package/{public → dist/storybook}/favicon.png +0 -0
package/CHANGELOG.json DELETED
@@ -1,2787 +0,0 @@
1
- {
2
- "name": "@fluentui/web-components",
3
- "entries": [
4
- {
5
- "date": "Wed, 15 Feb 2023 04:24:29 GMT",
6
- "tag": "@fluentui/web-components_v3.0.0-alpha.3",
7
- "version": "3.0.0-alpha.3",
8
- "comments": {
9
- "prerelease": [
10
- {
11
- "author": "ryan@ryanmerrill.net",
12
- "package": "@fluentui/web-components",
13
- "commit": "4d959c01c7b282136e669b7c0ac0d038b9deeafe",
14
- "comment": "Adds Spinner as a web component"
15
- },
16
- {
17
- "author": "chhol@microsoft.com",
18
- "package": "@fluentui/web-components",
19
- "commit": "09b44a73d3d225044af4e114d210176f7f38001a",
20
- "comment": "update fast element and foundation versions"
21
- }
22
- ]
23
- }
24
- },
25
- {
26
- "date": "Mon, 13 Feb 2023 04:21:38 GMT",
27
- "tag": "@fluentui/web-components_v3.0.0-alpha.2",
28
- "version": "3.0.0-alpha.2",
29
- "comments": {
30
- "none": [
31
- {
32
- "author": "martinhochel@microsoft.com",
33
- "package": "@fluentui/web-components",
34
- "commit": "5745de0ab6ab860f905c33d4430b857b8a72f27f",
35
- "comment": "style: fix formatting in files that were silently passed previously"
36
- }
37
- ]
38
- }
39
- },
40
- {
41
- "date": "Mon, 06 Feb 2023 04:20:29 GMT",
42
- "tag": "@fluentui/web-components_v3.0.0-alpha.2",
43
- "version": "3.0.0-alpha.2",
44
- "comments": {
45
- "none": [
46
- {
47
- "author": "martinhochel@microsoft.com",
48
- "package": "@fluentui/web-components",
49
- "commit": "dcf643c51586968fa700b83eb1982866e6cfe946",
50
- "comment": "ci: setup web-components docsite CI/CD"
51
- }
52
- ]
53
- }
54
- },
55
- {
56
- "date": "Thu, 26 Jan 2023 04:18:59 GMT",
57
- "tag": "@fluentui/web-components_v3.0.0-alpha.2",
58
- "version": "3.0.0-alpha.2",
59
- "comments": {
60
- "none": [
61
- {
62
- "author": "martinhochel@microsoft.com",
63
- "package": "@fluentui/web-components",
64
- "commit": "1949a66866dca51e82530efdedbb3d455880d614",
65
- "comment": "chore(web-components): run manually bump to fix failed CI release"
66
- }
67
- ]
68
- }
69
- },
70
- {
71
- "date": "Wed, 25 Jan 2023 17:42:30 GMT",
72
- "tag": "@fluentui/web-components_v3.0.0-alpha.2",
73
- "version": "3.0.0-alpha.2",
74
- "comments": {
75
- "prerelease": [
76
- {
77
- "author": "miroslav.stastny@microsoft.com",
78
- "package": "@fluentui/web-components",
79
- "commit": "68de783e80c71173a717c758680a63bf9c7e8c78",
80
- "comment": "feat: export theme"
81
- }
82
- ],
83
- "none": [
84
- {
85
- "author": "martinhochel@microsoft.com",
86
- "package": "@fluentui/web-components",
87
- "commit": "c5b3031ada2f788ef0a36185024f4c10c16143d6",
88
- "comment": "chore: run manually bump to fix failed CI release"
89
- }
90
- ]
91
- }
92
- },
93
- {
94
- "date": "Wed, 25 Jan 2023 14:49:08 GMT",
95
- "tag": "@fluentui/web-components_v3.0.0-alpha.1",
96
- "version": "3.0.0-alpha.1",
97
- "comments": {
98
- "prerelease": [
99
- {
100
- "author": "ryan@ryanmerrill.net",
101
- "package": "@fluentui/web-components",
102
- "commit": "1322f3f962e8a850fe104cc2ba9b12b2bc2f2842",
103
- "comment": "add progressbar as new component"
104
- },
105
- {
106
- "author": "miroslav.stastny@microsoft.com",
107
- "package": "@fluentui/web-components",
108
- "commit": "6de62a46eafd74b968ec913901729b3f7284dc7a",
109
- "comment": "Add initial theme"
110
- },
111
- {
112
- "author": "chhol@microsoft.com",
113
- "package": "@fluentui/web-components",
114
- "commit": "eead74fee07339f998615fe34d8f847d0f63af6e",
115
- "comment": "add badge and counter badge as new components"
116
- },
117
- {
118
- "author": "chhol@microsoft.com",
119
- "package": "@fluentui/web-components",
120
- "commit": "5e3ba35835c0a5487b574ea58a51cccd67b5fa8c",
121
- "comment": "add text as a new component"
122
- }
123
- ],
124
- "none": [
125
- {
126
- "author": "martinhochel@microsoft.com",
127
- "package": "@fluentui/web-components",
128
- "commit": "7c94cbd46051ea57bba4e8885c86e89967bb412c",
129
- "comment": "chore: setup typescript 4.7 for web-components package"
130
- },
131
- {
132
- "author": "miroslav.stastny@microsoft.com",
133
- "package": "@fluentui/web-components",
134
- "commit": "cd42ab4f8aa11c7ac134538193dc8dc4a01ca0f3",
135
- "comment": "Reset web-components for v3 development"
136
- },
137
- {
138
- "author": "martinhochel@microsoft.com",
139
- "package": "@fluentui/web-components",
140
- "commit": "7f15428e8fb2c3cfbfe8e555978bfa66f74f8fd8",
141
- "comment": "chore: bump web-components to 3.0.0-alpha.0"
142
- },
143
- {
144
- "author": "martinhochel@microsoft.com",
145
- "package": "@fluentui/web-components",
146
- "commit": "9b29aada3dba8f929530ddc1b4b64e869d5fffd4",
147
- "comment": "chore(web-components): resolve invalid webpack test regex on windows"
148
- },
149
- {
150
- "author": "chhol@microsoft.com",
151
- "package": "@fluentui/web-components",
152
- "commit": "be3d30fcbe222be34b02a554e948d14bb2d730df",
153
- "comment": "update clean file to .cjs and ensure rimraf is in dependency tree"
154
- }
155
- ]
156
- }
157
- },
158
- {
159
- "date": "Thu, 26 Jan 2023 07:35:32 GMT",
160
- "tag": "@fluentui/web-components_v2.5.12",
161
- "version": "2.5.12",
162
- "comments": {
163
- "patch": [
164
- {
165
- "author": "martinhochel@microsoft.com",
166
- "package": "@fluentui/web-components",
167
- "commit": "c5ad495ac5b9f4a10906f241b6b4ce54dbd9e7d1",
168
- "comment": "feat: bump tslib to 2.1 to align with rest of monorepo packages"
169
- }
170
- ]
171
- }
172
- },
173
- {
174
- "date": "Wed, 11 Jan 2023 07:50:49 GMT",
175
- "tag": "@fluentui/web-components_v2.5.11",
176
- "version": "2.5.11",
177
- "comments": {
178
- "patch": [
179
- {
180
- "author": "mgodbolt@microsoft.com",
181
- "package": "@fluentui/web-components",
182
- "commit": "854d1159c9a57d496f6db1ab9f20885136d20cc6",
183
- "comment": "chore: upgrade version of storybook"
184
- }
185
- ]
186
- }
187
- },
188
- {
189
- "date": "Tue, 10 Jan 2023 07:50:14 GMT",
190
- "tag": "@fluentui/web-components_v2.5.10",
191
- "version": "2.5.10",
192
- "comments": {
193
- "patch": [
194
- {
195
- "author": "jes@microsoft.com",
196
- "package": "@fluentui/web-components",
197
- "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f",
198
- "comment": "fix: layering zindex issue with sub menus"
199
- }
200
- ]
201
- }
202
- },
203
- {
204
- "date": "Thu, 05 Jan 2023 07:59:57 GMT",
205
- "tag": "@fluentui/web-components_v2.5.9",
206
- "version": "2.5.9",
207
- "comments": {
208
- "patch": [
209
- {
210
- "author": "abcy@microsoft.com",
211
- "package": "@fluentui/web-components",
212
- "commit": "b53326ef8367bbd954237bd039c5520188ed1071",
213
- "comment": "Fix fluent-tooltip not showing anchor pointer when wc prefix is changed"
214
- }
215
- ]
216
- }
217
- },
218
- {
219
- "date": "Tue, 15 Nov 2022 07:44:58 GMT",
220
- "tag": "@fluentui/web-components_v2.5.8",
221
- "version": "2.5.8",
222
- "comments": {
223
- "none": [
224
- {
225
- "author": "martinhochel@microsoft.com",
226
- "package": "@fluentui/web-components",
227
- "commit": "d419dfa7124fb15ebae8a27b30bdad869964301b",
228
- "comment": "chore(.storybook): disable telemetry"
229
- }
230
- ]
231
- }
232
- },
233
- {
234
- "date": "Wed, 26 Oct 2022 07:52:54 GMT",
235
- "tag": "@fluentui/web-components_v2.5.8",
236
- "version": "2.5.8",
237
- "comments": {
238
- "patch": [
239
- {
240
- "author": "chhol@microsoft.com",
241
- "package": "@fluentui/web-components",
242
- "commit": "400b81dc432ff1720a89ffafee0666c4e920272b",
243
- "comment": "emit activeid as part of accordion change event"
244
- }
245
- ]
246
- }
247
- },
248
- {
249
- "date": "Fri, 21 Oct 2022 07:44:53 GMT",
250
- "tag": "@fluentui/web-components_v2.5.7",
251
- "version": "2.5.7",
252
- "comments": {
253
- "patch": [
254
- {
255
- "author": "47367562+bheston@users.noreply.github.com",
256
- "package": "@fluentui/web-components",
257
- "commit": "b63fc36cbcbe821d2e53d7924a3cc5aedb6a33a2",
258
- "comment": "Cleaned up shared styles for button and input for improved reuse and color updates"
259
- }
260
- ]
261
- }
262
- },
263
- {
264
- "date": "Mon, 10 Oct 2022 07:38:23 GMT",
265
- "tag": "@fluentui/web-components_v2.5.6",
266
- "version": "2.5.6",
267
- "comments": {
268
- "none": [
269
- {
270
- "author": "martinhochel@microsoft.com",
271
- "package": "@fluentui/web-components",
272
- "commit": "337a32b1a4f2e82235e193e115666aee659c650c",
273
- "comment": "chore: migrate to webpack5 and apply single version policy"
274
- }
275
- ]
276
- }
277
- },
278
- {
279
- "date": "Mon, 19 Sep 2022 07:47:29 GMT",
280
- "tag": "@fluentui/web-components_v2.5.6",
281
- "version": "2.5.6",
282
- "comments": {
283
- "patch": [
284
- {
285
- "author": "47367562+bheston@users.noreply.github.com",
286
- "package": "@fluentui/web-components",
287
- "commit": "2420757404f54aba8e92cdbc41965a6fdbce8a3d",
288
- "comment": "Standardized focus treatment to use `outline` instead of a combination of `border` and `box-shadow`"
289
- }
290
- ]
291
- }
292
- },
293
- {
294
- "date": "Wed, 07 Sep 2022 07:54:43 GMT",
295
- "tag": "@fluentui/web-components_v2.5.5",
296
- "version": "2.5.5",
297
- "comments": {
298
- "patch": [
299
- {
300
- "author": "chhol@microsoft.com",
301
- "package": "@fluentui/web-components",
302
- "commit": "44bd582ade25f325c4707b75b94ab526fc657cb6",
303
- "comment": "update fast-foundation to latest packages to resovle 24561"
304
- }
305
- ]
306
- }
307
- },
308
- {
309
- "date": "Fri, 02 Sep 2022 07:48:52 GMT",
310
- "tag": "@fluentui/web-components_v2.5.4",
311
- "version": "2.5.4",
312
- "comments": {
313
- "none": [
314
- {
315
- "author": "aelkholy248@gmail.com",
316
- "package": "@fluentui/web-components",
317
- "commit": "6f68ec25042436f1fd33d8edb7ca82bd622b80d3",
318
- "comment": "Fix typos in webpack integration instructions"
319
- }
320
- ]
321
- }
322
- },
323
- {
324
- "date": "Tue, 30 Aug 2022 07:41:54 GMT",
325
- "tag": "@fluentui/web-components_v2.5.4",
326
- "version": "2.5.4",
327
- "comments": {
328
- "patch": [
329
- {
330
- "author": "chhol@microsoft.com",
331
- "package": "@fluentui/web-components",
332
- "commit": "9e86978c43db785ec3f40ee9e0bd35693e26189d",
333
- "comment": "update FAST packages to resolve issues with form constraint validation on form associated elements"
334
- }
335
- ]
336
- }
337
- },
338
- {
339
- "date": "Wed, 10 Aug 2022 07:37:33 GMT",
340
- "tag": "@fluentui/web-components_v2.5.3",
341
- "version": "2.5.3",
342
- "comments": {
343
- "none": [
344
- {
345
- "author": "martinhochel@microsoft.com",
346
- "package": "@fluentui/web-components",
347
- "commit": "5a44edc603012847bbe5cc7b29d65bb86c7fb8b2",
348
- "comment": "chore: use only 1 instance of ts-node in monorepo"
349
- }
350
- ]
351
- }
352
- },
353
- {
354
- "date": "Mon, 25 Jul 2022 07:36:55 GMT",
355
- "tag": "@fluentui/web-components_v2.5.3",
356
- "version": "2.5.3",
357
- "comments": {
358
- "none": [
359
- {
360
- "author": "martinhochel@microsoft.com",
361
- "package": "@fluentui/web-components",
362
- "commit": "5aa33cbb283143f8dda9a836faa1b69d94c1ca64",
363
- "comment": "chore(storybook): remove deprecated --static-dir CLI flag usage"
364
- }
365
- ]
366
- }
367
- },
368
- {
369
- "date": "Thu, 16 Jun 2022 23:03:44 GMT",
370
- "tag": "@fluentui/web-components_v2.5.3",
371
- "version": "2.5.3",
372
- "comments": {
373
- "patch": [
374
- {
375
- "author": "chhol@microsoft.com",
376
- "package": "@fluentui/web-components",
377
- "commit": "5d8b70afcccb439ffb41c4442860b61212da2492",
378
- "comment": "update to latest stable versions of FAST packages"
379
- }
380
- ]
381
- }
382
- },
383
- {
384
- "date": "Tue, 14 Jun 2022 07:52:10 GMT",
385
- "tag": "@fluentui/web-components_v2.5.2",
386
- "version": "2.5.2",
387
- "comments": {
388
- "none": [
389
- {
390
- "author": "47367562+bheston@users.noreply.github.com",
391
- "package": "@fluentui/web-components",
392
- "commit": "71cf20976f873e7aed3abd2aa3daf953d06941f9",
393
- "comment": "Fixed Storybook loading page name check"
394
- }
395
- ]
396
- }
397
- },
398
- {
399
- "date": "Tue, 07 Jun 2022 07:48:04 GMT",
400
- "tag": "@fluentui/web-components_v2.5.2",
401
- "version": "2.5.2",
402
- "comments": {
403
- "patch": [
404
- {
405
- "author": "47367562+bheston@users.noreply.github.com",
406
- "package": "@fluentui/web-components",
407
- "commit": "8949b3e8dcdb3dcb4b987fcb08ff48e549133828",
408
- "comment": "(web-components) Fix issue loading Color Explorer values"
409
- }
410
- ]
411
- }
412
- },
413
- {
414
- "date": "Thu, 02 Jun 2022 07:38:04 GMT",
415
- "tag": "@fluentui/web-components_v2.5.1",
416
- "version": "2.5.1",
417
- "comments": {
418
- "none": [
419
- {
420
- "author": "mgodbolt@microsoft.com",
421
- "package": "@fluentui/web-components",
422
- "commit": "d989caf6db389bb92221f372c8028cf7a85210b4",
423
- "comment": "upgrade storybook to 6.5"
424
- }
425
- ]
426
- }
427
- },
428
- {
429
- "date": "Tue, 17 May 2022 07:45:01 GMT",
430
- "tag": "@fluentui/web-components_v2.5.1",
431
- "version": "2.5.1",
432
- "comments": {
433
- "patch": [
434
- {
435
- "author": "47367562+bheston@users.noreply.github.com",
436
- "package": "@fluentui/web-components",
437
- "commit": "d5706692da2077930b084bff166d0981c058eb7e",
438
- "comment": "Added the Color Explorer as a web components Storybook page"
439
- }
440
- ]
441
- }
442
- },
443
- {
444
- "date": "Fri, 06 May 2022 07:36:53 GMT",
445
- "tag": "@fluentui/web-components_v2.5.0",
446
- "version": "2.5.0",
447
- "comments": {
448
- "minor": [
449
- {
450
- "author": "47367562+bheston@users.noreply.github.com",
451
- "package": "@fluentui/web-components",
452
- "commit": "b60bcd3b01d2927a03660523eea42b42f507e85b",
453
- "comment": "Added support for Segoe UI Variable font with variant configurations Added type ramp helpers to conveniently and consistently apply all necessary font attributes."
454
- }
455
- ]
456
- }
457
- },
458
- {
459
- "date": "Thu, 28 Apr 2022 07:39:56 GMT",
460
- "tag": "@fluentui/web-components_v2.4.0",
461
- "version": "2.4.0",
462
- "comments": {
463
- "minor": [
464
- {
465
- "author": "chhol@microsoft.com",
466
- "package": "@fluentui/web-components",
467
- "commit": "7b73745e44fb4be6c228de0f1a500eea0d9db00b",
468
- "comment": "update to latest versions of fast-element and fast-foundation for web components"
469
- }
470
- ]
471
- }
472
- },
473
- {
474
- "date": "Tue, 08 Mar 2022 23:29:58 GMT",
475
- "tag": "@fluentui/web-components_v2.3.1",
476
- "version": "2.3.1",
477
- "comments": {
478
- "none": [
479
- {
480
- "author": "mgodbolt@microsoft.com",
481
- "package": "@fluentui/web-components",
482
- "commit": "61d1ec16271c2beff80f449c35b10e0b8a1817b5",
483
- "comment": "basic storybook upgrade without the new story store format"
484
- }
485
- ]
486
- }
487
- },
488
- {
489
- "date": "Mon, 07 Mar 2022 07:41:14 GMT",
490
- "tag": "@fluentui/web-components_v2.3.1",
491
- "version": "2.3.1",
492
- "comments": {
493
- "none": [
494
- {
495
- "author": "chhol@microsoft.com",
496
- "package": "@fluentui/web-components",
497
- "commit": "415b189f76b7f5bca11ebc62d3a6855c01b59c53",
498
- "comment": "update karma to latest stable version for web components"
499
- }
500
- ],
501
- "patch": [
502
- {
503
- "author": "john.kreitlow@microsoft.com",
504
- "package": "@fluentui/web-components",
505
- "commit": "9d0611016f1e6f5a39b105df1d6e85beecb1e469",
506
- "comment": "fix d.ts errors generated by api-extractor"
507
- }
508
- ]
509
- }
510
- },
511
- {
512
- "date": "Tue, 01 Mar 2022 07:23:43 GMT",
513
- "tag": "@fluentui/web-components_v2.3.0",
514
- "version": "2.3.0",
515
- "comments": {
516
- "minor": [
517
- {
518
- "author": "john.kreitlow@microsoft.com",
519
- "package": "@fluentui/web-components",
520
- "commit": "7f08d68021d8f41d6de1fa2e18e78be3d0868e73",
521
- "comment": "update package dependencies in web-components"
522
- }
523
- ]
524
- }
525
- },
526
- {
527
- "date": "Fri, 18 Feb 2022 07:22:08 GMT",
528
- "tag": "@fluentui/web-components_v2.2.3",
529
- "version": "2.2.3",
530
- "comments": {
531
- "patch": [
532
- {
533
- "author": "47367562+bheston@users.noreply.github.com",
534
- "package": "@fluentui/web-components",
535
- "commit": "b8bea1a92f7aee43b6887c9f035e33d4c26ddac0",
536
- "comment": "Aligned \"plus 2\" type ramp line height size"
537
- }
538
- ]
539
- }
540
- },
541
- {
542
- "date": "Thu, 27 Jan 2022 07:34:08 GMT",
543
- "tag": "@fluentui/web-components_v2.2.2",
544
- "version": "2.2.2",
545
- "comments": {
546
- "patch": [
547
- {
548
- "author": "robarb@microsoft.com",
549
- "package": "@fluentui/web-components",
550
- "commit": "739a799bb753ced2968289ed6a6b253319ae7138",
551
- "comment": "Updating fast-foundation to v2.32.0"
552
- }
553
- ]
554
- }
555
- },
556
- {
557
- "date": "Mon, 17 Jan 2022 09:43:48 GMT",
558
- "tag": "@fluentui/web-components_v2.2.1",
559
- "version": "2.2.1",
560
- "comments": {
561
- "none": [
562
- {
563
- "author": "tristan.watanabe@gmail.com",
564
- "package": "@fluentui/web-components",
565
- "commit": "4dcdb85d20d7cf5d0aa71c09098142e8c933530b",
566
- "comment": "Remove unused declared variables in combobox styles"
567
- }
568
- ]
569
- }
570
- },
571
- {
572
- "date": "Wed, 12 Jan 2022 07:32:29 GMT",
573
- "tag": "@fluentui/web-components_v2.2.1",
574
- "version": "2.2.1",
575
- "comments": {
576
- "patch": [
577
- {
578
- "author": "47367562+bheston@users.noreply.github.com",
579
- "package": "@fluentui/web-components",
580
- "commit": "06cb25c66838875a18dc264ebfa8c5547ce4ebb2",
581
- "comment": "Update tab panel to base type size"
582
- }
583
- ]
584
- }
585
- },
586
- {
587
- "date": "Fri, 07 Jan 2022 07:27:47 GMT",
588
- "tag": "@fluentui/web-components_v2.2.0",
589
- "version": "2.2.0",
590
- "comments": {
591
- "minor": [
592
- {
593
- "author": "jes@microsoft.com",
594
- "package": "@fluentui/web-components",
595
- "commit": "ebe29c6b802a65fd6a568d511e067ec4a272f817",
596
- "comment": "feat: add search web component"
597
- }
598
- ]
599
- }
600
- },
601
- {
602
- "date": "Wed, 15 Dec 2021 07:31:29 GMT",
603
- "tag": "@fluentui/web-components_v2.1.3",
604
- "version": "2.1.3",
605
- "comments": {
606
- "patch": [
607
- {
608
- "author": "jes@microsoft.com",
609
- "package": "@fluentui/web-components",
610
- "commit": "bd40a6eca1aaa0702e7989087b01de32c9aa6c3d",
611
- "comment": "fix: prevent disabled flipper from emitting event"
612
- }
613
- ],
614
- "none": [
615
- {
616
- "author": "martinhochel@microsoft.com",
617
- "package": "@fluentui/web-components",
618
- "commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
619
- "comment": "chore: update all jest deps to v26"
620
- }
621
- ]
622
- }
623
- },
624
- {
625
- "date": "Fri, 10 Dec 2021 07:30:35 GMT",
626
- "tag": "@fluentui/web-components_v2.1.2",
627
- "version": "2.1.2",
628
- "comments": {
629
- "patch": [
630
- {
631
- "author": "robarb@microsoft.com",
632
- "package": "@fluentui/web-components",
633
- "commit": "89deee5b2a8a5da67a557cd6b19fe9c51ab36de1",
634
- "comment": "fix: z-index in accordion header renders above content"
635
- }
636
- ]
637
- }
638
- },
639
- {
640
- "date": "Thu, 02 Dec 2021 07:36:29 GMT",
641
- "tag": "@fluentui/web-components_v2.1.1",
642
- "version": "2.1.1",
643
- "comments": {
644
- "patch": [
645
- {
646
- "author": "jes@microsoft.com",
647
- "package": "@fluentui/web-components",
648
- "commit": "a69b283c2eb799c0edc5276d9d1094d1f3d4e4ac",
649
- "comment": "fix: tabpanel shifting in vertical layout"
650
- }
651
- ]
652
- }
653
- },
654
- {
655
- "date": "Tue, 23 Nov 2021 07:27:34 GMT",
656
- "tag": "@fluentui/web-components_v2.1.0",
657
- "version": "2.1.0",
658
- "comments": {
659
- "minor": [
660
- {
661
- "author": "jes@microsoft.com",
662
- "package": "@fluentui/web-components",
663
- "commit": "2dbe9eadd8ae071bbb056ad15461c1c7ea8d9430",
664
- "comment": "fix: remove margins from host elements"
665
- }
666
- ]
667
- }
668
- },
669
- {
670
- "date": "Tue, 09 Nov 2021 07:38:11 GMT",
671
- "tag": "@fluentui/web-components_v2.0.2",
672
- "version": "2.0.2",
673
- "comments": {
674
- "patch": [
675
- {
676
- "author": "robarb@microsoft.com",
677
- "package": "@fluentui/web-components",
678
- "commit": "55a9400f93758ad7cb37789aa524a6eb6b2a5322",
679
- "comment": "FluentUI calendar component"
680
- }
681
- ]
682
- }
683
- },
684
- {
685
- "date": "Tue, 02 Nov 2021 07:37:01 GMT",
686
- "tag": "@fluentui/web-components_v2.0.1",
687
- "version": "2.0.1",
688
- "comments": {
689
- "patch": [
690
- {
691
- "author": "chhol@microsoft.com",
692
- "package": "@fluentui/web-components",
693
- "commit": "71d4e117d0bad7e238ff53e4d1a0671a6ead7085",
694
- "comment": "fix web components webpack integration docs and update the package dependencies"
695
- },
696
- {
697
- "author": "khamu@microsoft.com",
698
- "package": "@fluentui/web-components",
699
- "commit": "2cb0ac33d03c843c556c2cd554fd6ac9a91f4f33",
700
- "comment": "fixed high contrast visual for web components"
701
- },
702
- {
703
- "author": "chhol@microsoft.com",
704
- "package": "@fluentui/web-components",
705
- "commit": "e9e7f438f1530d5629108a27dfd1d81d7c107293",
706
- "comment": "change input state styles to fix height and prevent z-index from blocking cursor"
707
- }
708
- ]
709
- }
710
- },
711
- {
712
- "date": "Mon, 01 Nov 2021 21:28:50 GMT",
713
- "tag": "@fluentui/web-components_v2.0.0",
714
- "version": "2.0.0",
715
- "comments": {
716
- "none": [
717
- {
718
- "author": "brookdozer@gmail.com",
719
- "package": "@fluentui/web-components",
720
- "commit": "197823fe1233c21127dbce9c546c90e3e0e548be",
721
- "comment": "Fixing visual update merge conflicts"
722
- }
723
- ]
724
- }
725
- },
726
- {
727
- "date": "Mon, 25 Oct 2021 07:38:02 GMT",
728
- "tag": "@fluentui/web-components_v2.0.0",
729
- "version": "2.0.0",
730
- "comments": {
731
- "none": [
732
- {
733
- "author": "chhol@microsoft.com",
734
- "package": "@fluentui/web-components",
735
- "comment": "remove beachball configuration override to again disallow major versions",
736
- "commit": "a88fb53fb38a20912b7ddea33b5f3313a721e148"
737
- }
738
- ]
739
- }
740
- },
741
- {
742
- "date": "Fri, 22 Oct 2021 23:04:22 GMT",
743
- "tag": "@fluentui/web-components_v2.0.0",
744
- "version": "2.0.0",
745
- "comments": {
746
- "major": [
747
- {
748
- "author": "47367562+bheston@users.noreply.github.com",
749
- "package": "@fluentui/web-components",
750
- "comment": "Update to Sun Valley visual styling",
751
- "commit": "4e422ca35d0eb8dcf173031e1b0915e2439b2e19"
752
- }
753
- ]
754
- }
755
- },
756
- {
757
- "date": "Fri, 22 Oct 2021 19:30:28 GMT",
758
- "tag": "@fluentui/web-components_v1.6.3",
759
- "version": "1.6.3",
760
- "comments": {
761
- "none": [
762
- {
763
- "author": "brookdozer@gmail.com",
764
- "package": "@fluentui/web-components",
765
- "comment": "Web-components Storybook content updates",
766
- "commit": "ed06ea1fabb97a1ee5ee4f73cf2eaac169dc69be"
767
- }
768
- ],
769
- "patch": [
770
- {
771
- "author": "chhol@microsoft.com",
772
- "package": "@fluentui/web-components",
773
- "comment": "update foundation package and react documentation",
774
- "commit": "ed06ea1fabb97a1ee5ee4f73cf2eaac169dc69be"
775
- }
776
- ]
777
- }
778
- },
779
- {
780
- "date": "Thu, 21 Oct 2021 07:28:35 GMT",
781
- "tag": "@fluentui/web-components_v1.6.2",
782
- "version": "1.6.2",
783
- "comments": {
784
- "none": [
785
- {
786
- "author": "elcraig@microsoft.com",
787
- "package": "@fluentui/web-components",
788
- "comment": "Fix web-components storybook",
789
- "commit": "619163b3e099a775a2486a21e0187cec86b2b7c2"
790
- }
791
- ]
792
- }
793
- },
794
- {
795
- "date": "Tue, 19 Oct 2021 07:38:09 GMT",
796
- "tag": "@fluentui/web-components_v1.6.2",
797
- "version": "1.6.2",
798
- "comments": {
799
- "none": [
800
- {
801
- "author": "elcraig@microsoft.com",
802
- "package": "@fluentui/web-components",
803
- "comment": "Move storybook/html dev dep back to web-components and update scripts",
804
- "commit": "ed3a8350b8d760cdef9323bb5646012888c75afd"
805
- }
806
- ]
807
- }
808
- },
809
- {
810
- "date": "Thu, 14 Oct 2021 00:11:22 GMT",
811
- "tag": "@fluentui/web-components_v1.6.2",
812
- "version": "1.6.2",
813
- "comments": {
814
- "patch": [
815
- {
816
- "author": "chhol@microsoft.com",
817
- "package": "@fluentui/web-components",
818
- "comment": "remove dependency on lodash-es with fast-web-utilities",
819
- "commit": "99f64c155271dba50e57ced4cec6ac5e98387056"
820
- }
821
- ]
822
- }
823
- },
824
- {
825
- "date": "Fri, 08 Oct 2021 07:31:50 GMT",
826
- "tag": "@fluentui/web-components_v1.6.1",
827
- "version": "1.6.1",
828
- "comments": {
829
- "patch": [
830
- {
831
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
832
- "package": "@fluentui/web-components",
833
- "comment": "add progress animated examples",
834
- "commit": "3c3fae80fd74eb02fa0daa59b49afde39de83370"
835
- }
836
- ]
837
- }
838
- },
839
- {
840
- "date": "Thu, 07 Oct 2021 07:30:53 GMT",
841
- "tag": "@fluentui/web-components_v1.6.0",
842
- "version": "1.6.0",
843
- "comments": {
844
- "minor": [
845
- {
846
- "author": "chhol@microsoft.com",
847
- "package": "@fluentui/web-components",
848
- "comment": "create explicit classes for progress ring and progress to prevent conflicts during tagFor retrieval",
849
- "commit": "41f9ce245c6d38ab880ca4696c3ff4f83537df4d"
850
- },
851
- {
852
- "author": "47367562+bheston@users.noreply.github.com",
853
- "package": "@fluentui/web-components",
854
- "comment": "Update token file order and deprecations to prepare for vNext",
855
- "commit": "41f9ce245c6d38ab880ca4696c3ff4f83537df4d"
856
- }
857
- ],
858
- "patch": [
859
- {
860
- "author": "khamu@microsoft.com",
861
- "package": "@fluentui/web-components",
862
- "comment": "add end start selector",
863
- "commit": "41f9ce245c6d38ab880ca4696c3ff4f83537df4d"
864
- }
865
- ]
866
- }
867
- },
868
- {
869
- "date": "Wed, 06 Oct 2021 11:11:56 GMT",
870
- "tag": "@fluentui/web-components_v1.5.6",
871
- "version": "1.5.6",
872
- "comments": {
873
- "patch": [
874
- {
875
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
876
- "package": "@fluentui/web-components",
877
- "comment": "update web components progress determinate color to accentFillRest",
878
- "commit": "19e3ce0c93afbd30b32dca7f07f2a630eb7a01a2"
879
- }
880
- ]
881
- }
882
- },
883
- {
884
- "date": "Tue, 05 Oct 2021 07:37:17 GMT",
885
- "tag": "@fluentui/web-components_v1.5.5",
886
- "version": "1.5.5",
887
- "comments": {
888
- "patch": [
889
- {
890
- "author": "brookdozer@gmail.com",
891
- "package": "@fluentui/web-components",
892
- "comment": "Update installation doc story",
893
- "commit": "de0266f3ced68c137aa5e27b30691f960982df9e"
894
- },
895
- {
896
- "author": "chhol@microsoft.com",
897
- "package": "@fluentui/web-components",
898
- "comment": "fix issue where tree item selection was being impacted due to event issues",
899
- "commit": "de0266f3ced68c137aa5e27b30691f960982df9e"
900
- }
901
- ]
902
- }
903
- },
904
- {
905
- "date": "Wed, 29 Sep 2021 07:36:23 GMT",
906
- "tag": "@fluentui/web-components_v1.5.4",
907
- "version": "1.5.4",
908
- "comments": {
909
- "patch": [
910
- {
911
- "author": "chhol@microsoft.com",
912
- "package": "@fluentui/web-components",
913
- "comment": "fix syntax issue causing padding to not be applied to text area",
914
- "commit": "e726d8b364e68d28821710ea168b3ee0f7a23345"
915
- }
916
- ]
917
- }
918
- },
919
- {
920
- "date": "Thu, 23 Sep 2021 07:35:13 GMT",
921
- "tag": "@fluentui/web-components_v1.5.3",
922
- "version": "1.5.3",
923
- "comments": {
924
- "none": [
925
- {
926
- "author": "brookdozer@gmail.com",
927
- "package": "@fluentui/web-components",
928
- "comment": "Update content for web component overview docs",
929
- "commit": "e356b30fbc9830f64d23ca4d73cc0ad11e48faf3"
930
- }
931
- ],
932
- "patch": [
933
- {
934
- "author": "chhol@microsoft.com",
935
- "package": "@fluentui/web-components",
936
- "comment": "add additional param to allComponents registry",
937
- "commit": "e356b30fbc9830f64d23ca4d73cc0ad11e48faf3"
938
- }
939
- ]
940
- }
941
- },
942
- {
943
- "date": "Fri, 17 Sep 2021 07:35:26 GMT",
944
- "tag": "@fluentui/web-components_v1.5.2",
945
- "version": "1.5.2",
946
- "comments": {
947
- "patch": [
948
- {
949
- "author": "chhol@microsoft.com",
950
- "package": "@fluentui/web-components",
951
- "comment": "fix slider thumb positioning math",
952
- "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575"
953
- },
954
- {
955
- "author": "nicholasrice@users.noreply.github.com",
956
- "package": "@fluentui/web-components",
957
- "comment": "implement caching mechanism for PaletteRGB.closestIndexOf",
958
- "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575"
959
- }
960
- ],
961
- "none": [
962
- {
963
- "author": "brookdozer@gmail.com",
964
- "package": "@fluentui/web-components",
965
- "comment": "Fix web-component toolbar storybook location",
966
- "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575"
967
- }
968
- ]
969
- }
970
- },
971
- {
972
- "date": "Tue, 14 Sep 2021 20:09:02 GMT",
973
- "tag": "@fluentui/web-components_v1.5.1",
974
- "version": "1.5.1",
975
- "comments": {
976
- "patch": [
977
- {
978
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
979
- "package": "@fluentui/web-components",
980
- "comment": "add toolbar as new web component",
981
- "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c"
982
- }
983
- ]
984
- }
985
- },
986
- {
987
- "date": "Mon, 13 Sep 2021 07:37:03 GMT",
988
- "tag": "@fluentui/web-components_v1.5.0",
989
- "version": "1.5.0",
990
- "comments": {
991
- "minor": [
992
- {
993
- "author": "chhol@microsoft.com",
994
- "package": "@fluentui/web-components",
995
- "comment": "implement base class for components which extend beyond foundation",
996
- "commit": "39625b321acf26a327021e5d904f6f91dbf9a9e2"
997
- }
998
- ]
999
- }
1000
- },
1001
- {
1002
- "date": "Fri, 10 Sep 2021 07:39:51 GMT",
1003
- "tag": "@fluentui/web-components_v1.4.2",
1004
- "version": "1.4.2",
1005
- "comments": {
1006
- "patch": [
1007
- {
1008
- "comment": "fix tab panel display",
1009
- "author": "corylaviska@microsoft.com",
1010
- "commit": "1faed19b8bf0481bab8a2fc7b4efa0c2e4bb1be5",
1011
- "package": "@fluentui/web-components"
1012
- },
1013
- {
1014
- "comment": "Updated the default fill color to neutral layer 1",
1015
- "author": "47367562+bheston@users.noreply.github.com",
1016
- "commit": "53d2bee2745b9f9a4c59a90f4bd59a80378d590f",
1017
- "package": "@fluentui/web-components"
1018
- }
1019
- ],
1020
- "none": [
1021
- {
1022
- "comment": "Improve structure of web-components Storybook and add docs",
1023
- "author": "brookdozer@gmail.com",
1024
- "commit": "4c970883a796505b132b356aa03302c068eb0ea9",
1025
- "package": "@fluentui/web-components"
1026
- }
1027
- ]
1028
- }
1029
- },
1030
- {
1031
- "date": "Fri, 03 Sep 2021 00:13:07 GMT",
1032
- "tag": "@fluentui/web-components_v1.4.1",
1033
- "version": "1.4.1",
1034
- "comments": {
1035
- "patch": [
1036
- {
1037
- "comment": "patch: apply fast version updates",
1038
- "author": "jes@microsoft.com",
1039
- "commit": "65fc391022bb3ed9143ce5b3c52491ab0fff08dc",
1040
- "package": "@fluentui/web-components"
1041
- }
1042
- ]
1043
- }
1044
- },
1045
- {
1046
- "date": "Thu, 02 Sep 2021 07:36:46 GMT",
1047
- "tag": "@fluentui/web-components_v1.4.0",
1048
- "version": "1.4.0",
1049
- "comments": {
1050
- "minor": [
1051
- {
1052
- "comment": "Increased contrast for small input controls",
1053
- "author": "47367562+bheston@users.noreply.github.com",
1054
- "commit": "b4a8fa3c9caad4389adc4a0b7e198936e7d34315",
1055
- "package": "@fluentui/web-components"
1056
- }
1057
- ]
1058
- }
1059
- },
1060
- {
1061
- "date": "Wed, 01 Sep 2021 07:39:56 GMT",
1062
- "tag": "@fluentui/web-components_v1.3.8",
1063
- "version": "1.3.8",
1064
- "comments": {
1065
- "none": [
1066
- {
1067
- "comment": "ci(storybook): unify and simplify storybook production build deployments across the repo",
1068
- "author": "martinhochel@microsoft.com",
1069
- "commit": "42a36dd1dba02d7023de84ca17d3ea20e1e2c8b3",
1070
- "package": "@fluentui/web-components"
1071
- }
1072
- ]
1073
- }
1074
- },
1075
- {
1076
- "date": "Tue, 31 Aug 2021 07:37:47 GMT",
1077
- "tag": "@fluentui/web-components_v1.3.8",
1078
- "version": "1.3.8",
1079
- "comments": {
1080
- "patch": [
1081
- {
1082
- "comment": "fix: syntax error in card styles",
1083
- "author": "jes@microsoft.com",
1084
- "commit": "2180a7a5e618570fcbdb87938811417abcabf50c",
1085
- "package": "@fluentui/web-components"
1086
- },
1087
- {
1088
- "comment": "version bump fast foundation",
1089
- "author": "jes@microsoft.com",
1090
- "commit": "e156f244668fe3b80353a97e2037ec9635901a27",
1091
- "package": "@fluentui/web-components"
1092
- }
1093
- ]
1094
- }
1095
- },
1096
- {
1097
- "date": "Mon, 30 Aug 2021 07:35:05 GMT",
1098
- "tag": "@fluentui/web-components_v1.3.7",
1099
- "version": "1.3.7",
1100
- "comments": {
1101
- "patch": [
1102
- {
1103
- "comment": "update dependencies",
1104
- "author": "jes@microsoft.com",
1105
- "commit": "997099c28f27cc2979f984d0c0b06c97f84a4aac",
1106
- "package": "@fluentui/web-components"
1107
- }
1108
- ]
1109
- }
1110
- },
1111
- {
1112
- "date": "Thu, 26 Aug 2021 07:35:43 GMT",
1113
- "tag": "@fluentui/web-components_v1.3.6",
1114
- "version": "1.3.6",
1115
- "comments": {
1116
- "patch": [
1117
- {
1118
- "comment": "fix transform fragments script causing template errors in the bundle",
1119
- "author": "chhol@microsoft.com",
1120
- "commit": "f1e6a048ed5e50c7977242802ea5dc50b07f1ece",
1121
- "package": "@fluentui/web-components"
1122
- }
1123
- ]
1124
- }
1125
- },
1126
- {
1127
- "date": "Fri, 20 Aug 2021 07:37:28 GMT",
1128
- "tag": "@fluentui/web-components_v1.3.5",
1129
- "version": "1.3.5",
1130
- "comments": {
1131
- "patch": [
1132
- {
1133
- "comment": "update background to Canvas and color to CanvasText",
1134
- "author": "khamu@microsoft.com",
1135
- "commit": "882c7f7309d11e5de733d8c8ccf8ec67dca517c9",
1136
- "package": "@fluentui/web-components"
1137
- }
1138
- ]
1139
- }
1140
- },
1141
- {
1142
- "date": "Thu, 19 Aug 2021 07:41:35 GMT",
1143
- "tag": "@fluentui/web-components_v1.3.4",
1144
- "version": "1.3.4",
1145
- "comments": {
1146
- "patch": [
1147
- {
1148
- "comment": "ensure card foreground color responds to fill color changes",
1149
- "author": "chhol@microsoft.com",
1150
- "commit": "22316c6a87239b6646c98f8f7f603bb069d55bad",
1151
- "package": "@fluentui/web-components"
1152
- },
1153
- {
1154
- "comment": "fix various style bugs and design token uses",
1155
- "author": "corylaviska@microsoft.com",
1156
- "commit": "efcc1419197ddee42260c0503a571d693098fa54",
1157
- "package": "@fluentui/web-components"
1158
- }
1159
- ]
1160
- }
1161
- },
1162
- {
1163
- "date": "Wed, 18 Aug 2021 07:33:54 GMT",
1164
- "tag": "@fluentui/web-components_v1.3.3",
1165
- "version": "1.3.3",
1166
- "comments": {
1167
- "none": [
1168
- {
1169
- "comment": "style: fix formatting violations in repo",
1170
- "author": "martinhochel@microsoft.com",
1171
- "commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
1172
- "package": "@fluentui/web-components"
1173
- }
1174
- ]
1175
- }
1176
- },
1177
- {
1178
- "date": "Mon, 09 Aug 2021 07:35:14 GMT",
1179
- "tag": "@fluentui/web-components_v1.3.3",
1180
- "version": "1.3.3",
1181
- "comments": {
1182
- "none": [
1183
- {
1184
- "comment": "Running prettier.",
1185
- "author": "czearing@outlook.com",
1186
- "commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
1187
- "package": "@fluentui/web-components"
1188
- }
1189
- ]
1190
- }
1191
- },
1192
- {
1193
- "date": "Thu, 05 Aug 2021 07:34:24 GMT",
1194
- "tag": "@fluentui/web-components_v1.3.3",
1195
- "version": "1.3.3",
1196
- "comments": {
1197
- "patch": [
1198
- {
1199
- "comment": "add border and adjust padding to badge component",
1200
- "author": "khamu@microsoft.com",
1201
- "commit": "23bd45d6f8088491cbb18bf2a4532d462bac8a98",
1202
- "package": "@fluentui/web-components"
1203
- }
1204
- ]
1205
- }
1206
- },
1207
- {
1208
- "date": "Wed, 04 Aug 2021 07:34:12 GMT",
1209
- "tag": "@fluentui/web-components_v1.3.2",
1210
- "version": "1.3.2",
1211
- "comments": {
1212
- "patch": [
1213
- {
1214
- "comment": "fix storybook startup issue for Windows",
1215
- "author": "tristan.watanabe@gmail.com",
1216
- "commit": "c55f2388771a2e169c5f8cf0a1f1441e6ef28d15",
1217
- "package": "@fluentui/web-components"
1218
- }
1219
- ]
1220
- }
1221
- },
1222
- {
1223
- "date": "Fri, 30 Jul 2021 07:35:22 GMT",
1224
- "tag": "@fluentui/web-components_v1.3.1",
1225
- "version": "1.3.1",
1226
- "comments": {
1227
- "patch": [
1228
- {
1229
- "comment": "fix border styles when control is active",
1230
- "author": "corylaviska@microsoft.com",
1231
- "commit": "b0f4787d7d20447853191dcb59e848ff12615c46",
1232
- "package": "@fluentui/web-components"
1233
- }
1234
- ]
1235
- }
1236
- },
1237
- {
1238
- "date": "Thu, 29 Jul 2021 07:35:37 GMT",
1239
- "tag": "@fluentui/web-components_v1.3.0",
1240
- "version": "1.3.0",
1241
- "comments": {
1242
- "none": [
1243
- {
1244
- "comment": "Hoist storybook dev deps to root",
1245
- "author": "elcraig@microsoft.com",
1246
- "commit": "593c44a49aa586c376cf8cc9a695b9109bd5e608",
1247
- "package": "@fluentui/web-components"
1248
- }
1249
- ]
1250
- }
1251
- },
1252
- {
1253
- "date": "Mon, 26 Jul 2021 07:37:30 GMT",
1254
- "tag": "@fluentui/web-components_v1.3.0",
1255
- "version": "1.3.0",
1256
- "comments": {
1257
- "minor": [
1258
- {
1259
- "comment": "feat(web-components): improve ergonomics of the fluent design system",
1260
- "author": "roeisenb@microsoft.com",
1261
- "commit": "ba2a810520a9af270340d23412cf6c9a89101325",
1262
- "package": "@fluentui/web-components"
1263
- }
1264
- ]
1265
- }
1266
- },
1267
- {
1268
- "date": "Fri, 23 Jul 2021 07:38:19 GMT",
1269
- "tag": "@fluentui/web-components_v1.2.3",
1270
- "version": "1.2.3",
1271
- "comments": {
1272
- "patch": [
1273
- {
1274
- "comment": "remove incorrectly added component definition for toolbar",
1275
- "author": "chhol@microsoft.com",
1276
- "commit": "77b27c34f19372fc17dd640ce97573d660b1b9df",
1277
- "package": "@fluentui/web-components"
1278
- }
1279
- ]
1280
- }
1281
- },
1282
- {
1283
- "date": "Thu, 22 Jul 2021 07:36:55 GMT",
1284
- "tag": "@fluentui/web-components_v1.2.2",
1285
- "version": "1.2.2",
1286
- "comments": {
1287
- "patch": [
1288
- {
1289
- "comment": "fluent-text-field: start/end display flex",
1290
- "author": "fredrik.rasch@gmail.com",
1291
- "commit": "530f7e50c0e63f07f53d537f412a336d0a86e455",
1292
- "package": "@fluentui/web-components"
1293
- }
1294
- ]
1295
- }
1296
- },
1297
- {
1298
- "date": "Fri, 16 Jul 2021 22:53:17 GMT",
1299
- "tag": "@fluentui/web-components_v1.2.1",
1300
- "version": "1.2.1",
1301
- "comments": {
1302
- "patch": [
1303
- {
1304
- "comment": "fixe incorrect css selectors introduced by prettier formatting bug related to template literal interpolatin in css files",
1305
- "author": "chhol@microsoft.com",
1306
- "commit": "ac8bc50ba9fe3296e61e69b9aff3f6a9d1112c50",
1307
- "package": "@fluentui/web-components"
1308
- },
1309
- {
1310
- "comment": "ensure component definitions are resolved and exported",
1311
- "author": "chhol@microsoft.com",
1312
- "commit": "8f056d3c57633bcf322e8fa4d5de4dd65e351fbc",
1313
- "package": "@fluentui/web-components"
1314
- }
1315
- ]
1316
- }
1317
- },
1318
- {
1319
- "date": "Fri, 16 Jul 2021 00:35:31 GMT",
1320
- "tag": "@fluentui/web-components_v1.2.0",
1321
- "version": "1.2.0",
1322
- "comments": {
1323
- "minor": [
1324
- {
1325
- "comment": "add single export object for easily registering all Fluent UI web components",
1326
- "author": "chhol@microsoft.com",
1327
- "commit": "874be4906a0177df3316e2a15a88dc699836bca9",
1328
- "package": "@fluentui/web-components"
1329
- },
1330
- {
1331
- "comment": "create and export web component definitions for use with Monaco editor tooling",
1332
- "author": "chhol@microsoft.com",
1333
- "commit": "f5120ce31c3b16a74e32177ff00f864f397a399b",
1334
- "package": "@fluentui/web-components"
1335
- }
1336
- ],
1337
- "patch": [
1338
- {
1339
- "comment": "Fixed ability to set palette base color on DSP",
1340
- "author": "47367562+bheston@users.noreply.github.com",
1341
- "commit": "445c04ac55f894b8265a38ddf31ff83979ba3854",
1342
- "package": "@fluentui/web-components"
1343
- }
1344
- ]
1345
- }
1346
- },
1347
- {
1348
- "date": "Thu, 15 Jul 2021 07:36:18 GMT",
1349
- "tag": "@fluentui/web-components_v1.1.1",
1350
- "version": "1.1.1",
1351
- "comments": {
1352
- "patch": [
1353
- {
1354
- "comment": "update fast-foundation version to fix design token typings",
1355
- "author": "chhol@microsoft.com",
1356
- "commit": "966a306ca3db42c6f2a71cfef8e2b6542e3a18b4",
1357
- "package": "@fluentui/web-components"
1358
- }
1359
- ]
1360
- }
1361
- },
1362
- {
1363
- "date": "Tue, 13 Jul 2021 22:32:58 GMT",
1364
- "tag": "@fluentui/web-components_v1.1.0",
1365
- "version": "1.1.0",
1366
- "comments": {
1367
- "minor": [
1368
- {
1369
- "comment": "add attribute to recreate the accent palette using design system provider",
1370
- "author": "chhol@microsoft.com",
1371
- "commit": "3d08290cc1852c60751ed8f28a4ebea56fb92af9",
1372
- "package": "@fluentui/web-components"
1373
- },
1374
- {
1375
- "comment": "Added attribute to allow easy update to the neutral palette",
1376
- "author": "47367562+bheston@users.noreply.github.com",
1377
- "commit": "a63f33c38288c5be11443f648487db825b23ba7a",
1378
- "package": "@fluentui/web-components"
1379
- }
1380
- ],
1381
- "none": [
1382
- {
1383
- "comment": "Update API Extractor for web-components and force TS resolution to 4.1.5",
1384
- "author": "elcraig@microsoft.com",
1385
- "commit": "a84e6352e7a0a8ed79a75e9688b87d8890d5a241",
1386
- "package": "@fluentui/web-components"
1387
- }
1388
- ]
1389
- }
1390
- },
1391
- {
1392
- "date": "Fri, 09 Jul 2021 07:39:31 GMT",
1393
- "tag": "@fluentui/web-components_v1.0.2",
1394
- "version": "1.0.2",
1395
- "comments": {
1396
- "none": [
1397
- {
1398
- "comment": "chore: migrate packages(mostly eslint related) to single version policy",
1399
- "author": "martinhochel@microsoft.com",
1400
- "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1401
- "package": "@fluentui/web-components"
1402
- }
1403
- ],
1404
- "patch": [
1405
- {
1406
- "comment": "export horizontal scroll styles",
1407
- "author": "chhol@microsoft.com",
1408
- "commit": "f99a295501d015d474f3c9c99a881dbcdfa3bd69",
1409
- "package": "@fluentui/web-components"
1410
- }
1411
- ]
1412
- }
1413
- },
1414
- {
1415
- "date": "Wed, 07 Jul 2021 07:32:54 GMT",
1416
- "tag": "@fluentui/web-components_v1.0.1",
1417
- "version": "1.0.1",
1418
- "comments": {
1419
- "patch": [
1420
- {
1421
- "comment": "removes duplicate styles for expand-collapse-glyph on tree item causing specificity/ordering issues",
1422
- "author": "chhol@microsoft.com",
1423
- "commit": "a712d19f8b73ea33406cfa5c51bb3e338599087a",
1424
- "package": "@fluentui/web-components"
1425
- }
1426
- ]
1427
- }
1428
- },
1429
- {
1430
- "date": "Fri, 02 Jul 2021 23:15:55 GMT",
1431
- "tag": "@fluentui/web-components_v1.0.0",
1432
- "version": "1.0.0",
1433
- "comments": {
1434
- "none": [
1435
- {
1436
- "comment": "fix typography token names",
1437
- "author": "chhol@microsoft.com",
1438
- "commit": "4be46c8e1e7c766ee25124c12b2d1cb8ea3d5596",
1439
- "package": "@fluentui/web-components"
1440
- },
1441
- {
1442
- "comment": "leverage dependencies of root for prettier and eslint where available",
1443
- "author": "chhol@microsoft.com",
1444
- "commit": "d63924679bc700e4258cd97165bfcd89de755dae",
1445
- "package": "@fluentui/web-components"
1446
- },
1447
- {
1448
- "comment": "fix neutral fill layer test and remove duplicative dependencies",
1449
- "author": "chhol@microsoft.com",
1450
- "commit": "9de258993a3f03d7f9984bc9f8cc48088a4548f3",
1451
- "package": "@fluentui/web-components"
1452
- },
1453
- {
1454
- "comment": "update eslint and prettier to align with single versions",
1455
- "author": "chhol@microsoft.com",
1456
- "commit": "e9c149a775f40f5ea7d734a63f257d92623895e1",
1457
- "package": "@fluentui/web-components"
1458
- },
1459
- {
1460
- "comment": "fix horizontal scroll examples after default flipper update",
1461
- "author": "chhol@microsoft.com",
1462
- "commit": "f7419a34e1377388ae665b10903bcfc30f70b70d",
1463
- "package": "@fluentui/web-components"
1464
- },
1465
- {
1466
- "comment": "remove fluent design system provider from examples",
1467
- "author": "chhol@microsoft.com",
1468
- "commit": "57c58dddce91238c4daca7dce256d1f9fc9cb5d7",
1469
- "package": "@fluentui/web-components"
1470
- },
1471
- {
1472
- "comment": "fix incorrect card syntax",
1473
- "author": "chhol@microsoft.com",
1474
- "commit": "2297e8bfe47ba14e9ee2c6c3e6f1ccc1fb783391",
1475
- "package": "@fluentui/web-components"
1476
- }
1477
- ],
1478
- "minor": [
1479
- {
1480
- "comment": "Updated Card color handling for new design tokens Updated fill-color handling in design-system-provider Added neutral-fill-layer-rest-delta to design-system-provider Updated use of fluent-design-system-provider in samples Cleaned up styles and sorted imports",
1481
- "author": "47367562+bheston@users.noreply.github.com",
1482
- "commit": "a8ae140e2f2ee8d45dfdab0bd22a42e8ab525363",
1483
- "package": "@fluentui/web-components"
1484
- },
1485
- {
1486
- "comment": "Updated the neutral fill card color recipe to always be lighter or equal to the container, instead of flipping to go darker over white.",
1487
- "author": "47367562+bheston@users.noreply.github.com",
1488
- "commit": "4630e45f7fd1d0360a4cbfb64a97076ab9183da3",
1489
- "package": "@fluentui/web-components"
1490
- },
1491
- {
1492
- "comment": "Migrated recipes from DI to Design Tokens Renamed neutralForeground back to neutralForegroundRest Removed the \"L\" from layer names Added some typing and made `RGB` type imports less specific",
1493
- "author": "47367562+bheston@users.noreply.github.com",
1494
- "commit": "beb5650fd25d53aaf4bf01375227df84b396423e",
1495
- "package": "@fluentui/web-components"
1496
- },
1497
- {
1498
- "comment": "correct tabs font size and line height",
1499
- "author": "chhol@microsoft.com",
1500
- "commit": "e91c2b54d6886d22c64cfbf3e11341aa1e27f53d",
1501
- "package": "@fluentui/web-components"
1502
- },
1503
- {
1504
- "comment": "add support for sub menus to menu",
1505
- "author": "jes@microsoft.com",
1506
- "commit": "5cc43a1c867f02cc1f5132f18a630758074c292f",
1507
- "package": "@fluentui/web-components"
1508
- },
1509
- {
1510
- "comment": "Removed old color recipes and moved vNext.",
1511
- "author": "47367562+bheston@users.noreply.github.com",
1512
- "commit": "ce05a9d99fced76e2b34d05581a803bd7891f1a6",
1513
- "package": "@fluentui/web-components"
1514
- },
1515
- {
1516
- "comment": "Standardized remaining design token recipe types",
1517
- "author": "47367562+bheston@users.noreply.github.com",
1518
- "commit": "8e5d11b34d3eb91d5131634dd76064a49bd37129",
1519
- "package": "@fluentui/web-components"
1520
- },
1521
- {
1522
- "comment": "Rename and clean up of design tokens and recipe: - neutralContrastFill -> neutralFillInverse - neutralFillToggle -> neutralFillContrast - neutralFocus -> focusStrokeOuter - neutralFocusInnerAccent -> focusStrokeInner - outline -> stroke - Removed 'selected' colors",
1523
- "author": "47367562+bheston@users.noreply.github.com",
1524
- "commit": "d31f31d0758e13737cd541bd23e9761c15d9b2ef",
1525
- "package": "@fluentui/web-components"
1526
- },
1527
- {
1528
- "comment": "add color-vNext folder with recipes and update specs",
1529
- "author": "chhol@microsoft.com",
1530
- "commit": "84a7f4dc11a3c7e73aef3a09d9008c558d99db34",
1531
- "package": "@fluentui/web-components"
1532
- },
1533
- {
1534
- "comment": "update web component corner radius token value to 4",
1535
- "author": "chhol@microsoft.com",
1536
- "commit": "49e9081191919fb12731b8622ad46bcbaa728739",
1537
- "package": "@fluentui/web-components"
1538
- },
1539
- {
1540
- "comment": "Fixed foregroundOnAccent recipe to work in all states",
1541
- "author": "47367562+bheston@users.noreply.github.com",
1542
- "commit": "ef7938d83b3c5fde43b8939975a438ad0c18bd8b",
1543
- "package": "@fluentui/web-components"
1544
- }
1545
- ],
1546
- "patch": [
1547
- {
1548
- "comment": "update typings for context and definition, export base classes",
1549
- "author": "chhol@microsoft.com",
1550
- "commit": "bec85ed5a5e4728c8f27309be337e4f4bae95255",
1551
- "package": "@fluentui/web-components"
1552
- },
1553
- {
1554
- "comment": "Updated type ramp to latest values.",
1555
- "author": "brheston@microsoft.com",
1556
- "commit": "48741095efd615550054e40e4386f3f936396541",
1557
- "package": "@fluentui/web-components"
1558
- },
1559
- {
1560
- "comment": "fix a bug where the bottom border for select and comobox would visually disappear on active states",
1561
- "author": "chhol@microsoft.com",
1562
- "commit": "007fcd2afa93cc6034a0a6cd1467f9563f7f6350",
1563
- "package": "@fluentui/web-components"
1564
- },
1565
- {
1566
- "comment": "Removed accent fill direction handling to standardize foreground text color",
1567
- "author": "47367562+bheston@users.noreply.github.com",
1568
- "commit": "e65c4a26295eb84f59a86bab78dacee59ec2044a",
1569
- "package": "@fluentui/web-components"
1570
- }
1571
- ],
1572
- "major": [
1573
- {
1574
- "comment": "add directional stylesheet, css partials, and default slotted content for vNext components",
1575
- "author": "chhol@microsoft.com",
1576
- "commit": "08d393c734def18f52ae18e12c57a7ee3292b4c3",
1577
- "package": "@fluentui/web-components"
1578
- },
1579
- {
1580
- "author": "chhol@microsoft.com",
1581
- "commit": "aa843eebf0835bdd62495fffd744fb1455e49134",
1582
- "package": "@fluentui/web-components"
1583
- },
1584
- {
1585
- "comment": "create recipes and tokens on DI and update components to leverage tokens",
1586
- "author": "chhol@microsoft.com",
1587
- "commit": "9c7eaf1d40bf4a69ba6219c3ec58e8462fb0b137",
1588
- "package": "@fluentui/web-components"
1589
- },
1590
- {
1591
- "comment": "migrate DSP to design tokens",
1592
- "author": "nicholasrice@users.noreply.github.com",
1593
- "commit": "9ab679e26e8a373eea25b4884df71924bedfe439",
1594
- "package": "@fluentui/web-components"
1595
- }
1596
- ]
1597
- }
1598
- },
1599
- {
1600
- "date": "Thu, 10 Jun 2021 07:32:59 GMT",
1601
- "tag": "@fluentui/web-components_v0.22.1",
1602
- "version": "0.22.1",
1603
- "comments": {
1604
- "none": [
1605
- {
1606
- "comment": "chore: removed broken links",
1607
- "author": "jes@microsoft.com",
1608
- "commit": "91060392e81b6a72aba6c6c2bdde21e3af98dc58",
1609
- "package": "@fluentui/web-components"
1610
- }
1611
- ]
1612
- }
1613
- },
1614
- {
1615
- "date": "Tue, 08 Jun 2021 07:32:44 GMT",
1616
- "tag": "@fluentui/web-components_v0.22.1",
1617
- "version": "0.22.1",
1618
- "comments": {
1619
- "patch": [
1620
- {
1621
- "comment": "set pointer event none on children content",
1622
- "author": "khamu@microsoft.com",
1623
- "commit": "c270c2c7af62cdcdf2382e69c7c00390bc520f72",
1624
- "package": "@fluentui/web-components"
1625
- }
1626
- ]
1627
- }
1628
- },
1629
- {
1630
- "date": "Fri, 04 Jun 2021 07:37:23 GMT",
1631
- "tag": "@fluentui/web-components_v0.22.0",
1632
- "version": "0.22.0",
1633
- "comments": {
1634
- "minor": [
1635
- {
1636
- "comment": "Updated the neutral fill card color recipe to always be lighter or equal to the container, instead of flipping to go darker over white.",
1637
- "author": "47367562+bheston@users.noreply.github.com",
1638
- "commit": "c474353cfaa720ef886cd4b2d7c86c0989c134de",
1639
- "package": "@fluentui/web-components"
1640
- }
1641
- ]
1642
- }
1643
- },
1644
- {
1645
- "date": "Thu, 20 May 2021 07:41:54 GMT",
1646
- "tag": "@fluentui/web-components_v0.21.2",
1647
- "version": "0.21.2",
1648
- "comments": {
1649
- "patch": [
1650
- {
1651
- "comment": "add active state on accent button for high contrast",
1652
- "author": "khamu@microsoft.com",
1653
- "commit": "d93694f836567cd18014ea1ff660035ab558eb98",
1654
- "package": "@fluentui/web-components"
1655
- }
1656
- ],
1657
- "none": [
1658
- {
1659
- "comment": "Remove unused import",
1660
- "author": "elcraig@microsoft.com",
1661
- "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1662
- "package": "@fluentui/web-components"
1663
- }
1664
- ]
1665
- }
1666
- },
1667
- {
1668
- "date": "Mon, 17 May 2021 07:33:48 GMT",
1669
- "tag": "@fluentui/web-components_v0.21.1",
1670
- "version": "0.21.1",
1671
- "comments": {
1672
- "patch": [
1673
- {
1674
- "comment": "moved disabled styles from pattern styles to button styles",
1675
- "author": "khamu@microsoft.com",
1676
- "commit": "01e096eb757e1174c15d08798f65135138c48764",
1677
- "package": "@fluentui/web-components"
1678
- },
1679
- {
1680
- "comment": "only show flippers on horizontal scroll when control is hovered",
1681
- "author": "robarb@microsoft.com",
1682
- "commit": "a1d4584c05bbc3bce6b5e306c49b751ceada9739",
1683
- "package": "@fluentui/web-components"
1684
- }
1685
- ]
1686
- }
1687
- },
1688
- {
1689
- "date": "Fri, 30 Apr 2021 07:42:23 GMT",
1690
- "tag": "@fluentui/web-components_v0.21.0",
1691
- "version": "0.21.0",
1692
- "comments": {
1693
- "none": [
1694
- {
1695
- "comment": "",
1696
- "author": "joschect@microsoft.com",
1697
- "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1698
- "package": "@fluentui/web-components"
1699
- }
1700
- ],
1701
- "minor": [
1702
- {
1703
- "comment": "content-visibility",
1704
- "author": "qinshuoli@microsoft.com",
1705
- "commit": "353aa205671126ea19ebea76b34f83b44c1044d0",
1706
- "package": "@fluentui/web-components"
1707
- }
1708
- ]
1709
- }
1710
- },
1711
- {
1712
- "date": "Wed, 21 Apr 2021 07:31:50 GMT",
1713
- "tag": "@fluentui/web-components_v0.20.3",
1714
- "version": "0.20.3",
1715
- "comments": {
1716
- "none": [
1717
- {
1718
- "comment": "chore: move chalk,api-extractor,yargs to single version policy",
1719
- "author": "martinhochel@microsoft.com",
1720
- "commit": "c12557d08ab5673ec3d3ba9747cfec64f39309eb",
1721
- "package": "@fluentui/web-components"
1722
- }
1723
- ],
1724
- "patch": [
1725
- {
1726
- "comment": "add pointer-events none for slotted svgs in buttons and anchors to prevent focus rect on click",
1727
- "author": "chhol@microsoft.com",
1728
- "commit": "2883835503b1fe7d03cb493a0c00e8ce24a69037",
1729
- "package": "@fluentui/web-components"
1730
- }
1731
- ]
1732
- }
1733
- },
1734
- {
1735
- "date": "Thu, 01 Apr 2021 07:33:24 GMT",
1736
- "tag": "@fluentui/web-components_v0.20.2",
1737
- "version": "0.20.2",
1738
- "comments": {
1739
- "patch": [
1740
- {
1741
- "comment": "update filled style on textfield textarea and numberfield",
1742
- "author": "khamu@microsoft.com",
1743
- "commit": "1ddf33303a816219b3efff6d7db001dae244fd53",
1744
- "package": "@fluentui/web-components"
1745
- }
1746
- ]
1747
- }
1748
- },
1749
- {
1750
- "date": "Mon, 29 Mar 2021 07:30:29 GMT",
1751
- "tag": "@fluentui/web-components_v0.20.1",
1752
- "version": "0.20.1",
1753
- "comments": {
1754
- "patch": [
1755
- {
1756
- "comment": "correct outline color for number field to ensure alignment w/ other inputs",
1757
- "author": "chhol@microsoft.com",
1758
- "commit": "806581112e8f72c7ede2e1213979f5a5f451fb22",
1759
- "package": "@fluentui/web-components"
1760
- }
1761
- ]
1762
- }
1763
- },
1764
- {
1765
- "date": "Fri, 26 Mar 2021 07:32:34 GMT",
1766
- "tag": "@fluentui/web-components_v0.20.0",
1767
- "version": "0.20.0",
1768
- "comments": {
1769
- "minor": [
1770
- {
1771
- "comment": "create a separate css block for filled appearance and add appearanceBehavior",
1772
- "author": "khamu@microsoft.com",
1773
- "commit": "0f3e58b651c0c5f4f1a9e74f311d7003868d3fae",
1774
- "package": "@fluentui/web-components"
1775
- }
1776
- ]
1777
- }
1778
- },
1779
- {
1780
- "date": "Thu, 25 Mar 2021 07:33:24 GMT",
1781
- "tag": "@fluentui/web-components_v0.19.1",
1782
- "version": "0.19.1",
1783
- "comments": {
1784
- "patch": [
1785
- {
1786
- "comment": "removed SVGs to use the default",
1787
- "author": "khamu@microsoft.com",
1788
- "commit": "b8e8697d9f3ff285687b7cba27b9ac037a0cb727",
1789
- "package": "@fluentui/web-components"
1790
- }
1791
- ]
1792
- }
1793
- },
1794
- {
1795
- "date": "Tue, 23 Mar 2021 07:31:43 GMT",
1796
- "tag": "@fluentui/web-components_v0.19.0",
1797
- "version": "0.19.0",
1798
- "comments": {
1799
- "patch": [
1800
- {
1801
- "comment": "remove whitespace causing focus issue on button and anchor controls",
1802
- "author": "chhol@microsoft.com",
1803
- "commit": "869c2e52f9127437f25cf8baa62949c295aed180",
1804
- "package": "@fluentui/web-components"
1805
- }
1806
- ],
1807
- "minor": [
1808
- {
1809
- "comment": "add appearance style sheet behavior",
1810
- "author": "jes@microsoft.com",
1811
- "commit": "46aa082241d94f91d77d33f5bd9356b08b54ad33",
1812
- "package": "@fluentui/web-components"
1813
- }
1814
- ]
1815
- }
1816
- },
1817
- {
1818
- "date": "Fri, 19 Mar 2021 07:32:43 GMT",
1819
- "tag": "@fluentui/web-components_v0.18.0",
1820
- "version": "0.18.0",
1821
- "comments": {
1822
- "minor": [
1823
- {
1824
- "comment": "created and add number-field files",
1825
- "author": "khamu@microsoft.com",
1826
- "commit": "24a23e2a84e5987096b844c73248526e3ac36a75",
1827
- "package": "@fluentui/web-components"
1828
- }
1829
- ]
1830
- }
1831
- },
1832
- {
1833
- "date": "Thu, 18 Mar 2021 20:15:34 GMT",
1834
- "tag": "@fluentui/web-components_v0.17.0",
1835
- "version": "0.17.0",
1836
- "comments": {
1837
- "minor": [
1838
- {
1839
- "comment": "update fixture, storybook and styles for tooltip and anchor region",
1840
- "author": "khamu@microsoft.com",
1841
- "commit": "a7f14f4cd03ea18596c4ffa2df3ecd8d0cf344b1",
1842
- "package": "@fluentui/web-components"
1843
- }
1844
- ],
1845
- "patch": [
1846
- {
1847
- "comment": "Exporting FluentHorizontalScroll",
1848
- "author": "robarb@microsoft.com",
1849
- "commit": "02cfbd8bac35a8fee0fef0e8ea566ee507d52d89",
1850
- "package": "@fluentui/web-components"
1851
- }
1852
- ]
1853
- }
1854
- },
1855
- {
1856
- "date": "Wed, 17 Mar 2021 07:35:44 GMT",
1857
- "tag": "@fluentui/web-components_v0.16.2",
1858
- "version": "0.16.2",
1859
- "comments": {
1860
- "patch": [
1861
- {
1862
- "comment": "Adding horizontal scroll component",
1863
- "author": "robarb@microsoft.com",
1864
- "commit": "a1d4584c05bbc3bce6b5e306c49b751ceada9739",
1865
- "package": "@fluentui/web-components"
1866
- }
1867
- ]
1868
- }
1869
- },
1870
- {
1871
- "date": "Tue, 16 Mar 2021 07:32:44 GMT",
1872
- "tag": "@fluentui/web-components_v0.16.1",
1873
- "version": "0.16.1",
1874
- "comments": {
1875
- "patch": [
1876
- {
1877
- "comment": "add force-colors backgroundStyles and set a few HC colors on button styles",
1878
- "author": "khamu@microsoft.com",
1879
- "commit": "d9e945cdebec8d7f64235b7af557355b65c33e4e",
1880
- "package": "@fluentui/web-components"
1881
- }
1882
- ]
1883
- }
1884
- },
1885
- {
1886
- "date": "Fri, 12 Mar 2021 20:04:27 GMT",
1887
- "tag": "@fluentui/web-components_v0.16.0",
1888
- "version": "0.16.0",
1889
- "comments": {
1890
- "none": [
1891
- {
1892
- "comment": "Move `@types/node` and `@types/webpack-env` devDependencies to root, and remove unneeded references",
1893
- "author": "elcraig@microsoft.com",
1894
- "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
1895
- "package": "@fluentui/web-components"
1896
- }
1897
- ],
1898
- "minor": [
1899
- {
1900
- "comment": "add data grid as a new web component",
1901
- "author": "chhol@microsoft.com",
1902
- "commit": "6000e0691887fc013f2c50c5de03d3256eed1c86",
1903
- "package": "@fluentui/web-components"
1904
- }
1905
- ]
1906
- }
1907
- },
1908
- {
1909
- "date": "Sun, 07 Mar 2021 23:34:51 GMT",
1910
- "tag": "@fluentui/web-components_v0.15.0",
1911
- "version": "0.15.0",
1912
- "comments": {
1913
- "minor": [
1914
- {
1915
- "comment": "add menuitemcheckbox and menuitemradio styling to menu-item",
1916
- "author": "chhol@microsoft.com",
1917
- "commit": "a8552af0ad666f77e2ba8a3aa3768611d6fed3a5",
1918
- "package": "@fluentui/web-components"
1919
- },
1920
- {
1921
- "comment": "add combobox as a new web component",
1922
- "author": "chhol@microsoft.com",
1923
- "commit": "7e0fcf35ae384bf5047acca7a5c52634664a504a",
1924
- "package": "@fluentui/web-components"
1925
- }
1926
- ]
1927
- }
1928
- },
1929
- {
1930
- "date": "Fri, 26 Feb 2021 01:16:27 GMT",
1931
- "tag": "@fluentui/web-components_v0.14.2",
1932
- "version": "0.14.2",
1933
- "comments": {
1934
- "none": [
1935
- {
1936
- "comment": "Update beachball config",
1937
- "author": "elcraig@microsoft.com",
1938
- "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
1939
- "package": "@fluentui/web-components"
1940
- }
1941
- ]
1942
- }
1943
- },
1944
- {
1945
- "date": "Thu, 25 Feb 2021 01:15:27 GMT",
1946
- "tag": "@fluentui/web-components_v0.14.2",
1947
- "version": "0.14.2",
1948
- "comments": {
1949
- "patch": [
1950
- {
1951
- "comment": "update card background color attribute to reflect from view",
1952
- "author": "chhol@microsoft.com",
1953
- "commit": "d91f1404203ae715d9c9f9edf98f38ebef9eb634",
1954
- "package": "@fluentui/web-components"
1955
- },
1956
- {
1957
- "author": "chhol@microsoft.com",
1958
- "commit": "d91f1404203ae715d9c9f9edf98f38ebef9eb634",
1959
- "package": "@fluentui/web-components"
1960
- }
1961
- ]
1962
- }
1963
- },
1964
- {
1965
- "date": "Mon, 22 Feb 2021 12:26:22 GMT",
1966
- "tag": "@fluentui/web-components_v0.14.1",
1967
- "version": "0.14.1",
1968
- "comments": {
1969
- "patch": [
1970
- {
1971
- "comment": "remove hard coded background color in favor of default design system behavior",
1972
- "author": "chhol@microsoft.com",
1973
- "commit": "0f7fa189c9b96cf65609c54781f958d0679e4678",
1974
- "package": "@fluentui/web-components"
1975
- }
1976
- ]
1977
- }
1978
- },
1979
- {
1980
- "date": "Fri, 12 Feb 2021 12:26:20 GMT",
1981
- "tag": "@fluentui/web-components_v0.14.0",
1982
- "version": "0.14.0",
1983
- "comments": {
1984
- "minor": [
1985
- {
1986
- "comment": "Improved support for design system neutral color - Added a neutralBaseColor property in the design system - Update neutralPalette and accentPalette when respective baseColor changes - Updated Card to base background color on local neutralPalette - Updated Card stories to illustrate use cases",
1987
- "author": "brheston@microsoft.com",
1988
- "commit": "c71f383781bb3b10dbce840d64881a94004fac95",
1989
- "package": "@fluentui/web-components"
1990
- }
1991
- ]
1992
- }
1993
- },
1994
- {
1995
- "date": "Thu, 11 Feb 2021 12:18:41 GMT",
1996
- "tag": "@fluentui/web-components_v0.13.1",
1997
- "version": "0.13.1",
1998
- "comments": {
1999
- "none": [
2000
- {
2001
- "comment": "chore: use exact version for typescript devDep",
2002
- "author": "martinhochel@microsoft.com",
2003
- "commit": "7566015a7edd355b4fcd3796bc8f44f732ef0877",
2004
- "package": "@fluentui/web-components"
2005
- }
2006
- ]
2007
- }
2008
- },
2009
- {
2010
- "date": "Thu, 11 Feb 2021 02:38:00 GMT",
2011
- "tag": "@fluentui/web-components_v0.13.1",
2012
- "version": "0.13.1",
2013
- "comments": {
2014
- "patch": [
2015
- {
2016
- "comment": "remove duplicate color export from web components package",
2017
- "author": "chhol@microsoft.com",
2018
- "commit": "abe60136582d21dafec4f192b41be8bbe940487f",
2019
- "package": "@fluentui/web-components"
2020
- }
2021
- ]
2022
- }
2023
- },
2024
- {
2025
- "date": "Tue, 09 Feb 2021 00:56:52 GMT",
2026
- "tag": "@fluentui/web-components_v0.13.0",
2027
- "version": "0.13.0",
2028
- "comments": {
2029
- "minor": [
2030
- {
2031
- "comment": "add neutral-contrast-fill recipe",
2032
- "author": "khamu@microsoft.com",
2033
- "commit": "9a4c92e59563c268c3905152e6641e78c1ac2616",
2034
- "package": "@fluentui/web-components"
2035
- }
2036
- ],
2037
- "patch": [
2038
- {
2039
- "comment": "fix: export missing parseColorString util",
2040
- "author": "chhol@microsoft.com",
2041
- "commit": "c4508a1520f5d87c120f481db32f58911a04e9ba",
2042
- "package": "@fluentui/web-components"
2043
- }
2044
- ]
2045
- }
2046
- },
2047
- {
2048
- "date": "Mon, 08 Feb 2021 12:23:08 GMT",
2049
- "tag": "@fluentui/web-components_v0.12.1",
2050
- "version": "0.12.1",
2051
- "comments": {
2052
- "patch": [
2053
- {
2054
- "comment": "correct focus visible outline on accent button and anchor styles",
2055
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2056
- "commit": "7e1723e57c7956e09c206327e2b79114a18a4492",
2057
- "package": "@fluentui/web-components"
2058
- }
2059
- ]
2060
- }
2061
- },
2062
- {
2063
- "date": "Wed, 03 Feb 2021 05:51:40 GMT",
2064
- "tag": "@fluentui/web-components_v0.12.0",
2065
- "version": "0.12.0",
2066
- "comments": {
2067
- "minor": [
2068
- {
2069
- "comment": "feat: move color recipes into fluent web component package",
2070
- "author": "chhol@microsoft.com",
2071
- "commit": "e4079adb2ab4fb09f58c71192665ff0b81e5f5ec",
2072
- "package": "@fluentui/web-components"
2073
- }
2074
- ],
2075
- "none": [
2076
- {
2077
- "author": "hantatsang@gmail.com",
2078
- "commit": "c688ee2ea6f192c4874974ebf11598523ccf6db9",
2079
- "package": "@fluentui/web-components"
2080
- }
2081
- ]
2082
- }
2083
- },
2084
- {
2085
- "date": "Thu, 28 Jan 2021 12:25:56 GMT",
2086
- "tag": "@fluentui/web-components_v0.11.0",
2087
- "version": "0.11.0",
2088
- "comments": {
2089
- "none": [
2090
- {
2091
- "comment": "Updating to webpack 5, latest typings, latest loaders and plugins.",
2092
- "author": "dzearing@microsoft.com",
2093
- "commit": "9c2c4a61c7d9eb8d153945ff57962118b569ea5b",
2094
- "package": "@fluentui/web-components"
2095
- }
2096
- ]
2097
- }
2098
- },
2099
- {
2100
- "date": "Tue, 26 Jan 2021 12:33:19 GMT",
2101
- "tag": "@fluentui/web-components_v0.11.0",
2102
- "version": "0.11.0",
2103
- "comments": {
2104
- "minor": [
2105
- {
2106
- "comment": "fix: change accordion item region to display block",
2107
- "author": "jes@microsoft.com",
2108
- "commit": "8abb40a4be05e733274a3917b4ae8ad61f90123d",
2109
- "package": "@fluentui/web-components"
2110
- }
2111
- ],
2112
- "patch": [
2113
- {
2114
- "comment": "set margin on separator slot",
2115
- "author": "khamu@microsoft.com",
2116
- "commit": "493869ffb80d5686c3971f092723912f72295ee6",
2117
- "package": "@fluentui/web-components"
2118
- }
2119
- ]
2120
- }
2121
- },
2122
- {
2123
- "date": "Thu, 21 Jan 2021 12:36:12 GMT",
2124
- "tag": "@fluentui/web-components_v0.10.6",
2125
- "version": "0.10.6",
2126
- "comments": {
2127
- "patch": [
2128
- {
2129
- "comment": " Updating dev dependencies.",
2130
- "author": "dzearing@microsoft.com",
2131
- "commit": "f7813725750ecc893ca37792bbb004e554591279",
2132
- "package": "@fluentui/web-components"
2133
- }
2134
- ]
2135
- }
2136
- },
2137
- {
2138
- "date": "Wed, 20 Jan 2021 12:22:46 GMT",
2139
- "tag": "@fluentui/web-components_v0.10.5",
2140
- "version": "0.10.5",
2141
- "comments": {
2142
- "patch": [
2143
- {
2144
- "comment": "Fixes content shifting when anchor has focus due to 2px bottom border",
2145
- "author": "robarb@microsoft.com",
2146
- "commit": "809c403aded0b6fd5cd895dd519cf69120964e47",
2147
- "package": "@fluentui/web-components"
2148
- }
2149
- ]
2150
- }
2151
- },
2152
- {
2153
- "date": "Fri, 15 Jan 2021 12:30:40 GMT",
2154
- "tag": "@fluentui/web-components_v0.10.4",
2155
- "version": "0.10.4",
2156
- "comments": {
2157
- "none": [
2158
- {
2159
- "comment": "add storybook manager for theme",
2160
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2161
- "commit": "7f97bbcf2e7650b8a92ecf386ef15421b3270536",
2162
- "package": "@fluentui/web-components"
2163
- }
2164
- ],
2165
- "patch": [
2166
- {
2167
- "comment": "fix: add hover state for expand collapse button in tree-item",
2168
- "author": "jes@microsoft.com",
2169
- "commit": "c641f0323e0171c1156d115ec5ad87cfd46b6d17",
2170
- "package": "@fluentui/web-components"
2171
- },
2172
- {
2173
- "comment": "fix slider disabled and readonly cursor",
2174
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2175
- "commit": "8883c0cbefd3e9ccd236f025fcb228b1fe0f16ac",
2176
- "package": "@fluentui/web-components"
2177
- }
2178
- ]
2179
- }
2180
- },
2181
- {
2182
- "date": "Tue, 12 Jan 2021 12:36:40 GMT",
2183
- "tag": "@fluentui/web-components_v0.10.3",
2184
- "version": "0.10.3",
2185
- "comments": {
2186
- "patch": [
2187
- {
2188
- "comment": "update svg fill to use currentcolor so svg defaults to text color, change some currentColor to currentcolor",
2189
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2190
- "commit": "4e7e48536556661783dcb0f42314eb8734a8f836",
2191
- "package": "@fluentui/web-components"
2192
- }
2193
- ]
2194
- }
2195
- },
2196
- {
2197
- "date": "Tue, 05 Jan 2021 12:29:33 GMT",
2198
- "tag": "@fluentui/web-components_v0.10.2",
2199
- "version": "0.10.2",
2200
- "comments": {
2201
- "patch": [
2202
- {
2203
- "comment": "add height clamp and box sizing for select",
2204
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2205
- "commit": "981bbd219d6c6e26a5c13b971bb39ae593843064",
2206
- "package": "@fluentui/web-components"
2207
- },
2208
- {
2209
- "comment": "add select indicator css selector to fix indicator sizing",
2210
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2211
- "commit": "57787b1888216856fc7b5a479ccb380012b1bfb8",
2212
- "package": "@fluentui/web-components"
2213
- },
2214
- {
2215
- "comment": "add padding for focus overlap of state in accordion item",
2216
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2217
- "commit": "6b777ecca00a9087d93843aa6ecd91682e0365cc",
2218
- "package": "@fluentui/web-components"
2219
- },
2220
- {
2221
- "comment": "add switch label margin and cursor pointer",
2222
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2223
- "commit": "16797f484b2af348f136ba306e1f392721c45e1c",
2224
- "package": "@fluentui/web-components"
2225
- },
2226
- {
2227
- "comment": "move text-field label__hidden styles below main label styles for proper order",
2228
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2229
- "commit": "887a5e93a677527091c83ff62ac20ac335fa9f2f",
2230
- "package": "@fluentui/web-components"
2231
- },
2232
- {
2233
- "comment": "add inline start margin for rtl to slider",
2234
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2235
- "commit": "46055c7b84750bda3d609ab8bf58bb53e4e952cd",
2236
- "package": "@fluentui/web-components"
2237
- },
2238
- {
2239
- "comment": "update start and end to remove fixed width and height",
2240
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2241
- "commit": "da37d8ef759dd81c8e83d3c7ba589ccadadd479a",
2242
- "package": "@fluentui/web-components"
2243
- }
2244
- ],
2245
- "none": [
2246
- {
2247
- "comment": "add menu disabled example",
2248
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2249
- "commit": "cb6aeecba5503afa7b196f20c50f2bb3e213b357",
2250
- "package": "@fluentui/web-components"
2251
- }
2252
- ]
2253
- }
2254
- },
2255
- {
2256
- "date": "Fri, 18 Dec 2020 12:27:55 GMT",
2257
- "tag": "@fluentui/web-components_v0.10.1",
2258
- "version": "0.10.1",
2259
- "comments": {
2260
- "patch": [
2261
- {
2262
- "comment": "fix: focus styling inconsistencies",
2263
- "author": "jes@microsoft.com",
2264
- "commit": "ac24a6a79a7f09559bb35ffbc5b28f53ecd9e95f",
2265
- "package": "@fluentui/web-components"
2266
- }
2267
- ]
2268
- }
2269
- },
2270
- {
2271
- "date": "Thu, 17 Dec 2020 12:30:15 GMT",
2272
- "tag": "@fluentui/web-components_v0.10.0",
2273
- "version": "0.10.0",
2274
- "comments": {
2275
- "patch": [
2276
- {
2277
- "comment": "fix: broken rtl scenerios",
2278
- "author": "jes@microsoft.com",
2279
- "commit": "81651e8f3c1ea57df77214a50eb47fe5a816a236",
2280
- "package": "@fluentui/web-components"
2281
- }
2282
- ],
2283
- "minor": [
2284
- {
2285
- "comment": "add icon only anchor support, update fast packages",
2286
- "author": "chhol@microsoft.com",
2287
- "commit": "cb8c48d775b497c7383d73d78617910bb2d5212c",
2288
- "package": "@fluentui/web-components"
2289
- }
2290
- ]
2291
- }
2292
- },
2293
- {
2294
- "date": "Wed, 16 Dec 2020 12:27:05 GMT",
2295
- "tag": "@fluentui/web-components_v0.9.2",
2296
- "version": "0.9.2",
2297
- "comments": {
2298
- "none": [
2299
- {
2300
- "author": "khamu@microsoft.com",
2301
- "commit": "1ea9d474cf3b39f546f7ea3996edf29e4a862b9a",
2302
- "package": "@fluentui/web-components"
2303
- }
2304
- ],
2305
- "patch": [
2306
- {
2307
- "comment": "update style on aria-current item and adjust margin on last item",
2308
- "author": "khamu@microsoft.com",
2309
- "commit": "de2be83fbac3276be793cf311eaabfb337cc0c47",
2310
- "package": "@fluentui/web-components"
2311
- }
2312
- ]
2313
- }
2314
- },
2315
- {
2316
- "date": "Wed, 09 Dec 2020 12:27:00 GMT",
2317
- "tag": "@fluentui/web-components_v0.9.1",
2318
- "version": "0.9.1",
2319
- "comments": {
2320
- "patch": [
2321
- {
2322
- "comment": "set FieldText color on label and status-message",
2323
- "author": "khamu@microsoft.com",
2324
- "commit": "2bba2c2d957c8df676d9d34bf1b0f3ccbdcd28d1",
2325
- "package": "@fluentui/web-components"
2326
- }
2327
- ]
2328
- }
2329
- },
2330
- {
2331
- "date": "Wed, 02 Dec 2020 12:37:40 GMT",
2332
- "tag": "@fluentui/web-components_v0.9.0",
2333
- "version": "0.9.0",
2334
- "comments": {
2335
- "minor": [
2336
- {
2337
- "comment": "add a class to button in shadow DOM when default slotted content is only an svg icon",
2338
- "author": "chhol@microsoft.com",
2339
- "commit": "158a6480c3dcf802a5fb4dbf045f0bf18ab20b3c",
2340
- "package": "@fluentui/web-components"
2341
- }
2342
- ]
2343
- }
2344
- },
2345
- {
2346
- "date": "Sat, 21 Nov 2020 02:00:44 GMT",
2347
- "tag": "@fluentui/web-components_v0.8.1",
2348
- "version": "0.8.1",
2349
- "comments": {
2350
- "patch": [
2351
- {
2352
- "comment": "add forced color adjust to host selector",
2353
- "author": "khamu@microsoft.com",
2354
- "commit": "cfd0cc90fb22c5d24d9646b7eb325c7a41bd6c68",
2355
- "package": "@fluentui/web-components"
2356
- },
2357
- {
2358
- "comment": "update fast packages to latest minor versions",
2359
- "author": "chhol@microsoft.com",
2360
- "commit": "2b7e56297be7f7d6e1920df0f202277c17644a5d",
2361
- "package": "@fluentui/web-components"
2362
- },
2363
- {
2364
- "comment": "ensure all web components leverage the body font design token",
2365
- "author": "chhol@microsoft.com",
2366
- "commit": "b3be4d7dfb1392d5b315bb728bb24df8fb500271",
2367
- "package": "@fluentui/web-components"
2368
- },
2369
- {
2370
- "comment": "feat: add select and related styles",
2371
- "author": "jes@microsoft.com",
2372
- "commit": "66916eef3d325b8e8104c56f8557246b4824a5ca",
2373
- "package": "@fluentui/web-components"
2374
- }
2375
- ]
2376
- }
2377
- },
2378
- {
2379
- "date": "Wed, 18 Nov 2020 12:30:07 GMT",
2380
- "tag": "@fluentui/web-components_v0.8.0",
2381
- "version": "0.8.0",
2382
- "comments": {
2383
- "minor": [
2384
- {
2385
- "comment": "fix: radio group orientation vertical broken",
2386
- "author": "jes@microsoft.com",
2387
- "commit": "5467837e6426d68375fe3832f5448ebed678e704",
2388
- "package": "@fluentui/web-components"
2389
- }
2390
- ]
2391
- }
2392
- },
2393
- {
2394
- "date": "Tue, 17 Nov 2020 12:36:24 GMT",
2395
- "tag": "@fluentui/web-components_v0.7.2",
2396
- "version": "0.7.2",
2397
- "comments": {
2398
- "patch": [
2399
- {
2400
- "comment": "moved high contrast work into common button styles file",
2401
- "author": "khamu@microsoft.com",
2402
- "commit": "68628df80d364aff4bba014ddcd4455d6b20a660",
2403
- "package": "@fluentui/web-components"
2404
- }
2405
- ]
2406
- }
2407
- },
2408
- {
2409
- "date": "Thu, 05 Nov 2020 12:29:43 GMT",
2410
- "tag": "@fluentui/web-components_v0.7.1",
2411
- "version": "0.7.1",
2412
- "comments": {
2413
- "patch": [
2414
- {
2415
- "comment": "flipper cursor should be pointer on hover",
2416
- "author": "chhol@microsoft.com",
2417
- "commit": "70498e155281bad717091ac140ba79d9fdcce323",
2418
- "package": "@fluentui/web-components"
2419
- }
2420
- ]
2421
- }
2422
- },
2423
- {
2424
- "date": "Thu, 29 Oct 2020 12:34:59 GMT",
2425
- "tag": "@fluentui/web-components_v0.7.0",
2426
- "version": "0.7.0",
2427
- "comments": {
2428
- "minor": [
2429
- {
2430
- "comment": "add hover and focus-within elevation change for card",
2431
- "author": "chhol@microsoft.com",
2432
- "commit": "962a5b718089d9577970ea5f22f73dd8650c4d1e",
2433
- "package": "@fluentui/web-components"
2434
- }
2435
- ],
2436
- "patch": [
2437
- {
2438
- "comment": "ensure elevated corner radius is applied to dialog",
2439
- "author": "chhol@microsoft.com",
2440
- "commit": "a04560ff92d957157d69b875e0bad09f5e62b5ff",
2441
- "package": "@fluentui/web-components"
2442
- }
2443
- ]
2444
- }
2445
- },
2446
- {
2447
- "date": "Fri, 23 Oct 2020 03:26:15 GMT",
2448
- "tag": "@fluentui/web-components_v0.6.3",
2449
- "version": "0.6.3",
2450
- "comments": {
2451
- "none": [
2452
- {
2453
- "comment": "Add beachball config for disallowed change types",
2454
- "author": "xgao@microsoft.com",
2455
- "commit": "ee2622a8572c11f1eeb9d7f1c8d759d6ae0281ca",
2456
- "package": "@fluentui/web-components"
2457
- }
2458
- ]
2459
- }
2460
- },
2461
- {
2462
- "date": "Wed, 21 Oct 2020 12:32:12 GMT",
2463
- "tag": "@fluentui/web-components_v0.6.3",
2464
- "version": "0.6.3",
2465
- "comments": {
2466
- "none": [
2467
- {
2468
- "comment": "Fix yarn test --production.",
2469
- "author": "xgao@microsoft.com",
2470
- "commit": "35627bb3ecb15110c1c0b36b74bdb0735039d26c",
2471
- "package": "@fluentui/web-components"
2472
- }
2473
- ]
2474
- }
2475
- },
2476
- {
2477
- "date": "Wed, 14 Oct 2020 20:26:08 GMT",
2478
- "tag": "@fluentui/web-components_v0.6.3",
2479
- "version": "0.6.3",
2480
- "comments": {
2481
- "patch": [
2482
- {
2483
- "comment": "operate dialog in open mode to ensure accessible focus behavior is supported",
2484
- "author": "chhol@microsoft.com",
2485
- "commit": "5babd0e822f182f8a33e096e615524651ae77968",
2486
- "package": "@fluentui/web-components"
2487
- },
2488
- {
2489
- "comment": "remove un-necessary palette generation",
2490
- "author": "nicholasrice@users.noreply.github.com",
2491
- "commit": "74b0bd5b78126df06be1277f8466d03a991578a4",
2492
- "package": "@fluentui/web-components"
2493
- }
2494
- ]
2495
- }
2496
- },
2497
- {
2498
- "date": "Fri, 09 Oct 2020 18:03:19 GMT",
2499
- "tag": "@fluentui/web-components_v0.6.2",
2500
- "version": "0.6.2",
2501
- "comments": {
2502
- "patch": [
2503
- {
2504
- "comment": "removes palette generation for every card and adds better null checking to avoid runtime errors",
2505
- "author": "nicholasrice@users.noreply.github.com",
2506
- "commit": "6e09556ae9cd59f9174a211e6987237e8f22f54f",
2507
- "package": "@fluentui/web-components"
2508
- }
2509
- ]
2510
- }
2511
- },
2512
- {
2513
- "date": "Fri, 09 Oct 2020 12:23:45 GMT",
2514
- "tag": "@fluentui/web-components_v0.6.1",
2515
- "version": "0.6.1",
2516
- "comments": {
2517
- "patch": [
2518
- {
2519
- "comment": "fix: ensure font properties are inherited to control and start/end content",
2520
- "author": "chhol@microsoft.com",
2521
- "commit": "7bac606fa371d6ca46fe69611da12a3cb0af6a4e",
2522
- "package": "@fluentui/web-components"
2523
- }
2524
- ]
2525
- }
2526
- },
2527
- {
2528
- "date": "Wed, 07 Oct 2020 12:24:30 GMT",
2529
- "tag": "@fluentui/web-components_v0.6.0",
2530
- "version": "0.6.0",
2531
- "comments": {
2532
- "minor": [
2533
- {
2534
- "comment": "close shadow roots of all web components",
2535
- "author": "nicholasrice@users.noreply.github.com",
2536
- "commit": "d0d5148cf4cdd80ae884eecc35b411a8719aa0d0",
2537
- "package": "@fluentui/web-components"
2538
- },
2539
- {
2540
- "comment": "add skeleton as a new component",
2541
- "author": "chhol@microsoft.com",
2542
- "commit": "406bb8c5b456ae4983c7e0cf7e2991d1f804b114",
2543
- "package": "@fluentui/web-components"
2544
- }
2545
- ]
2546
- }
2547
- },
2548
- {
2549
- "date": "Fri, 02 Oct 2020 12:28:46 GMT",
2550
- "tag": "@fluentui/web-components_v0.5.0",
2551
- "version": "0.5.0",
2552
- "comments": {
2553
- "minor": [
2554
- {
2555
- "comment": "export DesignSystem interface",
2556
- "author": "chhol@microsoft.com",
2557
- "commit": "d5b08022819761ce2995073f9cc69019bc951625",
2558
- "package": "@fluentui/web-components"
2559
- }
2560
- ]
2561
- }
2562
- },
2563
- {
2564
- "date": "Fri, 25 Sep 2020 12:25:17 GMT",
2565
- "tag": "@fluentui/web-components_v0.4.0",
2566
- "version": "0.4.0",
2567
- "comments": {
2568
- "none": [
2569
- {
2570
- "comment": "Line endings on the api report are changing again...",
2571
- "author": "dzearing@hotmail.com",
2572
- "commit": "452a387dd9353763c6c2adc8946a9378fd654994",
2573
- "package": "@fluentui/web-components"
2574
- }
2575
- ]
2576
- }
2577
- },
2578
- {
2579
- "date": "Thu, 24 Sep 2020 00:46:56 GMT",
2580
- "tag": "@fluentui/web-components_v0.4.0",
2581
- "version": "0.4.0",
2582
- "comments": {
2583
- "patch": [
2584
- {
2585
- "comment": "center align the start and end slot on tabs",
2586
- "author": "37851220+khamudom@users.noreply.github.com",
2587
- "commit": "7a02678df2c112ad182bb6e29179cefb79e8f5d1",
2588
- "package": "@fluentui/web-components"
2589
- }
2590
- ],
2591
- "minor": [
2592
- {
2593
- "comment": "Feat: adds automatic card background color calculation",
2594
- "author": "jes@microsoft.com",
2595
- "commit": "c32b0e3402448c68ffb8db0d5386834b6c540239",
2596
- "package": "@fluentui/web-components"
2597
- }
2598
- ]
2599
- }
2600
- },
2601
- {
2602
- "date": "Wed, 23 Sep 2020 12:27:48 GMT",
2603
- "tag": "@fluentui/web-components_v0.3.1",
2604
- "version": "0.3.1",
2605
- "comments": {
2606
- "patch": [
2607
- {
2608
- "comment": "update sizing on indeterminate indicator",
2609
- "author": "37851220+khamudom@users.noreply.github.com",
2610
- "commit": "4c228610494394bb291deec6a220c8659be4e98c",
2611
- "package": "@fluentui/web-components"
2612
- }
2613
- ]
2614
- }
2615
- },
2616
- {
2617
- "date": "Thu, 17 Sep 2020 23:15:07 GMT",
2618
- "tag": "@fluentui/web-components_v0.3.0",
2619
- "version": "0.3.0",
2620
- "comments": {
2621
- "minor": [
2622
- {
2623
- "comment": "fix design system properties inheritance",
2624
- "author": "jes@microsoft.com",
2625
- "commit": "82d4558d358448584949314d32a9fb26e4d78c86",
2626
- "package": "@fluentui/web-components"
2627
- }
2628
- ]
2629
- }
2630
- },
2631
- {
2632
- "date": "Thu, 17 Sep 2020 12:25:04 GMT",
2633
- "tag": "@fluentui/web-components_v0.2.0",
2634
- "version": "0.2.0",
2635
- "comments": {
2636
- "minor": [
2637
- {
2638
- "comment": "Feat: convert card to be design system provider",
2639
- "author": "jes@microsoft.com",
2640
- "commit": "7ea84b6f135e4193b28495ef120f289016e392e4",
2641
- "package": "@fluentui/web-components"
2642
- }
2643
- ]
2644
- }
2645
- },
2646
- {
2647
- "date": "Tue, 01 Sep 2020 12:27:02 GMT",
2648
- "tag": "@fluentui/web-components_v0.1.8",
2649
- "version": "0.1.8",
2650
- "comments": {
2651
- "patch": [
2652
- {
2653
- "comment": "update fast packages and add font-family inherit to controls of button and accordion-item",
2654
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2655
- "commit": "3c24d28536c0c370e001922f031718bdbab069c5",
2656
- "package": "@fluentui/web-components"
2657
- }
2658
- ]
2659
- }
2660
- },
2661
- {
2662
- "date": "Tue, 18 Aug 2020 07:58:00 GMT",
2663
- "tag": "@fluentui/web-components_v0.1.7",
2664
- "version": "0.1.7",
2665
- "comments": {
2666
- "patch": [
2667
- {
2668
- "comment": "fix: apply badge appearance styling to control not host element",
2669
- "author": "chhol@microsoft.com",
2670
- "commit": "5cceb3c4292381b9d68acc33de82c3a936d53a6d",
2671
- "package": "@fluentui/web-components"
2672
- },
2673
- {
2674
- "comment": "update fast element version to leverage latest changes",
2675
- "author": "chhol@microsoft.com",
2676
- "commit": "298f84c36dc52c4cf0220d48a7b398ecc6f9408a",
2677
- "package": "@fluentui/web-components"
2678
- },
2679
- {
2680
- "comment": "fixing publish",
2681
- "author": "kchau@microsoft.com",
2682
- "commit": "88c5b45032954e263c03ec211b950e618f9d5996",
2683
- "package": "@fluentui/web-components"
2684
- }
2685
- ]
2686
- }
2687
- },
2688
- {
2689
- "date": "Thu, 13 Aug 2020 12:41:58 GMT",
2690
- "tag": "@fluentui/web-components_v0.1.5",
2691
- "version": "0.1.5",
2692
- "comments": {
2693
- "patch": [
2694
- {
2695
- "comment": "fix: add full width to text-area and text-field controls to expand properly with component",
2696
- "author": "sethdonohue@Admins-MBP.guest.corp.microsoft.com",
2697
- "commit": "b9a825d40f0e6549802284afc3ba4d06778f5e01",
2698
- "package": "@fluentui/web-components"
2699
- }
2700
- ]
2701
- }
2702
- },
2703
- {
2704
- "date": "Wed, 12 Aug 2020 18:34:18 GMT",
2705
- "tag": "@fluentui/web-components_v0.1.4",
2706
- "version": "0.1.4",
2707
- "comments": {
2708
- "patch": [
2709
- {
2710
- "comment": "fix: ensure radio control does not shrink",
2711
- "author": "chhol@microsoft.com",
2712
- "commit": "68d4bb69e3da8146eca3bada175669f1f32e8629",
2713
- "package": "@fluentui/web-components"
2714
- }
2715
- ]
2716
- }
2717
- },
2718
- {
2719
- "date": "Tue, 11 Aug 2020 05:47:07 GMT",
2720
- "tag": "@fluentui/web-components_v0.1.3",
2721
- "version": "0.1.3",
2722
- "comments": {
2723
- "patch": [
2724
- {
2725
- "comment": "fix: tab should have pointer as cursor",
2726
- "author": "chhol@microsoft.com",
2727
- "commit": "1580bb66d93ca3718a04b8a4ff6f1d8a24a8af1b",
2728
- "package": "@fluentui/web-components"
2729
- }
2730
- ],
2731
- "none": [
2732
- {
2733
- "comment": "chore: fix accordion web component examples",
2734
- "author": "chhol@microsoft.com",
2735
- "commit": "f4a212d8bb29f89efb804a76acc5ac77e0de8a90",
2736
- "package": "@fluentui/web-components"
2737
- }
2738
- ]
2739
- }
2740
- },
2741
- {
2742
- "date": "Mon, 10 Aug 2020 06:19:21 GMT",
2743
- "tag": "@fluentui/web-components_v0.1.2",
2744
- "version": "0.1.2",
2745
- "comments": {
2746
- "patch": [
2747
- {
2748
- "comment": "Fix min-width to be equals to thumb size",
2749
- "author": "barahonajm@outlook.com",
2750
- "commit": "e0e6494bdf8668da6776a1cca5ac738aac788feb",
2751
- "package": "@fluentui/web-components"
2752
- }
2753
- ]
2754
- }
2755
- },
2756
- {
2757
- "date": "Thu, 06 Aug 2020 22:49:13 GMT",
2758
- "tag": "@fluentui/web-components_v0.1.1",
2759
- "version": "0.1.1",
2760
- "comments": {
2761
- "patch": [
2762
- {
2763
- "comment": "fix: update rollup config and incorrect readme import",
2764
- "author": "chhol@microsoft.com",
2765
- "commit": "ffe583186bef52adaf151e344a116cbbbd32c0fe",
2766
- "package": "@fluentui/web-components"
2767
- }
2768
- ]
2769
- }
2770
- },
2771
- {
2772
- "date": "Thu, 06 Aug 2020 00:30:40 GMT",
2773
- "tag": "@fluentui/web-components_v0.1.0",
2774
- "version": "0.1.0",
2775
- "comments": {
2776
- "minor": [
2777
- {
2778
- "comment": "feat: update package namespace and update control names to prefix with fluent",
2779
- "author": "chhol@microsoft.com",
2780
- "commit": "1a3c2f87559c3a89cf79735ce974a939ec930bc6",
2781
- "package": "@fluentui/web-components"
2782
- }
2783
- ]
2784
- }
2785
- }
2786
- ]
2787
- }