@fluentui/react-tag-picker 9.8.7 → 9.8.8
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.
- package/CHANGELOG.md +11 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-tag-picker
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 27 May 2026 11:18:30 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.8.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.8.8)
|
|
8
|
+
|
|
9
|
+
Wed, 27 May 2026 11:18:30 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.8.7..@fluentui/react-tag-picker_v9.8.8)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-tags to v9.9.1 ([commit](https://github.com/microsoft/fluentui/commit/5e0f816076baa63d07331287402ed4bd6d8e3c60) by beachball)
|
|
15
|
+
|
|
7
16
|
## [9.8.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.8.7)
|
|
8
17
|
|
|
9
|
-
Tue, 26 May 2026 09:
|
|
18
|
+
Tue, 26 May 2026 09:39:08 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.8.6..@fluentui/react-tag-picker_v9.8.7)
|
|
11
20
|
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-tag-picker",
|
|
3
|
-
"version": "9.8.
|
|
3
|
+
"version": "9.8.8",
|
|
4
4
|
"description": "FluentUI TagPicker component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@fluentui/react-aria": "^9.17.12",
|
|
28
28
|
"@fluentui/react-icons": "^2.0.245",
|
|
29
29
|
"@fluentui/react-combobox": "^9.17.2",
|
|
30
|
-
"@fluentui/react-tags": "^9.9.
|
|
30
|
+
"@fluentui/react-tags": "^9.9.1",
|
|
31
31
|
"@fluentui/react-context-selector": "^9.2.17",
|
|
32
32
|
"@fluentui/react-positioning": "^9.22.2",
|
|
33
33
|
"@fluentui/keyboard-keys": "^9.0.8",
|