@fluentui/react-components 9.30.0 → 9.30.1

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,104 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 24 Aug 2023 10:23:05 GMT",
5
+ "date": "Tue, 29 Aug 2023 12:53:33 GMT",
6
+ "tag": "@fluentui/react-components_v9.30.1",
7
+ "version": "9.30.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "mehars.6925@gmail.com",
12
+ "package": "@fluentui/react-button",
13
+ "commit": "5d42a5f3e0515660da3f8dbe1de82a109191dd79",
14
+ "comment": "fix: Small Button now uses token for its border radius"
15
+ },
16
+ {
17
+ "author": "marcosvmmoura@gmail.com",
18
+ "package": "@fluentui/react-card",
19
+ "commit": "727a5dfc487ff37a26fa37226319dbe80eb02fcb",
20
+ "comment": "fix: CardHeader grid layout ignoring line-height of content"
21
+ },
22
+ {
23
+ "author": "jirivyhnalek@microsoft.com",
24
+ "package": "@fluentui/react-table",
25
+ "commit": "0bd698a9813c095fd77d5be957bd63a4ecc627d1",
26
+ "comment": "fix: Improve visuals when Table/DataGrid overflows it's parent"
27
+ },
28
+ {
29
+ "author": "yuanboxue@microsoft.com",
30
+ "package": "@fluentui/react-tags-preview",
31
+ "commit": "a37c90201e40ee2b5cfa4372355788c244060e56",
32
+ "comment": "fix: tag with secondary text has no top border under windows high contrast"
33
+ },
34
+ {
35
+ "author": "yuanboxue@microsoft.com",
36
+ "package": "@fluentui/react-tags-preview",
37
+ "commit": "1f13e55593905c2a04cf39f580b79fd44ccd2eba",
38
+ "comment": "fix: use regular icon for dismiss"
39
+ },
40
+ {
41
+ "author": "yuanboxue@microsoft.com",
42
+ "package": "@fluentui/react-utilities",
43
+ "commit": "17f08ac2e61d5f569067e78832096a54c3966d0b",
44
+ "comment": "fix: `useOnClickOutside` should invoke callback on clicking scrollbar"
45
+ }
46
+ ],
47
+ "minor": [
48
+ {
49
+ "author": "bernardo.sunderhus@gmail.com",
50
+ "package": "@fluentui/react-dialog",
51
+ "commit": "3ef92a485889eee5010ed32b8fc1ec1d8127cc44",
52
+ "comment": "feat: adds mountNode to DialogSurface API"
53
+ },
54
+ {
55
+ "author": "marcosvmmoura@gmail.com",
56
+ "package": "@fluentui/react-motion-preview",
57
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5",
58
+ "comment": "feat: release preview package"
59
+ },
60
+ {
61
+ "author": "marcosvmmoura@gmail.com",
62
+ "package": "@fluentui/react-motion-preview",
63
+ "commit": "18e53d3c9dd88b9a71ad55e01da9a11e6a25295f",
64
+ "comment": "feat: create react-motion-preview package with useMotion hook"
65
+ },
66
+ {
67
+ "author": "olfedias@microsoft.com",
68
+ "package": "@fluentui/react-popover",
69
+ "commit": "2147e3d60a21ff7ded34b27a19f3d5313533e910",
70
+ "comment": "feat: add closeOnIframeFocus prop to Popover"
71
+ },
72
+ {
73
+ "author": "ololubek@microsoft.com",
74
+ "package": "@fluentui/react-provider",
75
+ "commit": "ecaa08385bb0e25eafe87e3fb4424cb9139eea2d",
76
+ "comment": "feat: Add IconDirectionProvider to FluentProvider"
77
+ },
78
+ {
79
+ "author": "bernardo.sunderhus@gmail.com",
80
+ "package": "@fluentui/react-toast",
81
+ "commit": "3ef92a485889eee5010ed32b8fc1ec1d8127cc44",
82
+ "comment": "feat: adds mountNode to Toaster API"
83
+ },
84
+ {
85
+ "author": "olfedias@microsoft.com",
86
+ "package": "@fluentui/react-utilities",
87
+ "commit": "2147e3d60a21ff7ded34b27a19f3d5313533e910",
88
+ "comment": "feat: add disabledFocusOnIframe for useOnClickOutside()"
89
+ }
90
+ ],
91
+ "prerelease": [
92
+ {
93
+ "author": "esteban.230@hotmail.com",
94
+ "package": "@fluentui/react-infobutton",
95
+ "commit": "0e33d8ebd9aecc1efe0cc664288ec433a8878ff8",
96
+ "comment": "fix(react-infobutton): Making InfoButton's PopoverSurface inline by default."
97
+ }
98
+ ]
99
+ }
100
+ },
101
+ {
102
+ "date": "Thu, 24 Aug 2023 10:26:32 GMT",
6
103
  "tag": "@fluentui/react-components_v9.30.0",
7
104
  "version": "9.30.0",
8
105
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,52 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 24 Aug 2023 10:23:05 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 29 Aug 2023 12:53:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.30.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.30.1)
8
+
9
+ Tue, 29 Aug 2023 12:53:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.30.0..@fluentui/react-components_v9.30.1)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-dialog`
15
+ - feat: adds mountNode to DialogSurface API ([PR #29003](https://github.com/microsoft/fluentui/pull/29003) by bernardo.sunderhus@gmail.com)
16
+ - `@fluentui/react-motion-preview`
17
+ - feat: release preview package ([PR #29005](https://github.com/microsoft/fluentui/pull/29005) by marcosvmmoura@gmail.com)
18
+ - feat: create react-motion-preview package with useMotion hook ([PR #28699](https://github.com/microsoft/fluentui/pull/28699) by marcosvmmoura@gmail.com)
19
+ - `@fluentui/react-popover`
20
+ - feat: add closeOnIframeFocus prop to Popover ([PR #28881](https://github.com/microsoft/fluentui/pull/28881) by olfedias@microsoft.com)
21
+ - `@fluentui/react-provider`
22
+ - feat: Add IconDirectionProvider to FluentProvider ([PR #28803](https://github.com/microsoft/fluentui/pull/28803) by ololubek@microsoft.com)
23
+ - `@fluentui/react-toast`
24
+ - feat: adds mountNode to Toaster API ([PR #29003](https://github.com/microsoft/fluentui/pull/29003) by bernardo.sunderhus@gmail.com)
25
+ - `@fluentui/react-utilities`
26
+ - feat: add disabledFocusOnIframe for useOnClickOutside() ([PR #28881](https://github.com/microsoft/fluentui/pull/28881) by olfedias@microsoft.com)
27
+
28
+ ### Patches
29
+
30
+ - `@fluentui/react-button`
31
+ - fix: Small Button now uses token for its border radius ([PR #28589](https://github.com/microsoft/fluentui/pull/28589) by mehars.6925@gmail.com)
32
+ - `@fluentui/react-card`
33
+ - fix: CardHeader grid layout ignoring line-height of content ([PR #28968](https://github.com/microsoft/fluentui/pull/28968) by marcosvmmoura@gmail.com)
34
+ - `@fluentui/react-table`
35
+ - fix: Improve visuals when Table/DataGrid overflows it's parent ([PR #28940](https://github.com/microsoft/fluentui/pull/28940) by jirivyhnalek@microsoft.com)
36
+ - `@fluentui/react-tags-preview`
37
+ - fix: tag with secondary text has no top border under windows high contrast ([PR #28963](https://github.com/microsoft/fluentui/pull/28963) by yuanboxue@microsoft.com)
38
+ - fix: use regular icon for dismiss ([PR #28958](https://github.com/microsoft/fluentui/pull/28958) by yuanboxue@microsoft.com)
39
+ - `@fluentui/react-utilities`
40
+ - fix: `useOnClickOutside` should invoke callback on clicking scrollbar ([PR #28965](https://github.com/microsoft/fluentui/pull/28965) by yuanboxue@microsoft.com)
41
+
42
+ ### Changes
43
+
44
+ - `@fluentui/react-infobutton`
45
+ - fix(react-infobutton): Making InfoButton's PopoverSurface inline by default. ([PR #28605](https://github.com/microsoft/fluentui/pull/28605) by esteban.230@hotmail.com)
46
+
7
47
  ## [9.30.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.30.0)
8
48
 
9
- Thu, 24 Aug 2023 10:23:05 GMT
49
+ Thu, 24 Aug 2023 10:26:32 GMT
10
50
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.29.5..@fluentui/react-components_v9.30.0)
11
51
 
12
52
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.30.0",
3
+ "version": "9.30.1",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,51 +31,51 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-accordion": "^9.3.6",
35
- "@fluentui/react-alert": "9.0.0-beta.70",
36
- "@fluentui/react-avatar": "^9.5.24",
37
- "@fluentui/react-badge": "^9.1.30",
38
- "@fluentui/react-button": "^9.3.33",
39
- "@fluentui/react-card": "^9.0.32",
40
- "@fluentui/react-checkbox": "^9.1.34",
41
- "@fluentui/react-combobox": "^9.5.8",
42
- "@fluentui/react-dialog": "^9.5.26",
43
- "@fluentui/react-divider": "^9.2.29",
44
- "@fluentui/react-drawer": "9.0.0-beta.19",
45
- "@fluentui/react-field": "^9.1.21",
46
- "@fluentui/react-image": "^9.1.26",
47
- "@fluentui/react-infobutton": "9.0.0-beta.54",
48
- "@fluentui/react-input": "^9.4.31",
49
- "@fluentui/react-label": "^9.1.29",
50
- "@fluentui/react-link": "^9.1.12",
51
- "@fluentui/react-menu": "^9.12.10",
52
- "@fluentui/react-overflow": "^9.0.29",
53
- "@fluentui/react-persona": "^9.2.34",
54
- "@fluentui/react-portal": "^9.3.9",
55
- "@fluentui/react-popover": "^9.7.18",
56
- "@fluentui/react-positioning": "^9.9.7",
57
- "@fluentui/react-progress": "^9.1.31",
58
- "@fluentui/react-provider": "^9.7.21",
59
- "@fluentui/react-radio": "^9.1.34",
60
- "@fluentui/react-select": "^9.1.31",
34
+ "@fluentui/react-accordion": "^9.3.7",
35
+ "@fluentui/react-alert": "9.0.0-beta.71",
36
+ "@fluentui/react-avatar": "^9.5.25",
37
+ "@fluentui/react-badge": "^9.1.31",
38
+ "@fluentui/react-button": "^9.3.34",
39
+ "@fluentui/react-card": "^9.0.33",
40
+ "@fluentui/react-checkbox": "^9.1.35",
41
+ "@fluentui/react-combobox": "^9.5.9",
42
+ "@fluentui/react-dialog": "^9.6.0",
43
+ "@fluentui/react-divider": "^9.2.30",
44
+ "@fluentui/react-drawer": "9.0.0-beta.20",
45
+ "@fluentui/react-field": "^9.1.22",
46
+ "@fluentui/react-image": "^9.1.27",
47
+ "@fluentui/react-infobutton": "9.0.0-beta.55",
48
+ "@fluentui/react-input": "^9.4.32",
49
+ "@fluentui/react-label": "^9.1.30",
50
+ "@fluentui/react-link": "^9.1.13",
51
+ "@fluentui/react-menu": "^9.12.11",
52
+ "@fluentui/react-overflow": "^9.0.30",
53
+ "@fluentui/react-persona": "^9.2.35",
54
+ "@fluentui/react-portal": "^9.3.10",
55
+ "@fluentui/react-popover": "^9.8.0",
56
+ "@fluentui/react-positioning": "^9.9.8",
57
+ "@fluentui/react-progress": "^9.1.32",
58
+ "@fluentui/react-provider": "^9.8.0",
59
+ "@fluentui/react-radio": "^9.1.35",
60
+ "@fluentui/react-select": "^9.1.32",
61
61
  "@fluentui/react-shared-contexts": "^9.7.2",
62
- "@fluentui/react-skeleton": "^9.0.19",
63
- "@fluentui/react-slider": "^9.1.34",
64
- "@fluentui/react-spinbutton": "^9.2.31",
65
- "@fluentui/react-spinner": "^9.3.9",
66
- "@fluentui/react-switch": "^9.1.34",
67
- "@fluentui/react-table": "^9.8.0",
68
- "@fluentui/react-tabs": "^9.3.35",
69
- "@fluentui/react-tabster": "^9.12.4",
70
- "@fluentui/react-textarea": "^9.3.31",
62
+ "@fluentui/react-skeleton": "^9.0.20",
63
+ "@fluentui/react-slider": "^9.1.35",
64
+ "@fluentui/react-spinbutton": "^9.2.32",
65
+ "@fluentui/react-spinner": "^9.3.10",
66
+ "@fluentui/react-switch": "^9.1.35",
67
+ "@fluentui/react-table": "^9.8.1",
68
+ "@fluentui/react-tabs": "^9.3.36",
69
+ "@fluentui/react-tabster": "^9.12.5",
70
+ "@fluentui/react-textarea": "^9.3.32",
71
71
  "@fluentui/react-theme": "^9.1.11",
72
- "@fluentui/react-toast": "^9.1.6",
73
- "@fluentui/react-toolbar": "^9.1.34",
74
- "@fluentui/react-tooltip": "^9.3.0",
75
- "@fluentui/react-utilities": "^9.12.0",
76
- "@fluentui/react-text": "^9.3.26",
77
- "@fluentui/react-virtualizer": "9.0.0-alpha.36",
78
- "@fluentui/react-tree": "^9.0.4",
72
+ "@fluentui/react-toast": "^9.2.0",
73
+ "@fluentui/react-toolbar": "^9.1.35",
74
+ "@fluentui/react-tooltip": "^9.3.1",
75
+ "@fluentui/react-utilities": "^9.13.0",
76
+ "@fluentui/react-text": "^9.3.27",
77
+ "@fluentui/react-virtualizer": "9.0.0-alpha.37",
78
+ "@fluentui/react-tree": "^9.0.5",
79
79
  "@griffel/react": "^1.5.14",
80
80
  "@swc/helpers": "^0.4.14"
81
81
  },