@fluentui/react-components 9.37.0 → 9.37.2

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,73 @@
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 19:15:30 GMT",
6
+ "tag": "@fluentui/react-components_v9.37.2",
7
+ "version": "9.37.2",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "vkozlova@microsoft.com",
12
+ "package": "@fluentui/react-breadcrumb-preview",
13
+ "commit": "877aa5574a2028398fba63f5d5d696b3dcccb21e",
14
+ "comment": "feat: made BreadcrumbButton semantically as a link"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "bernardo.sunderhus@gmail.com",
20
+ "package": "@fluentui/react-tree",
21
+ "commit": "88574cc717e7bffe6f8f0f5fce191350066e7a62",
22
+ "comment": "chore: stop unnecessary re-rendering when no actions are available"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Wed, 01 Nov 2023 12:55:58 GMT",
29
+ "tag": "@fluentui/react-components_v9.37.1",
30
+ "version": "9.37.1",
31
+ "comments": {
32
+ "patch": [
33
+ {
34
+ "author": "makotom@microsoft.com",
35
+ "package": "@fluentui/react-combobox",
36
+ "commit": "787e8e99a558d76ac2c2bdfe9f1537cf723b74cb",
37
+ "comment": "fix: Combobox now collapses when mousing up outside of listbox after having moused within it."
38
+ },
39
+ {
40
+ "author": "bernardo.sunderhus@gmail.com",
41
+ "package": "@fluentui/react-dialog",
42
+ "commit": "c4d00c3c471ba73ebd940edbf9cd1dff0969a71d",
43
+ "comment": "chore: remove animation from test environments"
44
+ }
45
+ ],
46
+ "minor": [
47
+ {
48
+ "author": "marcosvmmoura@gmail.com",
49
+ "package": "@fluentui/react-motion-preview",
50
+ "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5",
51
+ "comment": "fix: separate timeouts to better synchronize changes in between browser frames"
52
+ },
53
+ {
54
+ "author": "yuanboxue@microsoft.com",
55
+ "package": "@fluentui/react-timepicker-compat-preview",
56
+ "commit": "d4664628ced0837e16fd0cb20c79ba66030ed33d",
57
+ "comment": "feat: release preview package"
58
+ }
59
+ ],
60
+ "prerelease": [
61
+ {
62
+ "author": "robertpenner@microsoft.com",
63
+ "package": "@fluentui/tokens",
64
+ "commit": "ecb1b8aafb16bb992010ca480f0c40e4dbb76960",
65
+ "comment": "fix(tokens): Fix motion curves to match design"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Sat, 28 Oct 2023 23:35:54 GMT",
6
72
  "tag": "@fluentui/react-components_v9.37.0",
7
73
  "version": "9.37.0",
8
74
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,51 @@
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 19:15:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.37.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.2)
8
+
9
+ Wed, 01 Nov 2023 19:15:30 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.1..@fluentui/react-components_v9.37.2)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-breadcrumb-preview`
15
+ - feat: made BreadcrumbButton semantically as a link ([PR #29679](https://github.com/microsoft/fluentui/pull/29679) by vkozlova@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-tree`
20
+ - chore: stop unnecessary re-rendering when no actions are available ([PR #29694](https://github.com/microsoft/fluentui/pull/29694) by bernardo.sunderhus@gmail.com)
21
+
22
+ ## [9.37.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.1)
23
+
24
+ Wed, 01 Nov 2023 12:55:58 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.0..@fluentui/react-components_v9.37.1)
26
+
27
+ ### Minor changes
28
+
29
+ - `@fluentui/react-motion-preview`
30
+ - fix: separate timeouts to better synchronize changes in between browser frames ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by marcosvmmoura@gmail.com)
31
+ - `@fluentui/react-timepicker-compat-preview`
32
+ - feat: release preview package ([PR #29677](https://github.com/microsoft/fluentui/pull/29677) by yuanboxue@microsoft.com)
33
+
34
+ ### Patches
35
+
36
+ - `@fluentui/react-combobox`
37
+ - 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)
38
+ - `@fluentui/react-dialog`
39
+ - chore: remove animation from test environments ([PR #29692](https://github.com/microsoft/fluentui/pull/29692) by bernardo.sunderhus@gmail.com)
40
+
41
+ ### Changes
42
+
43
+ - `@fluentui/tokens`
44
+ - fix(tokens): Fix motion curves to match design ([PR #29546](https://github.com/microsoft/fluentui/pull/29546) by robertpenner@microsoft.com)
45
+
7
46
  ## [9.37.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.0)
8
47
 
9
- Sat, 28 Oct 2023 23:32:00 GMT
48
+ Sat, 28 Oct 2023 23:35:54 GMT
10
49
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.36.0..@fluentui/react-components_v9.37.0)
11
50
 
12
51
  ### 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.2",
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.10",
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",