@fluentui/react-tags 0.0.0-nightly-20231004-0414.1

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 (178) hide show
  1. package/CHANGELOG.json +958 -0
  2. package/CHANGELOG.md +302 -0
  3. package/LICENSE +15 -0
  4. package/README.md +72 -0
  5. package/dist/index.d.ts +405 -0
  6. package/lib/InteractionTag.js +1 -0
  7. package/lib/InteractionTag.js.map +1 -0
  8. package/lib/InteractionTagPrimary.js +1 -0
  9. package/lib/InteractionTagPrimary.js.map +1 -0
  10. package/lib/InteractionTagSecondary.js +1 -0
  11. package/lib/InteractionTagSecondary.js.map +1 -0
  12. package/lib/Tag.js +1 -0
  13. package/lib/Tag.js.map +1 -0
  14. package/lib/TagGroup.js +1 -0
  15. package/lib/TagGroup.js.map +1 -0
  16. package/lib/components/InteractionTag/InteractionTag.js +16 -0
  17. package/lib/components/InteractionTag/InteractionTag.js.map +1 -0
  18. package/lib/components/InteractionTag/InteractionTag.types.js +1 -0
  19. package/lib/components/InteractionTag/InteractionTag.types.js.map +1 -0
  20. package/lib/components/InteractionTag/index.js +6 -0
  21. package/lib/components/InteractionTag/index.js.map +1 -0
  22. package/lib/components/InteractionTag/renderInteractionTag.js +12 -0
  23. package/lib/components/InteractionTag/renderInteractionTag.js.map +1 -0
  24. package/lib/components/InteractionTag/useInteractionTag.js +36 -0
  25. package/lib/components/InteractionTag/useInteractionTag.js.map +1 -0
  26. package/lib/components/InteractionTag/useInteractionTagContextValues.js +23 -0
  27. package/lib/components/InteractionTag/useInteractionTagContextValues.js.map +1 -0
  28. package/lib/components/InteractionTag/useInteractionTagStyles.styles.js +45 -0
  29. package/lib/components/InteractionTag/useInteractionTagStyles.styles.js.map +1 -0
  30. package/lib/components/InteractionTagPrimary/InteractionTagPrimary.js +16 -0
  31. package/lib/components/InteractionTagPrimary/InteractionTagPrimary.js.map +1 -0
  32. package/lib/components/InteractionTagPrimary/InteractionTagPrimary.types.js +1 -0
  33. package/lib/components/InteractionTagPrimary/InteractionTagPrimary.types.js.map +1 -0
  34. package/lib/components/InteractionTagPrimary/index.js +5 -0
  35. package/lib/components/InteractionTagPrimary/index.js.map +1 -0
  36. package/lib/components/InteractionTagPrimary/renderInteractionTagPrimary.js +19 -0
  37. package/lib/components/InteractionTagPrimary/renderInteractionTagPrimary.js.map +1 -0
  38. package/lib/components/InteractionTagPrimary/useInteractionTagPrimary.js +64 -0
  39. package/lib/components/InteractionTagPrimary/useInteractionTagPrimary.js.map +1 -0
  40. package/lib/components/InteractionTagPrimary/useInteractionTagPrimaryStyles.styles.js +232 -0
  41. package/lib/components/InteractionTagPrimary/useInteractionTagPrimaryStyles.styles.js.map +1 -0
  42. package/lib/components/InteractionTagSecondary/InteractionTagSecondary.js +14 -0
  43. package/lib/components/InteractionTagSecondary/InteractionTagSecondary.js.map +1 -0
  44. package/lib/components/InteractionTagSecondary/InteractionTagSecondary.types.js +1 -0
  45. package/lib/components/InteractionTagSecondary/InteractionTagSecondary.types.js.map +1 -0
  46. package/lib/components/InteractionTagSecondary/index.js +5 -0
  47. package/lib/components/InteractionTagSecondary/index.js.map +1 -0
  48. package/lib/components/InteractionTagSecondary/renderInteractionTagSecondary.js +8 -0
  49. package/lib/components/InteractionTagSecondary/renderInteractionTagSecondary.js.map +1 -0
  50. package/lib/components/InteractionTagSecondary/useInteractionTagSecondary.js +57 -0
  51. package/lib/components/InteractionTagSecondary/useInteractionTagSecondary.js.map +1 -0
  52. package/lib/components/InteractionTagSecondary/useInteractionTagSecondaryStyles.styles.js +126 -0
  53. package/lib/components/InteractionTagSecondary/useInteractionTagSecondaryStyles.styles.js.map +1 -0
  54. package/lib/components/Tag/Tag.js +16 -0
  55. package/lib/components/Tag/Tag.js.map +1 -0
  56. package/lib/components/Tag/Tag.types.js +1 -0
  57. package/lib/components/Tag/Tag.types.js.map +1 -0
  58. package/lib/components/Tag/index.js +5 -0
  59. package/lib/components/Tag/index.js.map +1 -0
  60. package/lib/components/Tag/renderTag.js +20 -0
  61. package/lib/components/Tag/renderTag.js.map +1 -0
  62. package/lib/components/Tag/useTag.js +98 -0
  63. package/lib/components/Tag/useTag.js.map +1 -0
  64. package/lib/components/Tag/useTagStyles.styles.js +320 -0
  65. package/lib/components/Tag/useTagStyles.styles.js.map +1 -0
  66. package/lib/components/TagGroup/TagGroup.js +16 -0
  67. package/lib/components/TagGroup/TagGroup.js.map +1 -0
  68. package/lib/components/TagGroup/TagGroup.types.js +1 -0
  69. package/lib/components/TagGroup/TagGroup.types.js.map +1 -0
  70. package/lib/components/TagGroup/index.js +6 -0
  71. package/lib/components/TagGroup/index.js.map +1 -0
  72. package/lib/components/TagGroup/renderTagGroup.js +12 -0
  73. package/lib/components/TagGroup/renderTagGroup.js.map +1 -0
  74. package/lib/components/TagGroup/useTagGroup.js +67 -0
  75. package/lib/components/TagGroup/useTagGroup.js.map +1 -0
  76. package/lib/components/TagGroup/useTagGroupContextValues.js +13 -0
  77. package/lib/components/TagGroup/useTagGroupContextValues.js.map +1 -0
  78. package/lib/components/TagGroup/useTagGroupStyles.styles.js +36 -0
  79. package/lib/components/TagGroup/useTagGroupStyles.styles.js.map +1 -0
  80. package/lib/contexts/interactionTagContext.js +16 -0
  81. package/lib/contexts/interactionTagContext.js.map +1 -0
  82. package/lib/contexts/tagGroupContext.js +11 -0
  83. package/lib/contexts/tagGroupContext.js.map +1 -0
  84. package/lib/index.js +6 -0
  85. package/lib/index.js.map +1 -0
  86. package/lib/utils/index.js +2 -0
  87. package/lib/utils/index.js.map +1 -0
  88. package/lib/utils/types.js +1 -0
  89. package/lib/utils/types.js.map +1 -0
  90. package/lib/utils/useTagAvatarContextValues.js +14 -0
  91. package/lib/utils/useTagAvatarContextValues.js.map +1 -0
  92. package/lib-commonjs/InteractionTag.js +6 -0
  93. package/lib-commonjs/InteractionTag.js.map +1 -0
  94. package/lib-commonjs/InteractionTagPrimary.js +6 -0
  95. package/lib-commonjs/InteractionTagPrimary.js.map +1 -0
  96. package/lib-commonjs/InteractionTagSecondary.js +6 -0
  97. package/lib-commonjs/InteractionTagSecondary.js.map +1 -0
  98. package/lib-commonjs/Tag.js +6 -0
  99. package/lib-commonjs/Tag.js.map +1 -0
  100. package/lib-commonjs/TagGroup.js +6 -0
  101. package/lib-commonjs/TagGroup.js.map +1 -0
  102. package/lib-commonjs/components/InteractionTag/InteractionTag.js +24 -0
  103. package/lib-commonjs/components/InteractionTag/InteractionTag.js.map +1 -0
  104. package/lib-commonjs/components/InteractionTag/InteractionTag.types.js +4 -0
  105. package/lib-commonjs/components/InteractionTag/InteractionTag.types.js.map +1 -0
  106. package/lib-commonjs/components/InteractionTag/index.js +11 -0
  107. package/lib-commonjs/components/InteractionTag/index.js.map +1 -0
  108. package/lib-commonjs/components/InteractionTag/renderInteractionTag.js +20 -0
  109. package/lib-commonjs/components/InteractionTag/renderInteractionTag.js.map +1 -0
  110. package/lib-commonjs/components/InteractionTag/useInteractionTag.js +39 -0
  111. package/lib-commonjs/components/InteractionTag/useInteractionTag.js.map +1 -0
  112. package/lib-commonjs/components/InteractionTag/useInteractionTagContextValues.js +34 -0
  113. package/lib-commonjs/components/InteractionTag/useInteractionTagContextValues.js.map +1 -0
  114. package/lib-commonjs/components/InteractionTag/useInteractionTagStyles.styles.js +93 -0
  115. package/lib-commonjs/components/InteractionTag/useInteractionTagStyles.styles.js.map +1 -0
  116. package/lib-commonjs/components/InteractionTagPrimary/InteractionTagPrimary.js +24 -0
  117. package/lib-commonjs/components/InteractionTagPrimary/InteractionTagPrimary.js.map +1 -0
  118. package/lib-commonjs/components/InteractionTagPrimary/InteractionTagPrimary.types.js +4 -0
  119. package/lib-commonjs/components/InteractionTagPrimary/InteractionTagPrimary.types.js.map +1 -0
  120. package/lib-commonjs/components/InteractionTagPrimary/index.js +10 -0
  121. package/lib-commonjs/components/InteractionTagPrimary/index.js.map +1 -0
  122. package/lib-commonjs/components/InteractionTagPrimary/renderInteractionTagPrimary.js +27 -0
  123. package/lib-commonjs/components/InteractionTagPrimary/renderInteractionTagPrimary.js.map +1 -0
  124. package/lib-commonjs/components/InteractionTagPrimary/useInteractionTagPrimary.js +67 -0
  125. package/lib-commonjs/components/InteractionTagPrimary/useInteractionTagPrimary.js.map +1 -0
  126. package/lib-commonjs/components/InteractionTagPrimary/useInteractionTagPrimaryStyles.styles.js +431 -0
  127. package/lib-commonjs/components/InteractionTagPrimary/useInteractionTagPrimaryStyles.styles.js.map +1 -0
  128. package/lib-commonjs/components/InteractionTagSecondary/InteractionTagSecondary.js +23 -0
  129. package/lib-commonjs/components/InteractionTagSecondary/InteractionTagSecondary.js.map +1 -0
  130. package/lib-commonjs/components/InteractionTagSecondary/InteractionTagSecondary.types.js +4 -0
  131. package/lib-commonjs/components/InteractionTagSecondary/InteractionTagSecondary.types.js.map +1 -0
  132. package/lib-commonjs/components/InteractionTagSecondary/index.js +10 -0
  133. package/lib-commonjs/components/InteractionTagSecondary/index.js.map +1 -0
  134. package/lib-commonjs/components/InteractionTagSecondary/renderInteractionTagSecondary.js +16 -0
  135. package/lib-commonjs/components/InteractionTagSecondary/renderInteractionTagSecondary.js.map +1 -0
  136. package/lib-commonjs/components/InteractionTagSecondary/useInteractionTagSecondary.js +60 -0
  137. package/lib-commonjs/components/InteractionTagSecondary/useInteractionTagSecondary.js.map +1 -0
  138. package/lib-commonjs/components/InteractionTagSecondary/useInteractionTagSecondaryStyles.styles.js +261 -0
  139. package/lib-commonjs/components/InteractionTagSecondary/useInteractionTagSecondaryStyles.styles.js.map +1 -0
  140. package/lib-commonjs/components/Tag/Tag.js +24 -0
  141. package/lib-commonjs/components/Tag/Tag.js.map +1 -0
  142. package/lib-commonjs/components/Tag/Tag.types.js +4 -0
  143. package/lib-commonjs/components/Tag/Tag.types.js.map +1 -0
  144. package/lib-commonjs/components/Tag/index.js +10 -0
  145. package/lib-commonjs/components/Tag/index.js.map +1 -0
  146. package/lib-commonjs/components/Tag/renderTag.js +28 -0
  147. package/lib-commonjs/components/Tag/renderTag.js.map +1 -0
  148. package/lib-commonjs/components/Tag/useTag.js +101 -0
  149. package/lib-commonjs/components/Tag/useTag.js.map +1 -0
  150. package/lib-commonjs/components/Tag/useTagStyles.styles.js +569 -0
  151. package/lib-commonjs/components/Tag/useTagStyles.styles.js.map +1 -0
  152. package/lib-commonjs/components/TagGroup/TagGroup.js +24 -0
  153. package/lib-commonjs/components/TagGroup/TagGroup.js.map +1 -0
  154. package/lib-commonjs/components/TagGroup/TagGroup.types.js +4 -0
  155. package/lib-commonjs/components/TagGroup/TagGroup.types.js.map +1 -0
  156. package/lib-commonjs/components/TagGroup/index.js +11 -0
  157. package/lib-commonjs/components/TagGroup/index.js.map +1 -0
  158. package/lib-commonjs/components/TagGroup/renderTagGroup.js +20 -0
  159. package/lib-commonjs/components/TagGroup/renderTagGroup.js.map +1 -0
  160. package/lib-commonjs/components/TagGroup/useTagGroup.js +70 -0
  161. package/lib-commonjs/components/TagGroup/useTagGroup.js.map +1 -0
  162. package/lib-commonjs/components/TagGroup/useTagGroupContextValues.js +24 -0
  163. package/lib-commonjs/components/TagGroup/useTagGroupContextValues.js.map +1 -0
  164. package/lib-commonjs/components/TagGroup/useTagGroupStyles.styles.js +51 -0
  165. package/lib-commonjs/components/TagGroup/useTagGroupStyles.styles.js.map +1 -0
  166. package/lib-commonjs/contexts/interactionTagContext.js +38 -0
  167. package/lib-commonjs/contexts/interactionTagContext.js.map +1 -0
  168. package/lib-commonjs/contexts/tagGroupContext.js +33 -0
  169. package/lib-commonjs/contexts/tagGroupContext.js.map +1 -0
  170. package/lib-commonjs/index.js +102 -0
  171. package/lib-commonjs/index.js.map +1 -0
  172. package/lib-commonjs/utils/index.js +7 -0
  173. package/lib-commonjs/utils/index.js.map +1 -0
  174. package/lib-commonjs/utils/types.js +6 -0
  175. package/lib-commonjs/utils/types.js.map +1 -0
  176. package/lib-commonjs/utils/useTagAvatarContextValues.js +25 -0
  177. package/lib-commonjs/utils/useTagAvatarContextValues.js.map +1 -0
  178. package/package.json +67 -0
package/CHANGELOG.json ADDED
@@ -0,0 +1,958 @@
1
+ {
2
+ "name": "@fluentui/react-tags",
3
+ "entries": [
4
+ {
5
+ "date": "Wed, 04 Oct 2023 04:21:52 GMT",
6
+ "tag": "@fluentui/react-tags_v0.0.0-nightly-20231004-0414.1",
7
+ "version": "0.0.0-nightly-20231004-0414.1",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "fluentui-internal@service.microsoft.com",
12
+ "package": "@fluentui/react-tags",
13
+ "commit": "not available",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-tags",
19
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20231004-0414.1",
20
+ "commit": "847913e7b583c799ad53e2f32b5a5a7aa84b0481"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-tags",
25
+ "comment": "Bump @fluentui/react-aria to v0.0.0-nightly-20231004-0414.1",
26
+ "commit": "847913e7b583c799ad53e2f32b5a5a7aa84b0481"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-tags",
31
+ "comment": "Bump @fluentui/react-avatar to v0.0.0-nightly-20231004-0414.1",
32
+ "commit": "847913e7b583c799ad53e2f32b5a5a7aa84b0481"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-tags",
37
+ "comment": "Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20231004-0414.1",
38
+ "commit": "847913e7b583c799ad53e2f32b5a5a7aa84b0481"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-tags",
43
+ "comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20231004-0414.1",
44
+ "commit": "847913e7b583c799ad53e2f32b5a5a7aa84b0481"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-tags",
49
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20231004-0414.1",
50
+ "commit": "847913e7b583c799ad53e2f32b5a5a7aa84b0481"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-tags",
55
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20231004-0414.1",
56
+ "commit": "847913e7b583c799ad53e2f32b5a5a7aa84b0481"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-tags",
61
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20231004-0414.1",
62
+ "commit": "847913e7b583c799ad53e2f32b5a5a7aa84b0481"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-tags",
67
+ "comment": "Bump @fluentui/react-conformance to v0.0.0-nightly-20231004-0414.1",
68
+ "commit": "847913e7b583c799ad53e2f32b5a5a7aa84b0481"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-tags",
73
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20231004-0414.1",
74
+ "commit": "847913e7b583c799ad53e2f32b5a5a7aa84b0481"
75
+ }
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "date": "Mon, 02 Oct 2023 08:56:05 GMT",
81
+ "tag": "@fluentui/react-tags-preview_v0.4.0",
82
+ "version": "0.4.0",
83
+ "comments": {
84
+ "minor": [
85
+ {
86
+ "author": "yuanboxue@microsoft.com",
87
+ "package": "@fluentui/react-tags-preview",
88
+ "commit": "6e692ab6be8e4169807a15ec1d2787cd29e64715",
89
+ "comment": "chore: properly type ref in state hook"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui/react-tags-preview",
94
+ "comment": "Bump @fluentui/react-avatar to v9.5.35",
95
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
96
+ },
97
+ {
98
+ "author": "beachball",
99
+ "package": "@fluentui/react-tags-preview",
100
+ "comment": "Bump @fluentui/react-shared-contexts to v9.9.2",
101
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-tags-preview",
106
+ "comment": "Bump @fluentui/react-tabster to v9.13.2",
107
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
108
+ }
109
+ ]
110
+ }
111
+ },
112
+ {
113
+ "date": "Tue, 26 Sep 2023 17:49:13 GMT",
114
+ "tag": "@fluentui/react-tags-preview_v0.3.1",
115
+ "version": "0.3.1",
116
+ "comments": {
117
+ "patch": [
118
+ {
119
+ "author": "yuanboxue@microsoft.com",
120
+ "package": "@fluentui/react-tags-preview",
121
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
122
+ "comment": "chore: trigger manual version bump after broken release"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-tags-preview",
127
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.6",
128
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
129
+ },
130
+ {
131
+ "author": "beachball",
132
+ "package": "@fluentui/react-tags-preview",
133
+ "comment": "Bump @fluentui/react-aria to v9.3.38",
134
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
135
+ },
136
+ {
137
+ "author": "beachball",
138
+ "package": "@fluentui/react-tags-preview",
139
+ "comment": "Bump @fluentui/react-avatar to v9.5.34",
140
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
141
+ },
142
+ {
143
+ "author": "beachball",
144
+ "package": "@fluentui/react-tags-preview",
145
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.12",
146
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
147
+ },
148
+ {
149
+ "author": "beachball",
150
+ "package": "@fluentui/react-tags-preview",
151
+ "comment": "Bump @fluentui/react-shared-contexts to v9.9.1",
152
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
153
+ },
154
+ {
155
+ "author": "beachball",
156
+ "package": "@fluentui/react-tags-preview",
157
+ "comment": "Bump @fluentui/react-tabster to v9.13.1",
158
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
159
+ },
160
+ {
161
+ "author": "beachball",
162
+ "package": "@fluentui/react-tags-preview",
163
+ "comment": "Bump @fluentui/react-theme to v9.1.14",
164
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
165
+ },
166
+ {
167
+ "author": "beachball",
168
+ "package": "@fluentui/react-tags-preview",
169
+ "comment": "Bump @fluentui/react-utilities to v9.13.5",
170
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
171
+ }
172
+ ]
173
+ }
174
+ },
175
+ {
176
+ "date": "Tue, 26 Sep 2023 15:31:45 GMT",
177
+ "tag": "@fluentui/react-tags-preview_v0.3.0",
178
+ "version": "0.3.0",
179
+ "comments": {
180
+ "patch": [
181
+ {
182
+ "author": "yuanboxue@microsoft.com",
183
+ "package": "@fluentui/react-tags-preview",
184
+ "commit": "cb6dfbf4f9d0f7839fbecd5450221477aadb5987",
185
+ "comment": "fix: remove double curve from dismissible circular InteractionTag on windows high contrast"
186
+ },
187
+ {
188
+ "author": "yuanboxue@microsoft.com",
189
+ "package": "@fluentui/react-tags-preview",
190
+ "commit": "36a932b757a01a5b234fd05fed91f0cdf4192b99",
191
+ "comment": "fix: useTag `getNativeElementProps` should conditionally use 'button' or 'span'"
192
+ },
193
+ {
194
+ "author": "martinhochel@microsoft.com",
195
+ "package": "@fluentui/react-tags-preview",
196
+ "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
197
+ "comment": "fix: bump swc core to mitigate transpilation memory leaks"
198
+ },
199
+ {
200
+ "author": "yuanboxue@microsoft.com",
201
+ "package": "@fluentui/react-tags-preview",
202
+ "commit": "92acc9161762e2db41199023197b2c94a15a3c25",
203
+ "comment": "chore: update props descriptions"
204
+ },
205
+ {
206
+ "author": "yuanboxue@microsoft.com",
207
+ "package": "@fluentui/react-tags-preview",
208
+ "commit": "e90de0d64d3611c8dfc3b53acde21f00ad19597f",
209
+ "comment": "fix: remove hover color for disabled InteractionTag under windows high contrast"
210
+ },
211
+ {
212
+ "author": "ololubek@microsoft.com",
213
+ "package": "@fluentui/react-tags-preview",
214
+ "commit": "a31e7394d9f169bc5aa55430a22cdc65425a1b49",
215
+ "comment": "chore: Update react-icons version to pick up IconDirectionContextProvider updated export"
216
+ }
217
+ ],
218
+ "minor": [
219
+ {
220
+ "author": "yuanboxue@microsoft.com",
221
+ "package": "@fluentui/react-tags-preview",
222
+ "commit": "c9b7dde0872c3fe5a639165a8f507b6099daed7f",
223
+ "comment": "feat: set default aria-labelledby on InteractionTagSecondary"
224
+ },
225
+ {
226
+ "author": "yuanboxue@microsoft.com",
227
+ "package": "@fluentui/react-tags-preview",
228
+ "commit": "53ce54c431c9caa77aa7d9f03476769880e982ed",
229
+ "comment": "fix: update handleTagDismiss type"
230
+ },
231
+ {
232
+ "author": "yuanboxue@microsoft.com",
233
+ "package": "@fluentui/react-tags-preview",
234
+ "commit": "45ab251870368226b02c57882e8f7ca0deb86c8f",
235
+ "comment": "feat: add custom style hooks for tag components"
236
+ },
237
+ {
238
+ "author": "beachball",
239
+ "package": "@fluentui/react-tags-preview",
240
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.5",
241
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
242
+ },
243
+ {
244
+ "author": "beachball",
245
+ "package": "@fluentui/react-tags-preview",
246
+ "comment": "Bump @fluentui/react-aria to v9.3.37",
247
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
248
+ },
249
+ {
250
+ "author": "beachball",
251
+ "package": "@fluentui/react-tags-preview",
252
+ "comment": "Bump @fluentui/react-avatar to v9.5.33",
253
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
254
+ },
255
+ {
256
+ "author": "beachball",
257
+ "package": "@fluentui/react-tags-preview",
258
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.11",
259
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
260
+ },
261
+ {
262
+ "author": "beachball",
263
+ "package": "@fluentui/react-tags-preview",
264
+ "comment": "Bump @fluentui/react-shared-contexts to v9.9.0",
265
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
266
+ },
267
+ {
268
+ "author": "beachball",
269
+ "package": "@fluentui/react-tags-preview",
270
+ "comment": "Bump @fluentui/react-tabster to v9.13.0",
271
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
272
+ },
273
+ {
274
+ "author": "beachball",
275
+ "package": "@fluentui/react-tags-preview",
276
+ "comment": "Bump @fluentui/react-theme to v9.1.13",
277
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
278
+ },
279
+ {
280
+ "author": "beachball",
281
+ "package": "@fluentui/react-tags-preview",
282
+ "comment": "Bump @fluentui/react-utilities to v9.13.4",
283
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
284
+ }
285
+ ]
286
+ }
287
+ },
288
+ {
289
+ "date": "Wed, 20 Sep 2023 17:47:44 GMT",
290
+ "tag": "@fluentui/react-tags-preview_v0.2.12",
291
+ "version": "0.2.12",
292
+ "comments": {
293
+ "patch": [
294
+ {
295
+ "author": "martinhochel@microsoft.com",
296
+ "package": "@fluentui/react-tags-preview",
297
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0",
298
+ "comment": "chore: trigger manual version bump after broken release"
299
+ },
300
+ {
301
+ "author": "beachball",
302
+ "package": "@fluentui/react-tags-preview",
303
+ "comment": "Bump @fluentui/react-avatar to v9.5.32",
304
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
305
+ },
306
+ {
307
+ "author": "beachball",
308
+ "package": "@fluentui/react-tags-preview",
309
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.10",
310
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
311
+ },
312
+ {
313
+ "author": "beachball",
314
+ "package": "@fluentui/react-tags-preview",
315
+ "comment": "Bump @fluentui/react-shared-contexts to v9.8.1",
316
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
317
+ },
318
+ {
319
+ "author": "beachball",
320
+ "package": "@fluentui/react-tags-preview",
321
+ "comment": "Bump @fluentui/react-tabster to v9.12.11",
322
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
323
+ }
324
+ ]
325
+ }
326
+ },
327
+ {
328
+ "date": "Wed, 20 Sep 2023 14:59:51 GMT",
329
+ "tag": "@fluentui/react-tags-preview_v0.2.11",
330
+ "version": "0.2.11",
331
+ "comments": {
332
+ "patch": [
333
+ {
334
+ "author": "yuanboxue@microsoft.com",
335
+ "package": "@fluentui/react-tags-preview",
336
+ "commit": "1e2ab4016c440153eac5482a0d733aa3fffc21ee",
337
+ "comment": "chore: add cypress tests"
338
+ },
339
+ {
340
+ "author": "yuanboxue@microsoft.com",
341
+ "package": "@fluentui/react-tags-preview",
342
+ "commit": "4976455d91695bc93383831cdda347f722db80aa",
343
+ "comment": "fix: remove onClick handler for non-dismissible Tag to prevent screen readers announce 'clickable'"
344
+ },
345
+ {
346
+ "author": "beachball",
347
+ "package": "@fluentui/react-tags-preview",
348
+ "comment": "Bump @fluentui/react-avatar to v9.5.31",
349
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
350
+ },
351
+ {
352
+ "author": "beachball",
353
+ "package": "@fluentui/react-tags-preview",
354
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.9",
355
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
356
+ },
357
+ {
358
+ "author": "beachball",
359
+ "package": "@fluentui/react-tags-preview",
360
+ "comment": "Bump @fluentui/react-shared-contexts to v9.8.0",
361
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
362
+ },
363
+ {
364
+ "author": "beachball",
365
+ "package": "@fluentui/react-tags-preview",
366
+ "comment": "Bump @fluentui/react-tabster to v9.12.10",
367
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
368
+ }
369
+ ]
370
+ }
371
+ },
372
+ {
373
+ "date": "Thu, 14 Sep 2023 16:44:47 GMT",
374
+ "tag": "@fluentui/react-tags-preview_v0.2.10",
375
+ "version": "0.2.10",
376
+ "comments": {
377
+ "patch": [
378
+ {
379
+ "author": "beachball",
380
+ "package": "@fluentui/react-tags-preview",
381
+ "comment": "Bump @fluentui/react-avatar to v9.5.30",
382
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
383
+ },
384
+ {
385
+ "author": "beachball",
386
+ "package": "@fluentui/react-tags-preview",
387
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.8",
388
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
389
+ }
390
+ ]
391
+ }
392
+ },
393
+ {
394
+ "date": "Tue, 12 Sep 2023 08:51:34 GMT",
395
+ "tag": "@fluentui/react-tags-preview_v0.2.9",
396
+ "version": "0.2.9",
397
+ "comments": {
398
+ "patch": [
399
+ {
400
+ "author": "beachball",
401
+ "package": "@fluentui/react-tags-preview",
402
+ "comment": "Bump @fluentui/react-avatar to v9.5.29",
403
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
404
+ },
405
+ {
406
+ "author": "beachball",
407
+ "package": "@fluentui/react-tags-preview",
408
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.7",
409
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
410
+ },
411
+ {
412
+ "author": "beachball",
413
+ "package": "@fluentui/react-tags-preview",
414
+ "comment": "Bump @fluentui/react-tabster to v9.12.9",
415
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
416
+ }
417
+ ]
418
+ }
419
+ },
420
+ {
421
+ "date": "Wed, 06 Sep 2023 13:31:31 GMT",
422
+ "tag": "@fluentui/react-tags-preview_v0.2.8",
423
+ "version": "0.2.8",
424
+ "comments": {
425
+ "patch": [
426
+ {
427
+ "author": "beachball",
428
+ "package": "@fluentui/react-tags-preview",
429
+ "comment": "Bump @fluentui/react-aria to v9.3.36",
430
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
431
+ },
432
+ {
433
+ "author": "beachball",
434
+ "package": "@fluentui/react-tags-preview",
435
+ "comment": "Bump @fluentui/react-avatar to v9.5.28",
436
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
437
+ },
438
+ {
439
+ "author": "beachball",
440
+ "package": "@fluentui/react-tags-preview",
441
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.6",
442
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
443
+ },
444
+ {
445
+ "author": "beachball",
446
+ "package": "@fluentui/react-tags-preview",
447
+ "comment": "Bump @fluentui/react-tabster to v9.12.8",
448
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
449
+ },
450
+ {
451
+ "author": "beachball",
452
+ "package": "@fluentui/react-tags-preview",
453
+ "comment": "Bump @fluentui/react-utilities to v9.13.3",
454
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
455
+ }
456
+ ]
457
+ }
458
+ },
459
+ {
460
+ "date": "Tue, 05 Sep 2023 15:39:04 GMT",
461
+ "tag": "@fluentui/react-tags-preview_v0.2.7",
462
+ "version": "0.2.7",
463
+ "comments": {
464
+ "patch": [
465
+ {
466
+ "author": "beachball",
467
+ "package": "@fluentui/react-tags-preview",
468
+ "comment": "Bump @fluentui/react-aria to v9.3.35",
469
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
470
+ },
471
+ {
472
+ "author": "beachball",
473
+ "package": "@fluentui/react-tags-preview",
474
+ "comment": "Bump @fluentui/react-avatar to v9.5.27",
475
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
476
+ },
477
+ {
478
+ "author": "beachball",
479
+ "package": "@fluentui/react-tags-preview",
480
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.5",
481
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
482
+ },
483
+ {
484
+ "author": "beachball",
485
+ "package": "@fluentui/react-tags-preview",
486
+ "comment": "Bump @fluentui/react-tabster to v9.12.7",
487
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
488
+ },
489
+ {
490
+ "author": "beachball",
491
+ "package": "@fluentui/react-tags-preview",
492
+ "comment": "Bump @fluentui/react-utilities to v9.13.2",
493
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
494
+ }
495
+ ]
496
+ }
497
+ },
498
+ {
499
+ "date": "Tue, 05 Sep 2023 13:29:06 GMT",
500
+ "tag": "@fluentui/react-tags-preview_v0.2.6",
501
+ "version": "0.2.6",
502
+ "comments": {
503
+ "patch": [
504
+ {
505
+ "author": "yuanboxue@microsoft.com",
506
+ "package": "@fluentui/react-tags-preview",
507
+ "commit": "1ed23ee0efb3131fd263a72fd9a76aed08930a1b",
508
+ "comment": "fix: add style for windows high contrast"
509
+ },
510
+ {
511
+ "author": "bernardo.sunderhus@gmail.com",
512
+ "package": "@fluentui/react-tags-preview",
513
+ "commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24",
514
+ "comment": "chore: migrate package to use JSX importSource"
515
+ },
516
+ {
517
+ "author": "bernardo.sunderhus@gmail.com",
518
+ "package": "@fluentui/react-tags-preview",
519
+ "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
520
+ "comment": "bumps @swc/helpers version to 0.5.1"
521
+ },
522
+ {
523
+ "author": "yuanboxue@microsoft.com",
524
+ "package": "@fluentui/react-tags-preview",
525
+ "commit": "e051b031c0b823f03c252ed59e329ade794b0686",
526
+ "comment": "chore: use makeResetStyles to reduce classNames"
527
+ },
528
+ {
529
+ "author": "yuanboxue@microsoft.com",
530
+ "package": "@fluentui/react-tags-preview",
531
+ "commit": "5d2f8b98de08a514bd5b8fa0f3d69adf4e6f426d",
532
+ "comment": "fix: remember last focused element in TagGroup"
533
+ },
534
+ {
535
+ "author": "beachball",
536
+ "package": "@fluentui/react-tags-preview",
537
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.4",
538
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
539
+ },
540
+ {
541
+ "author": "beachball",
542
+ "package": "@fluentui/react-tags-preview",
543
+ "comment": "Bump @fluentui/react-aria to v9.3.34",
544
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
545
+ },
546
+ {
547
+ "author": "beachball",
548
+ "package": "@fluentui/react-tags-preview",
549
+ "comment": "Bump @fluentui/react-avatar to v9.5.26",
550
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
551
+ },
552
+ {
553
+ "author": "beachball",
554
+ "package": "@fluentui/react-tags-preview",
555
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.4",
556
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
557
+ },
558
+ {
559
+ "author": "beachball",
560
+ "package": "@fluentui/react-tags-preview",
561
+ "comment": "Bump @fluentui/react-shared-contexts to v9.7.3",
562
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
563
+ },
564
+ {
565
+ "author": "beachball",
566
+ "package": "@fluentui/react-tags-preview",
567
+ "comment": "Bump @fluentui/react-tabster to v9.12.6",
568
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
569
+ },
570
+ {
571
+ "author": "beachball",
572
+ "package": "@fluentui/react-tags-preview",
573
+ "comment": "Bump @fluentui/react-theme to v9.1.12",
574
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
575
+ },
576
+ {
577
+ "author": "beachball",
578
+ "package": "@fluentui/react-tags-preview",
579
+ "comment": "Bump @fluentui/react-utilities to v9.13.1",
580
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
581
+ }
582
+ ]
583
+ }
584
+ },
585
+ {
586
+ "date": "Tue, 29 Aug 2023 12:57:35 GMT",
587
+ "tag": "@fluentui/react-tags-preview_v0.2.5",
588
+ "version": "0.2.5",
589
+ "comments": {
590
+ "patch": [
591
+ {
592
+ "author": "yuanboxue@microsoft.com",
593
+ "package": "@fluentui/react-tags-preview",
594
+ "commit": "a37c90201e40ee2b5cfa4372355788c244060e56",
595
+ "comment": "fix: tag with secondary text has no top border under windows high contrast"
596
+ },
597
+ {
598
+ "author": "yuanboxue@microsoft.com",
599
+ "package": "@fluentui/react-tags-preview",
600
+ "commit": "1f13e55593905c2a04cf39f580b79fd44ccd2eba",
601
+ "comment": "fix: use regular icon for dismiss"
602
+ },
603
+ {
604
+ "author": "beachball",
605
+ "package": "@fluentui/react-tags-preview",
606
+ "comment": "Bump @fluentui/react-aria to v9.3.33",
607
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
608
+ },
609
+ {
610
+ "author": "beachball",
611
+ "package": "@fluentui/react-tags-preview",
612
+ "comment": "Bump @fluentui/react-avatar to v9.5.25",
613
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
614
+ },
615
+ {
616
+ "author": "beachball",
617
+ "package": "@fluentui/react-tags-preview",
618
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.3",
619
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
620
+ },
621
+ {
622
+ "author": "beachball",
623
+ "package": "@fluentui/react-tags-preview",
624
+ "comment": "Bump @fluentui/react-tabster to v9.12.5",
625
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
626
+ },
627
+ {
628
+ "author": "beachball",
629
+ "package": "@fluentui/react-tags-preview",
630
+ "comment": "Bump @fluentui/react-utilities to v9.13.0",
631
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
632
+ }
633
+ ]
634
+ }
635
+ },
636
+ {
637
+ "date": "Thu, 24 Aug 2023 10:26:35 GMT",
638
+ "tag": "@fluentui/react-tags-preview_v0.2.4",
639
+ "version": "0.2.4",
640
+ "comments": {
641
+ "patch": [
642
+ {
643
+ "author": "beachball",
644
+ "package": "@fluentui/react-tags-preview",
645
+ "comment": "Bump @fluentui/react-aria to v9.3.32",
646
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
647
+ },
648
+ {
649
+ "author": "beachball",
650
+ "package": "@fluentui/react-tags-preview",
651
+ "comment": "Bump @fluentui/react-avatar to v9.5.24",
652
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
653
+ },
654
+ {
655
+ "author": "beachball",
656
+ "package": "@fluentui/react-tags-preview",
657
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.2",
658
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
659
+ },
660
+ {
661
+ "author": "beachball",
662
+ "package": "@fluentui/react-tags-preview",
663
+ "comment": "Bump @fluentui/react-tabster to v9.12.4",
664
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
665
+ },
666
+ {
667
+ "author": "beachball",
668
+ "package": "@fluentui/react-tags-preview",
669
+ "comment": "Bump @fluentui/react-utilities to v9.12.0",
670
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
671
+ }
672
+ ]
673
+ }
674
+ },
675
+ {
676
+ "date": "Wed, 23 Aug 2023 12:01:49 GMT",
677
+ "tag": "@fluentui/react-tags-preview_v0.2.3",
678
+ "version": "0.2.3",
679
+ "comments": {
680
+ "patch": [
681
+ {
682
+ "author": "beachball",
683
+ "package": "@fluentui/react-tags-preview",
684
+ "comment": "Bump @fluentui/react-aria to v9.3.31",
685
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
686
+ },
687
+ {
688
+ "author": "beachball",
689
+ "package": "@fluentui/react-tags-preview",
690
+ "comment": "Bump @fluentui/react-avatar to v9.5.23",
691
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
692
+ },
693
+ {
694
+ "author": "beachball",
695
+ "package": "@fluentui/react-tags-preview",
696
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.1",
697
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
698
+ },
699
+ {
700
+ "author": "beachball",
701
+ "package": "@fluentui/react-tags-preview",
702
+ "comment": "Bump @fluentui/react-tabster to v9.12.3",
703
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
704
+ },
705
+ {
706
+ "author": "beachball",
707
+ "package": "@fluentui/react-tags-preview",
708
+ "comment": "Bump @fluentui/react-utilities to v9.11.2",
709
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
710
+ }
711
+ ]
712
+ }
713
+ },
714
+ {
715
+ "date": "Mon, 21 Aug 2023 11:38:02 GMT",
716
+ "tag": "@fluentui/react-tags-preview_v0.2.2",
717
+ "version": "0.2.2",
718
+ "comments": {
719
+ "patch": [
720
+ {
721
+ "author": "yuanboxue@microsoft.com",
722
+ "package": "@fluentui/react-tags-preview",
723
+ "commit": "ad2fe1f95bbd2c9a053e9a058ccabc7e153b413c",
724
+ "comment": "chore: add documentation"
725
+ },
726
+ {
727
+ "author": "yuanboxue@microsoft.com",
728
+ "package": "@fluentui/react-tags-preview",
729
+ "commit": "55e07ffc8d180554fb027841e7d2a89637cefcb3",
730
+ "comment": "fix: use `:active` selector for pressed style instead of `:hover:active`"
731
+ },
732
+ {
733
+ "author": "beachball",
734
+ "package": "@fluentui/react-tags-preview",
735
+ "comment": "Bump @fluentui/react-avatar to v9.5.22",
736
+ "commit": "55e07ffc8d180554fb027841e7d2a89637cefcb3"
737
+ }
738
+ ]
739
+ }
740
+ },
741
+ {
742
+ "date": "Wed, 16 Aug 2023 17:41:08 GMT",
743
+ "tag": "@fluentui/react-tags-preview_v0.2.1",
744
+ "version": "0.2.1",
745
+ "comments": {
746
+ "patch": [
747
+ {
748
+ "author": "yuanboxue@microsoft.com",
749
+ "package": "@fluentui/react-tags-preview",
750
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3",
751
+ "comment": "fix: tag changes hover pointer only when hovering dismiss icon"
752
+ },
753
+ {
754
+ "author": "beachball",
755
+ "package": "@fluentui/react-tags-preview",
756
+ "comment": "Bump @fluentui/react-avatar to v9.5.21",
757
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
758
+ },
759
+ {
760
+ "author": "beachball",
761
+ "package": "@fluentui/react-tags-preview",
762
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
763
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
764
+ }
765
+ ]
766
+ }
767
+ },
768
+ {
769
+ "date": "Wed, 16 Aug 2023 11:38:33 GMT",
770
+ "tag": "@fluentui/react-tags-preview_v0.2.0",
771
+ "version": "0.2.0",
772
+ "comments": {
773
+ "minor": [
774
+ {
775
+ "author": "yuanboxue@microsoft.com",
776
+ "package": "@fluentui/react-tags-preview",
777
+ "commit": "a0cf8651e27d09ce9a76a3be0c993ab24a96a80e",
778
+ "comment": "BREAKING CHANGE: use JSX children for InteractionTag's action buttons"
779
+ },
780
+ {
781
+ "author": "beachball",
782
+ "package": "@fluentui/react-tags-preview",
783
+ "comment": "Bump @fluentui/react-avatar to v9.5.20",
784
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
785
+ },
786
+ {
787
+ "author": "beachball",
788
+ "package": "@fluentui/react-tags-preview",
789
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16",
790
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
791
+ }
792
+ ]
793
+ }
794
+ },
795
+ {
796
+ "date": "Fri, 11 Aug 2023 12:14:26 GMT",
797
+ "tag": "@fluentui/react-tags-preview_v0.1.3",
798
+ "version": "0.1.3",
799
+ "comments": {
800
+ "patch": [
801
+ {
802
+ "author": "beachball",
803
+ "package": "@fluentui/react-tags-preview",
804
+ "comment": "Bump @fluentui/react-aria to v9.3.30",
805
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
806
+ },
807
+ {
808
+ "author": "beachball",
809
+ "package": "@fluentui/react-tags-preview",
810
+ "comment": "Bump @fluentui/react-avatar to v9.5.19",
811
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
812
+ },
813
+ {
814
+ "author": "beachball",
815
+ "package": "@fluentui/react-tags-preview",
816
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15",
817
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
818
+ },
819
+ {
820
+ "author": "beachball",
821
+ "package": "@fluentui/react-tags-preview",
822
+ "comment": "Bump @fluentui/react-tabster to v9.12.2",
823
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
824
+ },
825
+ {
826
+ "author": "beachball",
827
+ "package": "@fluentui/react-tags-preview",
828
+ "comment": "Bump @fluentui/react-utilities to v9.11.1",
829
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
830
+ }
831
+ ]
832
+ }
833
+ },
834
+ {
835
+ "date": "Wed, 09 Aug 2023 13:17:06 GMT",
836
+ "tag": "@fluentui/react-tags-preview_v0.1.2",
837
+ "version": "0.1.2",
838
+ "comments": {
839
+ "patch": [
840
+ {
841
+ "author": "bernardo.sunderhus@gmail.com",
842
+ "package": "@fluentui/react-tags-preview",
843
+ "commit": "e615f12c54c8a4acad49930a02c3b703fd64692b",
844
+ "comment": "chore(teams-prg): migrate to new slot API"
845
+ },
846
+ {
847
+ "author": "olfedias@microsoft.com",
848
+ "package": "@fluentui/react-tags-preview",
849
+ "commit": "b090c0339983847a62b9dc6187d08dc8c4b1d55f",
850
+ "comment": "chore: Update Griffel to latest version"
851
+ },
852
+ {
853
+ "author": "beachball",
854
+ "package": "@fluentui/react-tags-preview",
855
+ "comment": "Bump @fluentui/react-aria to v9.3.29",
856
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
857
+ },
858
+ {
859
+ "author": "beachball",
860
+ "package": "@fluentui/react-tags-preview",
861
+ "comment": "Bump @fluentui/react-avatar to v9.5.18",
862
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
863
+ },
864
+ {
865
+ "author": "beachball",
866
+ "package": "@fluentui/react-tags-preview",
867
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14",
868
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
869
+ },
870
+ {
871
+ "author": "beachball",
872
+ "package": "@fluentui/react-tags-preview",
873
+ "comment": "Bump @fluentui/react-shared-contexts to v9.7.2",
874
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
875
+ },
876
+ {
877
+ "author": "beachball",
878
+ "package": "@fluentui/react-tags-preview",
879
+ "comment": "Bump @fluentui/react-tabster to v9.12.1",
880
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
881
+ },
882
+ {
883
+ "author": "beachball",
884
+ "package": "@fluentui/react-tags-preview",
885
+ "comment": "Bump @fluentui/react-theme to v9.1.11",
886
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
887
+ }
888
+ ]
889
+ }
890
+ },
891
+ {
892
+ "date": "Fri, 04 Aug 2023 08:52:58 GMT",
893
+ "tag": "@fluentui/react-tags-preview_v0.1.1",
894
+ "version": "0.1.1",
895
+ "comments": {
896
+ "patch": [
897
+ {
898
+ "author": "beachball",
899
+ "package": "@fluentui/react-tags-preview",
900
+ "comment": "Bump @fluentui/react-aria to v9.3.28",
901
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
902
+ },
903
+ {
904
+ "author": "beachball",
905
+ "package": "@fluentui/react-tags-preview",
906
+ "comment": "Bump @fluentui/react-avatar to v9.5.17",
907
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
908
+ },
909
+ {
910
+ "author": "beachball",
911
+ "package": "@fluentui/react-tags-preview",
912
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13",
913
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
914
+ },
915
+ {
916
+ "author": "beachball",
917
+ "package": "@fluentui/react-tags-preview",
918
+ "comment": "Bump @fluentui/react-shared-contexts to v9.7.1",
919
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
920
+ },
921
+ {
922
+ "author": "beachball",
923
+ "package": "@fluentui/react-tags-preview",
924
+ "comment": "Bump @fluentui/react-tabster to v9.12.0",
925
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
926
+ },
927
+ {
928
+ "author": "beachball",
929
+ "package": "@fluentui/react-tags-preview",
930
+ "comment": "Bump @fluentui/react-theme to v9.1.10",
931
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
932
+ },
933
+ {
934
+ "author": "beachball",
935
+ "package": "@fluentui/react-tags-preview",
936
+ "comment": "Bump @fluentui/react-utilities to v9.11.0",
937
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
938
+ }
939
+ ]
940
+ }
941
+ },
942
+ {
943
+ "date": "Tue, 01 Aug 2023 13:04:25 GMT",
944
+ "tag": "@fluentui/react-tags-preview_v0.1.0",
945
+ "version": "0.1.0",
946
+ "comments": {
947
+ "minor": [
948
+ {
949
+ "author": "yuanboxue@microsoft.com",
950
+ "package": "@fluentui/react-tags-preview",
951
+ "commit": "ed5421e62b010bfb8cb368757c2c34baccb0076e",
952
+ "comment": "feat: release preview package"
953
+ }
954
+ ]
955
+ }
956
+ }
957
+ ]
958
+ }