@fluentui/react-components 9.37.2 → 9.37.4

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,59 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 01 Nov 2023 19:15:30 GMT",
5
+ "date": "Mon, 06 Nov 2023 13:15:27 GMT",
6
+ "tag": "@fluentui/react-components_v9.37.4",
7
+ "version": "9.37.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "esteban.230@hotmail.com",
12
+ "package": "@fluentui/react-calendar-compat",
13
+ "commit": "fb0dbceef6690276ad24c1cb4a44f882bee887a5",
14
+ "comment": "fix(Calendar): Calendar should memoize today's default value since it causes rerenders by creating a new object each time."
15
+ },
16
+ {
17
+ "author": "yuanboxue@microsoft.com",
18
+ "package": "@fluentui/react-dialog",
19
+ "commit": "bcd30395b61cb18b5a42a8c0a4f91ccc2b88377d",
20
+ "comment": "chore: set default DialogTransitionProvider value to `undefined` to remove animation styles from test environment."
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 02 Nov 2023 17:38:45 GMT",
27
+ "tag": "@fluentui/react-components_v9.37.3",
28
+ "version": "9.37.3",
29
+ "comments": {
30
+ "prerelease": [
31
+ {
32
+ "author": "marcosvmmoura@gmail.com",
33
+ "package": "@fluentui/react-drawer",
34
+ "commit": "b4b696c7dd574454581ff697b03381650eb00f9c",
35
+ "comment": "breaking: open prop now only accepts a boolean instead of MotionShorthand "
36
+ }
37
+ ],
38
+ "none": [
39
+ {
40
+ "author": "yuanboxue@microsoft.com",
41
+ "package": "@fluentui/react-timepicker-compat-preview",
42
+ "commit": "727224140e113363c3e5bb1f26b092b81da2ccb9",
43
+ "comment": "chore: add bundle size fixture."
44
+ }
45
+ ],
46
+ "patch": [
47
+ {
48
+ "author": "bernardo.sunderhus@gmail.com",
49
+ "package": "@fluentui/react-tree",
50
+ "commit": "9b59f49f035e556aab24cfd8ad8da429815db061",
51
+ "comment": "chore: throws if FlatTree is used as a subtree"
52
+ }
53
+ ]
54
+ }
55
+ },
56
+ {
57
+ "date": "Wed, 01 Nov 2023 19:15:55 GMT",
6
58
  "tag": "@fluentui/react-components_v9.37.2",
7
59
  "version": "9.37.2",
8
60
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 01 Nov 2023 19:15:30 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 06 Nov 2023 13:15:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.37.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.4)
8
+
9
+ Mon, 06 Nov 2023 13:15:27 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.3..@fluentui/react-components_v9.37.4)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-calendar-compat`
15
+ - fix(Calendar): Calendar should memoize today's default value since it causes rerenders by creating a new object each time. ([PR #29747](https://github.com/microsoft/fluentui/pull/29747) by esteban.230@hotmail.com)
16
+ - `@fluentui/react-dialog`
17
+ - chore: set default DialogTransitionProvider value to `undefined` to remove animation styles from test environment. ([PR #29755](https://github.com/microsoft/fluentui/pull/29755) by yuanboxue@microsoft.com)
18
+
19
+ ## [9.37.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.3)
20
+
21
+ Thu, 02 Nov 2023 17:38:45 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.2..@fluentui/react-components_v9.37.3)
23
+
24
+ ### Patches
25
+
26
+ - `@fluentui/react-tree`
27
+ - chore: throws if FlatTree is used as a subtree ([PR #29729](https://github.com/microsoft/fluentui/pull/29729) by bernardo.sunderhus@gmail.com)
28
+
29
+ ### Changes
30
+
31
+ - `@fluentui/react-drawer`
32
+ - breaking: open prop now only accepts a boolean instead of MotionShorthand ([PR #29736](https://github.com/microsoft/fluentui/pull/29736) by marcosvmmoura@gmail.com)
33
+
7
34
  ## [9.37.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.2)
8
35
 
9
- Wed, 01 Nov 2023 19:15:30 GMT
36
+ Wed, 01 Nov 2023 19:15:55 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.1..@fluentui/react-components_v9.37.2)
11
38
 
12
39
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.37.2",
3
+ "version": "9.37.4",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -39,9 +39,9 @@
39
39
  "@fluentui/react-card": "^9.0.52",
40
40
  "@fluentui/react-checkbox": "^9.1.54",
41
41
  "@fluentui/react-combobox": "^9.5.28",
42
- "@fluentui/react-dialog": "^9.8.2",
42
+ "@fluentui/react-dialog": "^9.8.3",
43
43
  "@fluentui/react-divider": "^9.2.48",
44
- "@fluentui/react-drawer": "9.0.0-beta.39",
44
+ "@fluentui/react-drawer": "9.0.0-beta.41",
45
45
  "@fluentui/react-field": "^9.1.40",
46
46
  "@fluentui/react-image": "^9.1.45",
47
47
  "@fluentui/react-infobutton": "9.0.0-beta.74",
@@ -77,7 +77,7 @@
77
77
  "@fluentui/react-utilities": "^9.15.1",
78
78
  "@fluentui/react-text": "^9.3.45",
79
79
  "@fluentui/react-virtualizer": "9.0.0-alpha.55",
80
- "@fluentui/react-tree": "^9.4.10",
80
+ "@fluentui/react-tree": "^9.4.11",
81
81
  "@griffel/react": "^1.5.14",
82
82
  "@swc/helpers": "^0.5.1",
83
83
  "@fluentui/react-message-bar": "^9.0.4"