@fluentui/react-components 9.46.0 → 9.46.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 (2) hide show
  1. package/CHANGELOG.md +14 -2
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 23 Jan 2024 15:06:23 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 26 Jan 2024 10:38:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.46.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.1)
8
+
9
+ Fri, 26 Jan 2024 10:38:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.0..@fluentui/react-components_v9.46.1)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-positioning`
15
+ - feat: Add `disableUpdateOnResize` positioning option ([PR #30391](https://github.com/microsoft/fluentui/pull/30391) by lingfangao@hotmail.com)
16
+ - `@fluentui/react-rating-preview`
17
+ - feat: Add RatingDisplay component ([PR #30323](https://github.com/microsoft/fluentui/pull/30323) by ololubek@microsoft.com)
18
+
7
19
  ## [9.46.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.0)
8
20
 
9
- Tue, 23 Jan 2024 15:06:23 GMT
21
+ Tue, 23 Jan 2024 15:10:57 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.45.0..@fluentui/react-components_v9.46.0)
11
23
 
12
24
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.46.0",
3
+ "version": "9.46.1",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,29 +33,29 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/react-accordion": "^9.3.39",
36
- "@fluentui/react-alert": "9.0.0-beta.105",
37
- "@fluentui/react-avatar": "^9.6.10",
36
+ "@fluentui/react-alert": "9.0.0-beta.106",
37
+ "@fluentui/react-avatar": "^9.6.11",
38
38
  "@fluentui/react-badge": "^9.2.23",
39
39
  "@fluentui/react-button": "^9.3.66",
40
40
  "@fluentui/react-card": "^9.0.65",
41
41
  "@fluentui/react-checkbox": "^9.2.9",
42
- "@fluentui/react-combobox": "^9.7.1",
42
+ "@fluentui/react-combobox": "^9.7.2",
43
43
  "@fluentui/react-dialog": "^9.9.8",
44
44
  "@fluentui/react-divider": "^9.2.59",
45
45
  "@fluentui/react-drawer": "^9.1.2",
46
46
  "@fluentui/react-field": "^9.1.51",
47
47
  "@fluentui/react-image": "^9.1.56",
48
- "@fluentui/react-infobutton": "9.0.0-beta.89",
49
- "@fluentui/react-infolabel": "^9.0.17",
48
+ "@fluentui/react-infobutton": "9.0.0-beta.90",
49
+ "@fluentui/react-infolabel": "^9.0.18",
50
50
  "@fluentui/react-input": "^9.4.61",
51
51
  "@fluentui/react-label": "^9.1.59",
52
52
  "@fluentui/react-link": "^9.2.8",
53
- "@fluentui/react-menu": "^9.12.46",
53
+ "@fluentui/react-menu": "^9.12.47",
54
54
  "@fluentui/react-overflow": "^9.1.9",
55
- "@fluentui/react-persona": "^9.2.69",
55
+ "@fluentui/react-persona": "^9.2.70",
56
56
  "@fluentui/react-portal": "^9.4.11",
57
- "@fluentui/react-popover": "^9.8.34",
58
- "@fluentui/react-positioning": "^9.12.5",
57
+ "@fluentui/react-popover": "^9.8.35",
58
+ "@fluentui/react-positioning": "^9.13.0",
59
59
  "@fluentui/react-progress": "^9.1.61",
60
60
  "@fluentui/react-provider": "^9.13.9",
61
61
  "@fluentui/react-radio": "^9.2.4",
@@ -66,19 +66,19 @@
66
66
  "@fluentui/react-spinbutton": "^9.2.61",
67
67
  "@fluentui/react-spinner": "^9.3.39",
68
68
  "@fluentui/react-switch": "^9.1.66",
69
- "@fluentui/react-table": "^9.11.6",
69
+ "@fluentui/react-table": "^9.11.7",
70
70
  "@fluentui/react-tabs": "^9.4.7",
71
71
  "@fluentui/react-tabster": "^9.17.4",
72
- "@fluentui/react-tags": "^9.0.23",
72
+ "@fluentui/react-tags": "^9.0.24",
73
73
  "@fluentui/react-textarea": "^9.3.61",
74
74
  "@fluentui/react-theme": "^9.1.16",
75
75
  "@fluentui/react-toast": "^9.3.28",
76
76
  "@fluentui/react-toolbar": "^9.1.67",
77
- "@fluentui/react-tooltip": "^9.4.12",
77
+ "@fluentui/react-tooltip": "^9.4.13",
78
78
  "@fluentui/react-utilities": "^9.17.0",
79
79
  "@fluentui/react-text": "^9.4.8",
80
80
  "@fluentui/react-virtualizer": "9.0.0-alpha.67",
81
- "@fluentui/react-tree": "^9.4.26",
81
+ "@fluentui/react-tree": "^9.4.27",
82
82
  "@griffel/react": "^1.5.14",
83
83
  "@swc/helpers": "^0.5.1",
84
84
  "@fluentui/react-message-bar": "^9.0.17",