@fluentui/react-components 9.37.3 → 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,28 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 02 Nov 2023 17:38:19 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",
6
27
  "tag": "@fluentui/react-components_v9.37.3",
7
28
  "version": "9.37.3",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 02 Nov 2023 17:38:19 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
+
7
19
  ## [9.37.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.3)
8
20
 
9
- Thu, 02 Nov 2023 17:38:19 GMT
21
+ Thu, 02 Nov 2023 17:38:45 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.2..@fluentui/react-components_v9.37.3)
11
23
 
12
24
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.37.3",
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.40",
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",