@fluentui/react-components 9.37.0 → 9.37.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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,50 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 28 Oct 2023 23:32:00 GMT",
5
+ "date": "Wed, 01 Nov 2023 12:51:06 GMT",
6
+ "tag": "@fluentui/react-components_v9.37.1",
7
+ "version": "9.37.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "makotom@microsoft.com",
12
+ "package": "@fluentui/react-combobox",
13
+ "commit": "787e8e99a558d76ac2c2bdfe9f1537cf723b74cb",
14
+ "comment": "fix: Combobox now collapses when mousing up outside of listbox after having moused within it."
15
+ },
16
+ {
17
+ "author": "bernardo.sunderhus@gmail.com",
18
+ "package": "@fluentui/react-dialog",
19
+ "commit": "c4d00c3c471ba73ebd940edbf9cd1dff0969a71d",
20
+ "comment": "chore: remove animation from test environments"
21
+ }
22
+ ],
23
+ "minor": [
24
+ {
25
+ "author": "marcosvmmoura@gmail.com",
26
+ "package": "@fluentui/react-motion-preview",
27
+ "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5",
28
+ "comment": "fix: separate timeouts to better synchronize changes in between browser frames"
29
+ },
30
+ {
31
+ "author": "yuanboxue@microsoft.com",
32
+ "package": "@fluentui/react-timepicker-compat-preview",
33
+ "commit": "d4664628ced0837e16fd0cb20c79ba66030ed33d",
34
+ "comment": "feat: release preview package"
35
+ }
36
+ ],
37
+ "prerelease": [
38
+ {
39
+ "author": "robertpenner@microsoft.com",
40
+ "package": "@fluentui/tokens",
41
+ "commit": "ecb1b8aafb16bb992010ca480f0c40e4dbb76960",
42
+ "comment": "fix(tokens): Fix motion curves to match design"
43
+ }
44
+ ]
45
+ }
46
+ },
47
+ {
48
+ "date": "Sat, 28 Oct 2023 23:35:54 GMT",
6
49
  "tag": "@fluentui/react-components_v9.37.0",
7
50
  "version": "9.37.0",
8
51
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Sat, 28 Oct 2023 23:32:00 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Nov 2023 12:51:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.37.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.1)
8
+
9
+ Wed, 01 Nov 2023 12:51:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.0..@fluentui/react-components_v9.37.1)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-motion-preview`
15
+ - fix: separate timeouts to better synchronize changes in between browser frames ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by marcosvmmoura@gmail.com)
16
+ - `@fluentui/react-timepicker-compat-preview`
17
+ - feat: release preview package ([PR #29677](https://github.com/microsoft/fluentui/pull/29677) by yuanboxue@microsoft.com)
18
+
19
+ ### Patches
20
+
21
+ - `@fluentui/react-combobox`
22
+ - fix: Combobox now collapses when mousing up outside of listbox after having moused within it. ([PR #29682](https://github.com/microsoft/fluentui/pull/29682) by makotom@microsoft.com)
23
+ - `@fluentui/react-dialog`
24
+ - chore: remove animation from test environments ([PR #29692](https://github.com/microsoft/fluentui/pull/29692) by bernardo.sunderhus@gmail.com)
25
+
26
+ ### Changes
27
+
28
+ - `@fluentui/tokens`
29
+ - fix(tokens): Fix motion curves to match design ([PR #29546](https://github.com/microsoft/fluentui/pull/29546) by robertpenner@microsoft.com)
30
+
7
31
  ## [9.37.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.0)
8
32
 
9
- Sat, 28 Oct 2023 23:32:00 GMT
33
+ Sat, 28 Oct 2023 23:35:54 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.36.0..@fluentui/react-components_v9.37.0)
11
35
 
12
36
  ### Major changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.37.0",
3
+ "version": "9.37.1",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,56 +31,56 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-accordion": "^9.3.25",
35
- "@fluentui/react-alert": "9.0.0-beta.89",
36
- "@fluentui/react-avatar": "^9.5.43",
37
- "@fluentui/react-badge": "^9.2.11",
38
- "@fluentui/react-button": "^9.3.52",
39
- "@fluentui/react-card": "^9.0.51",
40
- "@fluentui/react-checkbox": "^9.1.53",
41
- "@fluentui/react-combobox": "^9.5.27",
42
- "@fluentui/react-dialog": "^9.8.1",
43
- "@fluentui/react-divider": "^9.2.47",
44
- "@fluentui/react-drawer": "9.0.0-beta.38",
45
- "@fluentui/react-field": "^9.1.39",
46
- "@fluentui/react-image": "^9.1.44",
47
- "@fluentui/react-infobutton": "9.0.0-beta.73",
48
- "@fluentui/react-infolabel": "^9.0.1",
49
- "@fluentui/react-input": "^9.4.49",
50
- "@fluentui/react-label": "^9.1.47",
51
- "@fluentui/react-link": "^9.1.31",
52
- "@fluentui/react-menu": "^9.12.29",
53
- "@fluentui/react-overflow": "^9.0.41",
54
- "@fluentui/react-persona": "^9.2.53",
55
- "@fluentui/react-portal": "^9.3.26",
56
- "@fluentui/react-popover": "^9.8.18",
57
- "@fluentui/react-positioning": "^9.9.22",
58
- "@fluentui/react-progress": "^9.1.49",
59
- "@fluentui/react-provider": "^9.11.0",
60
- "@fluentui/react-radio": "^9.1.53",
61
- "@fluentui/react-select": "^9.1.49",
62
- "@fluentui/react-shared-contexts": "^9.11.0",
63
- "@fluentui/react-skeleton": "^9.0.37",
64
- "@fluentui/react-slider": "^9.1.53",
65
- "@fluentui/react-spinbutton": "^9.2.49",
66
- "@fluentui/react-spinner": "^9.3.27",
67
- "@fluentui/react-switch": "^9.1.53",
68
- "@fluentui/react-table": "^9.10.8",
69
- "@fluentui/react-tabs": "^9.3.54",
70
- "@fluentui/react-tabster": "^9.14.2",
71
- "@fluentui/react-tags": "^9.0.7",
72
- "@fluentui/react-textarea": "^9.3.49",
73
- "@fluentui/react-theme": "^9.1.14",
74
- "@fluentui/react-toast": "^9.3.14",
75
- "@fluentui/react-toolbar": "^9.1.53",
76
- "@fluentui/react-tooltip": "^9.3.19",
34
+ "@fluentui/react-accordion": "^9.3.26",
35
+ "@fluentui/react-alert": "9.0.0-beta.90",
36
+ "@fluentui/react-avatar": "^9.5.44",
37
+ "@fluentui/react-badge": "^9.2.12",
38
+ "@fluentui/react-button": "^9.3.53",
39
+ "@fluentui/react-card": "^9.0.52",
40
+ "@fluentui/react-checkbox": "^9.1.54",
41
+ "@fluentui/react-combobox": "^9.5.28",
42
+ "@fluentui/react-dialog": "^9.8.2",
43
+ "@fluentui/react-divider": "^9.2.48",
44
+ "@fluentui/react-drawer": "9.0.0-beta.39",
45
+ "@fluentui/react-field": "^9.1.40",
46
+ "@fluentui/react-image": "^9.1.45",
47
+ "@fluentui/react-infobutton": "9.0.0-beta.74",
48
+ "@fluentui/react-infolabel": "^9.0.2",
49
+ "@fluentui/react-input": "^9.4.50",
50
+ "@fluentui/react-label": "^9.1.48",
51
+ "@fluentui/react-link": "^9.1.32",
52
+ "@fluentui/react-menu": "^9.12.30",
53
+ "@fluentui/react-overflow": "^9.0.42",
54
+ "@fluentui/react-persona": "^9.2.54",
55
+ "@fluentui/react-portal": "^9.3.27",
56
+ "@fluentui/react-popover": "^9.8.19",
57
+ "@fluentui/react-positioning": "^9.9.23",
58
+ "@fluentui/react-progress": "^9.1.50",
59
+ "@fluentui/react-provider": "^9.11.1",
60
+ "@fluentui/react-radio": "^9.1.54",
61
+ "@fluentui/react-select": "^9.1.50",
62
+ "@fluentui/react-shared-contexts": "^9.11.1",
63
+ "@fluentui/react-skeleton": "^9.0.38",
64
+ "@fluentui/react-slider": "^9.1.54",
65
+ "@fluentui/react-spinbutton": "^9.2.50",
66
+ "@fluentui/react-spinner": "^9.3.28",
67
+ "@fluentui/react-switch": "^9.1.54",
68
+ "@fluentui/react-table": "^9.10.9",
69
+ "@fluentui/react-tabs": "^9.3.55",
70
+ "@fluentui/react-tabster": "^9.14.3",
71
+ "@fluentui/react-tags": "^9.0.8",
72
+ "@fluentui/react-textarea": "^9.3.50",
73
+ "@fluentui/react-theme": "^9.1.15",
74
+ "@fluentui/react-toast": "^9.3.15",
75
+ "@fluentui/react-toolbar": "^9.1.54",
76
+ "@fluentui/react-tooltip": "^9.3.20",
77
77
  "@fluentui/react-utilities": "^9.15.1",
78
- "@fluentui/react-text": "^9.3.44",
79
- "@fluentui/react-virtualizer": "9.0.0-alpha.54",
80
- "@fluentui/react-tree": "^9.4.8",
78
+ "@fluentui/react-text": "^9.3.45",
79
+ "@fluentui/react-virtualizer": "9.0.0-alpha.55",
80
+ "@fluentui/react-tree": "^9.4.9",
81
81
  "@griffel/react": "^1.5.14",
82
82
  "@swc/helpers": "^0.5.1",
83
- "@fluentui/react-message-bar": "^9.0.3"
83
+ "@fluentui/react-message-bar": "^9.0.4"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "@types/react": ">=16.14.0 <19.0.0",