@fluentui/react-components 9.44.1 → 9.44.3

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 +42 -2
  2. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,12 +1,52 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 08 Jan 2024 16:19:58 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 11 Jan 2024 09:02:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.44.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.3)
8
+
9
+ Thu, 11 Jan 2024 09:02:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.2..@fluentui/react-components_v9.44.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-aria`
15
+ - feat: active descedant improvements ([PR #30253](https://github.com/microsoft/fluentui/pull/30253) by lingfan.gao@microsoft.com)
16
+ - `@fluentui/react-migration-v8-v9`
17
+ - feat: implement CheckboxShim component for Checkbox migration ([PR #29968](https://github.com/microsoft/fluentui/pull/29968) by liminliu@microsoft.com)
18
+
19
+ ### Patches
20
+
21
+ - `@fluentui/react-card`
22
+ - fix: selectable card should not be focusable ([PR #30277](https://github.com/microsoft/fluentui/pull/30277) by marcosvmmoura@gmail.com)
23
+ - fix: remove slow CSS selector from card styles ([PR #30278](https://github.com/microsoft/fluentui/pull/30278) by marcosvmmoura@gmail.com)
24
+ - `@fluentui/react-migration-v0-v9`
25
+ - Remove dependency on v0 ([PR #30276](https://github.com/microsoft/fluentui/pull/30276) by jurokapsiar@gmail.com)
26
+ - `@fluentui/react-positioning`
27
+ - fix: update styles to not flip in RTL ([PR #30252](https://github.com/microsoft/fluentui/pull/30252) by olfedias@microsoft.com)
28
+ - `@fluentui/react-rating-preview`
29
+ - chore: Updating doc stories and API. ([PR #30092](https://github.com/microsoft/fluentui/pull/30092) by ololubek@microsoft.com)
30
+ - `@fluentui/react-teaching-popover-preview`
31
+ - fix: Small style updates, changing 16px icons to 12px, slight padding changes ([PR #30270](https://github.com/microsoft/fluentui/pull/30270) by mifraser@microsoft.com)
32
+
33
+ ## [9.44.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.2)
34
+
35
+ Tue, 09 Jan 2024 10:21:33 GMT
36
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.1..@fluentui/react-components_v9.44.2)
37
+
38
+ ### Minor changes
39
+
40
+ - `@fluentui/react-positioning`
41
+ - feat: Implement onPositioningEnd callback ([PR #30177](https://github.com/microsoft/fluentui/pull/30177) by lingfangao@hotmail.com)
42
+ - `@fluentui/react-timepicker-compat`
43
+ - Stable release ([PR #30217](https://github.com/microsoft/fluentui/pull/30217) by yuanboxue@microsoft.com)
44
+ - `@fluentui/react-timepicker-compat-preview`
45
+ - Deprecate preview package. Use @fluentui/react-timepicker-compat instead. ([PR #30217](https://github.com/microsoft/fluentui/pull/30217) by yuanboxue@microsoft.com)
46
+
7
47
  ## [9.44.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.1)
8
48
 
9
- Mon, 08 Jan 2024 16:19:58 GMT
49
+ Mon, 08 Jan 2024 16:24:19 GMT
10
50
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.0..@fluentui/react-components_v9.44.1)
11
51
 
12
52
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.44.1",
3
+ "version": "9.44.3",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,30 +32,30 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-accordion": "^9.3.34",
36
- "@fluentui/react-alert": "9.0.0-beta.99",
37
- "@fluentui/react-avatar": "^9.6.4",
35
+ "@fluentui/react-accordion": "^9.3.35",
36
+ "@fluentui/react-alert": "9.0.0-beta.101",
37
+ "@fluentui/react-avatar": "^9.6.6",
38
38
  "@fluentui/react-badge": "^9.2.19",
39
- "@fluentui/react-button": "^9.3.61",
40
- "@fluentui/react-card": "^9.0.60",
39
+ "@fluentui/react-button": "^9.3.62",
40
+ "@fluentui/react-card": "^9.0.61",
41
41
  "@fluentui/react-checkbox": "^9.2.5",
42
- "@fluentui/react-combobox": "^9.5.38",
43
- "@fluentui/react-dialog": "^9.9.3",
42
+ "@fluentui/react-combobox": "^9.5.40",
43
+ "@fluentui/react-dialog": "^9.9.4",
44
44
  "@fluentui/react-divider": "^9.2.55",
45
- "@fluentui/react-drawer": "^9.0.7",
45
+ "@fluentui/react-drawer": "^9.0.8",
46
46
  "@fluentui/react-field": "^9.1.47",
47
47
  "@fluentui/react-image": "^9.1.52",
48
- "@fluentui/react-infobutton": "9.0.0-beta.83",
49
- "@fluentui/react-infolabel": "^9.0.11",
48
+ "@fluentui/react-infobutton": "9.0.0-beta.85",
49
+ "@fluentui/react-infolabel": "^9.0.13",
50
50
  "@fluentui/react-input": "^9.4.57",
51
51
  "@fluentui/react-label": "^9.1.55",
52
52
  "@fluentui/react-link": "^9.2.4",
53
- "@fluentui/react-menu": "^9.12.40",
53
+ "@fluentui/react-menu": "^9.12.42",
54
54
  "@fluentui/react-overflow": "^9.1.5",
55
- "@fluentui/react-persona": "^9.2.63",
55
+ "@fluentui/react-persona": "^9.2.65",
56
56
  "@fluentui/react-portal": "^9.4.7",
57
- "@fluentui/react-popover": "^9.8.28",
58
- "@fluentui/react-positioning": "^9.11.0",
57
+ "@fluentui/react-popover": "^9.8.30",
58
+ "@fluentui/react-positioning": "^9.12.1",
59
59
  "@fluentui/react-progress": "^9.1.57",
60
60
  "@fluentui/react-provider": "^9.13.5",
61
61
  "@fluentui/react-radio": "^9.2.0",
@@ -66,23 +66,23 @@
66
66
  "@fluentui/react-spinbutton": "^9.2.57",
67
67
  "@fluentui/react-spinner": "^9.3.35",
68
68
  "@fluentui/react-switch": "^9.1.62",
69
- "@fluentui/react-table": "^9.11.0",
69
+ "@fluentui/react-table": "^9.11.2",
70
70
  "@fluentui/react-tabs": "^9.4.3",
71
71
  "@fluentui/react-tabster": "^9.17.0",
72
- "@fluentui/react-tags": "^9.0.17",
72
+ "@fluentui/react-tags": "^9.0.19",
73
73
  "@fluentui/react-textarea": "^9.3.57",
74
74
  "@fluentui/react-theme": "^9.1.16",
75
- "@fluentui/react-toast": "^9.3.23",
76
- "@fluentui/react-toolbar": "^9.1.62",
77
- "@fluentui/react-tooltip": "^9.4.6",
75
+ "@fluentui/react-toast": "^9.3.24",
76
+ "@fluentui/react-toolbar": "^9.1.63",
77
+ "@fluentui/react-tooltip": "^9.4.8",
78
78
  "@fluentui/react-utilities": "^9.15.6",
79
79
  "@fluentui/react-text": "^9.4.4",
80
80
  "@fluentui/react-virtualizer": "9.0.0-alpha.63",
81
- "@fluentui/react-tree": "^9.4.20",
81
+ "@fluentui/react-tree": "^9.4.22",
82
82
  "@griffel/react": "^1.5.14",
83
83
  "@swc/helpers": "^0.5.1",
84
- "@fluentui/react-message-bar": "^9.0.12",
85
- "@fluentui/react-breadcrumb": "^9.0.7"
84
+ "@fluentui/react-message-bar": "^9.0.13",
85
+ "@fluentui/react-breadcrumb": "^9.0.8"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "@types/react": ">=16.14.0 <19.0.0",