@fluentui/react-components 9.34.1 → 9.34.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.
Files changed (3) hide show
  1. package/CHANGELOG.json +100 -1
  2. package/CHANGELOG.md +41 -2
  3. package/package.json +46 -46
package/CHANGELOG.json CHANGED
@@ -2,7 +2,106 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 05 Oct 2023 15:17:55 GMT",
5
+ "date": "Mon, 09 Oct 2023 20:41:54 GMT",
6
+ "tag": "@fluentui/react-components_v9.34.2",
7
+ "version": "9.34.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "bernardo.sunderhus@gmail.com",
12
+ "package": "@fluentui/react-dialog",
13
+ "commit": "a7cc521cea9413ee1739492a65dde3b35c30d60f",
14
+ "comment": "react-dialog/chore: replace harcoded transparent to token"
15
+ },
16
+ {
17
+ "author": "lingfangao@hotmail.com",
18
+ "package": "@fluentui/react-menu",
19
+ "commit": "f2a882cedb19f177396e960079a3c6b9a2e7c64d",
20
+ "comment": "fix: MenuSplitGroup styles should target MenuItems"
21
+ },
22
+ {
23
+ "author": "lingfangao@hotmail.com",
24
+ "package": "@fluentui/react-message-bar-preview",
25
+ "commit": "dbc18f02facdc420ec4baf7c125ddab22271facf",
26
+ "comment": "feat: Add custom style hook to MessageBar."
27
+ },
28
+ {
29
+ "author": "marcosvmmoura@gmail.com",
30
+ "package": "@fluentui/react-motion-preview",
31
+ "commit": "8eee0cd4867ef5a44628bc7b7bf5f6a41b2a6dba",
32
+ "comment": "fix: sync internal value of canRender with presence"
33
+ },
34
+ {
35
+ "author": "esteban.230@hotmail.com",
36
+ "package": "@fluentui/react-popover",
37
+ "commit": "53f8d9c7e4f4c76a81194918a76d537eced78517",
38
+ "comment": "fix: Add zIndex=1 to PopoverSurface when rendering inline to avoid elements positioned relative to render on top of it."
39
+ },
40
+ {
41
+ "author": "lingfangao@hotmail.com",
42
+ "package": "@fluentui/react-provider",
43
+ "commit": "dbc18f02facdc420ec4baf7c125ddab22271facf",
44
+ "comment": "patch: update types for custom styles hook context"
45
+ },
46
+ {
47
+ "author": "lingfangao@hotmail.com",
48
+ "package": "@fluentui/react-table",
49
+ "commit": "1dae948ae2b74fb25bc63817f1cd0c42ffe73f85",
50
+ "comment": "fix(useMeasureElement): Should not remove parent element"
51
+ },
52
+ {
53
+ "author": "lingfangao@hotmail.com",
54
+ "package": "@fluentui/react-table",
55
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4",
56
+ "comment": "fix: remove row focus background color "
57
+ },
58
+ {
59
+ "author": "yuanboxue@microsoft.com",
60
+ "package": "@fluentui/react-utilities",
61
+ "commit": "49f0630d6bdf94eadc671ac9fae4805e0a9df1ab",
62
+ "comment": "chore: add e2e test for useOnScrollOutside"
63
+ }
64
+ ],
65
+ "prerelease": [
66
+ {
67
+ "author": "marcosvmmoura@gmail.com",
68
+ "package": "@fluentui/react-drawer",
69
+ "commit": "fd51d508488549b816c5d7d0d3f89b2bac2b1065",
70
+ "comment": "feat: make dialog slot internal to be used for composition only"
71
+ },
72
+ {
73
+ "author": "esteban.230@hotmail.com",
74
+ "package": "@fluentui/react-infobutton",
75
+ "commit": "77070241677c9cea1de509948ffa5d999050c959",
76
+ "comment": "fix: Use caption 1 when size is small or medium."
77
+ }
78
+ ],
79
+ "minor": [
80
+ {
81
+ "author": "lingfangao@hotmail.com",
82
+ "package": "@fluentui/react-message-bar-preview",
83
+ "commit": "60a911e66db784521a35c1e1ac0362a3f2d8169f",
84
+ "comment": "feat: Add shape prop to MessageBar"
85
+ },
86
+ {
87
+ "author": "lingfangao@hotmail.com",
88
+ "package": "@fluentui/react-shared-contexts",
89
+ "commit": "dbc18f02facdc420ec4baf7c125ddab22271facf",
90
+ "comment": "feat: Add MessageBar types to custom style hook context"
91
+ }
92
+ ],
93
+ "none": [
94
+ {
95
+ "author": "olfedias@microsoft.com",
96
+ "package": "@fluentui/react-message-bar-preview",
97
+ "commit": "93d4ee6dd801b672ade6ce41345cfbd9010af01a",
98
+ "comment": "chore: fix typos"
99
+ }
100
+ ]
101
+ }
102
+ },
103
+ {
104
+ "date": "Thu, 05 Oct 2023 15:25:29 GMT",
6
105
  "tag": "@fluentui/react-components_v9.34.1",
7
106
  "version": "9.34.1",
8
107
  "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 Thu, 05 Oct 2023 15:17:55 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Oct 2023 20:41:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.34.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.34.2)
8
+
9
+ Mon, 09 Oct 2023 20:41:54 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.1..@fluentui/react-components_v9.34.2)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-message-bar-preview`
15
+ - feat: Add shape prop to MessageBar ([PR #29426](https://github.com/microsoft/fluentui/pull/29426) by lingfangao@hotmail.com)
16
+ - `@fluentui/react-shared-contexts`
17
+ - feat: Add MessageBar types to custom style hook context ([PR #29431](https://github.com/microsoft/fluentui/pull/29431) by lingfangao@hotmail.com)
18
+
19
+ ### Patches
20
+
21
+ - `@fluentui/react-dialog`
22
+ - react-dialog/chore: replace harcoded transparent to token ([PR #29406](https://github.com/microsoft/fluentui/pull/29406) by bernardo.sunderhus@gmail.com)
23
+ - `@fluentui/react-menu`
24
+ - fix: MenuSplitGroup styles should target MenuItems ([PR #29450](https://github.com/microsoft/fluentui/pull/29450) by lingfangao@hotmail.com)
25
+ - `@fluentui/react-message-bar-preview`
26
+ - feat: Add custom style hook to MessageBar. ([PR #29431](https://github.com/microsoft/fluentui/pull/29431) by lingfangao@hotmail.com)
27
+ - `@fluentui/react-motion-preview`
28
+ - fix: sync internal value of canRender with presence ([PR #29394](https://github.com/microsoft/fluentui/pull/29394) by marcosvmmoura@gmail.com)
29
+ - `@fluentui/react-popover`
30
+ - fix: Add zIndex=1 to PopoverSurface when rendering inline to avoid elements positioned relative to render on top of it. ([PR #29425](https://github.com/microsoft/fluentui/pull/29425) by esteban.230@hotmail.com)
31
+ - `@fluentui/react-provider`
32
+ - patch: update types for custom styles hook context ([PR #29431](https://github.com/microsoft/fluentui/pull/29431) by lingfangao@hotmail.com)
33
+ - `@fluentui/react-table`
34
+ - fix(useMeasureElement): Should not remove parent element ([PR #29451](https://github.com/microsoft/fluentui/pull/29451) by lingfangao@hotmail.com)
35
+ - fix: remove row focus background color ([PR #29364](https://github.com/microsoft/fluentui/pull/29364) by lingfangao@hotmail.com)
36
+ - `@fluentui/react-utilities`
37
+ - chore: add e2e test for useOnScrollOutside ([PR #29413](https://github.com/microsoft/fluentui/pull/29413) by yuanboxue@microsoft.com)
38
+
39
+ ### Changes
40
+
41
+ - `@fluentui/react-drawer`
42
+ - feat: make dialog slot internal to be used for composition only ([PR #29392](https://github.com/microsoft/fluentui/pull/29392) by marcosvmmoura@gmail.com)
43
+ - `@fluentui/react-infobutton`
44
+ - fix: Use caption 1 when size is small or medium. ([PR #29418](https://github.com/microsoft/fluentui/pull/29418) by esteban.230@hotmail.com)
45
+
7
46
  ## [9.34.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.34.1)
8
47
 
9
- Thu, 05 Oct 2023 15:17:55 GMT
48
+ Thu, 05 Oct 2023 15:25:29 GMT
10
49
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.0..@fluentui/react-components_v9.34.1)
11
50
 
12
51
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.34.1",
3
+ "version": "9.34.2",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,52 +31,52 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-accordion": "^9.3.19",
35
- "@fluentui/react-alert": "9.0.0-beta.83",
36
- "@fluentui/react-avatar": "^9.5.37",
37
- "@fluentui/react-badge": "^9.2.6",
38
- "@fluentui/react-button": "^9.3.46",
39
- "@fluentui/react-card": "^9.0.45",
40
- "@fluentui/react-checkbox": "^9.1.47",
41
- "@fluentui/react-combobox": "^9.5.21",
42
- "@fluentui/react-dialog": "^9.7.6",
43
- "@fluentui/react-divider": "^9.2.42",
44
- "@fluentui/react-drawer": "9.0.0-beta.32",
45
- "@fluentui/react-field": "^9.1.34",
46
- "@fluentui/react-image": "^9.1.39",
47
- "@fluentui/react-infobutton": "9.0.0-beta.67",
48
- "@fluentui/react-input": "^9.4.44",
49
- "@fluentui/react-label": "^9.1.42",
50
- "@fluentui/react-link": "^9.1.25",
51
- "@fluentui/react-menu": "^9.12.23",
52
- "@fluentui/react-overflow": "^9.0.37",
53
- "@fluentui/react-persona": "^9.2.47",
54
- "@fluentui/react-portal": "^9.3.21",
55
- "@fluentui/react-popover": "^9.8.12",
56
- "@fluentui/react-positioning": "^9.9.18",
57
- "@fluentui/react-progress": "^9.1.44",
58
- "@fluentui/react-provider": "^9.10.4",
59
- "@fluentui/react-radio": "^9.1.47",
60
- "@fluentui/react-select": "^9.1.44",
61
- "@fluentui/react-shared-contexts": "^9.9.2",
62
- "@fluentui/react-skeleton": "^9.0.32",
63
- "@fluentui/react-slider": "^9.1.47",
64
- "@fluentui/react-spinbutton": "^9.2.44",
65
- "@fluentui/react-spinner": "^9.3.22",
66
- "@fluentui/react-switch": "^9.1.47",
67
- "@fluentui/react-table": "^9.10.2",
68
- "@fluentui/react-tabs": "^9.3.48",
69
- "@fluentui/react-tabster": "^9.13.4",
70
- "@fluentui/react-tags": "^9.0.1",
71
- "@fluentui/react-textarea": "^9.3.44",
34
+ "@fluentui/react-accordion": "^9.3.20",
35
+ "@fluentui/react-alert": "9.0.0-beta.84",
36
+ "@fluentui/react-avatar": "^9.5.38",
37
+ "@fluentui/react-badge": "^9.2.7",
38
+ "@fluentui/react-button": "^9.3.47",
39
+ "@fluentui/react-card": "^9.0.46",
40
+ "@fluentui/react-checkbox": "^9.1.48",
41
+ "@fluentui/react-combobox": "^9.5.22",
42
+ "@fluentui/react-dialog": "^9.7.7",
43
+ "@fluentui/react-divider": "^9.2.43",
44
+ "@fluentui/react-drawer": "9.0.0-beta.33",
45
+ "@fluentui/react-field": "^9.1.35",
46
+ "@fluentui/react-image": "^9.1.40",
47
+ "@fluentui/react-infobutton": "9.0.0-beta.68",
48
+ "@fluentui/react-input": "^9.4.45",
49
+ "@fluentui/react-label": "^9.1.43",
50
+ "@fluentui/react-link": "^9.1.26",
51
+ "@fluentui/react-menu": "^9.12.24",
52
+ "@fluentui/react-overflow": "^9.0.38",
53
+ "@fluentui/react-persona": "^9.2.48",
54
+ "@fluentui/react-portal": "^9.3.22",
55
+ "@fluentui/react-popover": "^9.8.13",
56
+ "@fluentui/react-positioning": "^9.9.19",
57
+ "@fluentui/react-progress": "^9.1.45",
58
+ "@fluentui/react-provider": "^9.10.5",
59
+ "@fluentui/react-radio": "^9.1.48",
60
+ "@fluentui/react-select": "^9.1.45",
61
+ "@fluentui/react-shared-contexts": "^9.10.0",
62
+ "@fluentui/react-skeleton": "^9.0.33",
63
+ "@fluentui/react-slider": "^9.1.48",
64
+ "@fluentui/react-spinbutton": "^9.2.45",
65
+ "@fluentui/react-spinner": "^9.3.23",
66
+ "@fluentui/react-switch": "^9.1.48",
67
+ "@fluentui/react-table": "^9.10.3",
68
+ "@fluentui/react-tabs": "^9.3.49",
69
+ "@fluentui/react-tabster": "^9.13.5",
70
+ "@fluentui/react-tags": "^9.0.2",
71
+ "@fluentui/react-textarea": "^9.3.45",
72
72
  "@fluentui/react-theme": "^9.1.14",
73
- "@fluentui/react-toast": "^9.3.8",
74
- "@fluentui/react-toolbar": "^9.1.47",
75
- "@fluentui/react-tooltip": "^9.3.13",
76
- "@fluentui/react-utilities": "^9.14.1",
77
- "@fluentui/react-text": "^9.3.39",
78
- "@fluentui/react-virtualizer": "9.0.0-alpha.48",
79
- "@fluentui/react-tree": "^9.4.2",
73
+ "@fluentui/react-toast": "^9.3.9",
74
+ "@fluentui/react-toolbar": "^9.1.48",
75
+ "@fluentui/react-tooltip": "^9.3.14",
76
+ "@fluentui/react-utilities": "^9.14.2",
77
+ "@fluentui/react-text": "^9.3.40",
78
+ "@fluentui/react-virtualizer": "9.0.0-alpha.49",
79
+ "@fluentui/react-tree": "^9.4.3",
80
80
  "@griffel/react": "^1.5.14",
81
81
  "@swc/helpers": "^0.5.1"
82
82
  },