@fluentui/react-components 9.37.1 → 9.37.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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,61 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 01 Nov 2023 12:51:06 GMT",
5
+ "date": "Thu, 02 Nov 2023 17:38:19 GMT",
6
+ "tag": "@fluentui/react-components_v9.37.3",
7
+ "version": "9.37.3",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "marcosvmmoura@gmail.com",
12
+ "package": "@fluentui/react-drawer",
13
+ "commit": "b4b696c7dd574454581ff697b03381650eb00f9c",
14
+ "comment": "breaking: open prop now only accepts a boolean instead of MotionShorthand "
15
+ }
16
+ ],
17
+ "none": [
18
+ {
19
+ "author": "yuanboxue@microsoft.com",
20
+ "package": "@fluentui/react-timepicker-compat-preview",
21
+ "commit": "727224140e113363c3e5bb1f26b092b81da2ccb9",
22
+ "comment": "chore: add bundle size fixture."
23
+ }
24
+ ],
25
+ "patch": [
26
+ {
27
+ "author": "bernardo.sunderhus@gmail.com",
28
+ "package": "@fluentui/react-tree",
29
+ "commit": "9b59f49f035e556aab24cfd8ad8da429815db061",
30
+ "comment": "chore: throws if FlatTree is used as a subtree"
31
+ }
32
+ ]
33
+ }
34
+ },
35
+ {
36
+ "date": "Wed, 01 Nov 2023 19:15:55 GMT",
37
+ "tag": "@fluentui/react-components_v9.37.2",
38
+ "version": "9.37.2",
39
+ "comments": {
40
+ "minor": [
41
+ {
42
+ "author": "vkozlova@microsoft.com",
43
+ "package": "@fluentui/react-breadcrumb-preview",
44
+ "commit": "877aa5574a2028398fba63f5d5d696b3dcccb21e",
45
+ "comment": "feat: made BreadcrumbButton semantically as a link"
46
+ }
47
+ ],
48
+ "patch": [
49
+ {
50
+ "author": "bernardo.sunderhus@gmail.com",
51
+ "package": "@fluentui/react-tree",
52
+ "commit": "88574cc717e7bffe6f8f0f5fce191350066e7a62",
53
+ "comment": "chore: stop unnecessary re-rendering when no actions are available"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Wed, 01 Nov 2023 12:55:58 GMT",
6
60
  "tag": "@fluentui/react-components_v9.37.1",
7
61
  "version": "9.37.1",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,42 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 01 Nov 2023 12:51:06 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 02 Nov 2023 17:38:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.37.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.3)
8
+
9
+ Thu, 02 Nov 2023 17:38:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.2..@fluentui/react-components_v9.37.3)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-tree`
15
+ - chore: throws if FlatTree is used as a subtree ([PR #29729](https://github.com/microsoft/fluentui/pull/29729) by bernardo.sunderhus@gmail.com)
16
+
17
+ ### Changes
18
+
19
+ - `@fluentui/react-drawer`
20
+ - breaking: open prop now only accepts a boolean instead of MotionShorthand ([PR #29736](https://github.com/microsoft/fluentui/pull/29736) by marcosvmmoura@gmail.com)
21
+
22
+ ## [9.37.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.2)
23
+
24
+ Wed, 01 Nov 2023 19:15:55 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.1..@fluentui/react-components_v9.37.2)
26
+
27
+ ### Minor changes
28
+
29
+ - `@fluentui/react-breadcrumb-preview`
30
+ - feat: made BreadcrumbButton semantically as a link ([PR #29679](https://github.com/microsoft/fluentui/pull/29679) by vkozlova@microsoft.com)
31
+
32
+ ### Patches
33
+
34
+ - `@fluentui/react-tree`
35
+ - chore: stop unnecessary re-rendering when no actions are available ([PR #29694](https://github.com/microsoft/fluentui/pull/29694) by bernardo.sunderhus@gmail.com)
36
+
7
37
  ## [9.37.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.1)
8
38
 
9
- Wed, 01 Nov 2023 12:51:06 GMT
39
+ Wed, 01 Nov 2023 12:55:58 GMT
10
40
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.0..@fluentui/react-components_v9.37.1)
11
41
 
12
42
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.37.1",
3
+ "version": "9.37.3",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -41,7 +41,7 @@
41
41
  "@fluentui/react-combobox": "^9.5.28",
42
42
  "@fluentui/react-dialog": "^9.8.2",
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.40",
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.9",
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"