@fluentui/react-components 9.34.2 → 9.34.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.
Files changed (3) hide show
  1. package/CHANGELOG.json +116 -1
  2. package/CHANGELOG.md +45 -2
  3. package/package.json +45 -45
package/CHANGELOG.json CHANGED
@@ -2,7 +2,122 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 Oct 2023 20:41:54 GMT",
5
+ "date": "Wed, 11 Oct 2023 13:50:03 GMT",
6
+ "tag": "@fluentui/react-components_v9.34.3",
7
+ "version": "9.34.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "mifraser@microsoft.com",
12
+ "package": "@fluentui/react-button",
13
+ "commit": "ae35fa7c3a07ceba7e503319fa594174ed1bca9f",
14
+ "comment": "Fix: Buttons internal focus border was not consistent on firefox"
15
+ },
16
+ {
17
+ "author": "esteban.230@hotmail.com",
18
+ "package": "@fluentui/react-datepicker-compat",
19
+ "commit": "4a7d6cb6fade8be511c13ea79b71982c98e58b93",
20
+ "comment": "fix: When the month picker is shown as overlay due to space restrictions, don't close the popover when selecting a month."
21
+ },
22
+ {
23
+ "author": "bernardo.sunderhus@gmail.com",
24
+ "package": "@fluentui/react-dialog",
25
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
26
+ "comment": "chore: use default prevention instead of stop propagation for Escape handling"
27
+ },
28
+ {
29
+ "author": "lingfan.gao@microsoft.com",
30
+ "package": "@fluentui/react-menu",
31
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
32
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
33
+ },
34
+ {
35
+ "author": "bernardo.sunderhus@gmail.com",
36
+ "package": "@fluentui/react-menu",
37
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
38
+ "comment": "chore: use default prevention instead of stop propagation for Escape handling"
39
+ },
40
+ {
41
+ "author": "lingfan.gao@microsoft.com",
42
+ "package": "@fluentui/react-message-bar-preview",
43
+ "commit": "5a1cee209858ce4e5c1c304755ff74bba0148193",
44
+ "comment": "fix: Align icons with text content"
45
+ },
46
+ {
47
+ "author": "lingfangao@hotmail.com",
48
+ "package": "@fluentui/react-message-bar-preview",
49
+ "commit": "aed130bfbf4ac88947a697b723387fd8d8382686",
50
+ "comment": "fix: MessageBarActions should not overflow into grid padding"
51
+ },
52
+ {
53
+ "author": "lingfan.gao@microsoft.com",
54
+ "package": "@fluentui/react-popover",
55
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
56
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
57
+ },
58
+ {
59
+ "author": "bernardo.sunderhus@gmail.com",
60
+ "package": "@fluentui/react-popover",
61
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
62
+ "comment": "chore: use default prevention instead of stop propagation for Escape handling"
63
+ },
64
+ {
65
+ "author": "lingfan.gao@microsoft.com",
66
+ "package": "@fluentui/react-portal",
67
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
68
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
69
+ },
70
+ {
71
+ "author": "lingfan.gao@microsoft.com",
72
+ "package": "@fluentui/react-table",
73
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
74
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
75
+ },
76
+ {
77
+ "author": "bernardo.sunderhus@gmail.com",
78
+ "package": "@fluentui/react-tooltip",
79
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8",
80
+ "comment": "chore: use default prevention instead of stop propagation for Escape handling"
81
+ },
82
+ {
83
+ "author": "bernardo.sunderhus@gmail.com",
84
+ "package": "@fluentui/react-tree",
85
+ "commit": "3beb206ba64c40d184d59de64931fb8de4f48961",
86
+ "comment": "chore: adds console error when mixing Tree and FlatTree components"
87
+ },
88
+ {
89
+ "author": "bernardo.sunderhus@gmail.com",
90
+ "package": "@fluentui/react-tree",
91
+ "commit": "96b161d215b1a2e5b5d67464264e69c7c241f9fa",
92
+ "comment": "bugfix: Tree indentation broken due to wrongly consuming root context instead of subtree context"
93
+ },
94
+ {
95
+ "author": "lingfan.gao@microsoft.com",
96
+ "package": "@fluentui/react-tree",
97
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
98
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
99
+ }
100
+ ],
101
+ "prerelease": [
102
+ {
103
+ "author": "lingfan.gao@microsoft.com",
104
+ "package": "@fluentui/react-infobutton",
105
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
106
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
107
+ }
108
+ ],
109
+ "minor": [
110
+ {
111
+ "author": "lingfan.gao@microsoft.com",
112
+ "package": "@fluentui/react-utilities",
113
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
114
+ "comment": "feat: Add virtual parent utilties"
115
+ }
116
+ ]
117
+ }
118
+ },
119
+ {
120
+ "date": "Mon, 09 Oct 2023 20:45:41 GMT",
6
121
  "tag": "@fluentui/react-components_v9.34.2",
7
122
  "version": "9.34.2",
8
123
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,55 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 09 Oct 2023 20:41:54 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 11 Oct 2023 13:50:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.34.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.34.3)
8
+
9
+ Wed, 11 Oct 2023 13:50:03 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.2..@fluentui/react-components_v9.34.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-utilities`
15
+ - feat: Add virtual parent utilties ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-button`
20
+ - Fix: Buttons internal focus border was not consistent on firefox ([PR #29441](https://github.com/microsoft/fluentui/pull/29441) by mifraser@microsoft.com)
21
+ - `@fluentui/react-datepicker-compat`
22
+ - fix: When the month picker is shown as overlay due to space restrictions, don't close the popover when selecting a month. ([PR #29481](https://github.com/microsoft/fluentui/pull/29481) by esteban.230@hotmail.com)
23
+ - `@fluentui/react-dialog`
24
+ - chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
25
+ - `@fluentui/react-menu`
26
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
27
+ - chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
28
+ - `@fluentui/react-message-bar-preview`
29
+ - fix: Align icons with text content ([PR #29482](https://github.com/microsoft/fluentui/pull/29482) by lingfan.gao@microsoft.com)
30
+ - fix: MessageBarActions should not overflow into grid padding ([PR #29462](https://github.com/microsoft/fluentui/pull/29462) by lingfangao@hotmail.com)
31
+ - `@fluentui/react-popover`
32
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
33
+ - chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
34
+ - `@fluentui/react-portal`
35
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
36
+ - `@fluentui/react-table`
37
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
38
+ - `@fluentui/react-tooltip`
39
+ - chore: use default prevention instead of stop propagation for Escape handling ([PR #29262](https://github.com/microsoft/fluentui/pull/29262) by bernardo.sunderhus@gmail.com)
40
+ - `@fluentui/react-tree`
41
+ - chore: adds console error when mixing Tree and FlatTree components ([PR #29461](https://github.com/microsoft/fluentui/pull/29461) by bernardo.sunderhus@gmail.com)
42
+ - bugfix: Tree indentation broken due to wrongly consuming root context instead of subtree context ([PR #29459](https://github.com/microsoft/fluentui/pull/29459) by bernardo.sunderhus@gmail.com)
43
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
44
+
45
+ ### Changes
46
+
47
+ - `@fluentui/react-infobutton`
48
+ - refactor: consume virtual parent utilities from @fluentui/react-utilities ([PR #29286](https://github.com/microsoft/fluentui/pull/29286) by lingfan.gao@microsoft.com)
49
+
7
50
  ## [9.34.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.34.2)
8
51
 
9
- Mon, 09 Oct 2023 20:41:54 GMT
52
+ Mon, 09 Oct 2023 20:45:41 GMT
10
53
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.1..@fluentui/react-components_v9.34.2)
11
54
 
12
55
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.34.2",
3
+ "version": "9.34.3",
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.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",
34
+ "@fluentui/react-accordion": "^9.3.21",
35
+ "@fluentui/react-alert": "9.0.0-beta.85",
36
+ "@fluentui/react-avatar": "^9.5.39",
37
+ "@fluentui/react-badge": "^9.2.8",
38
+ "@fluentui/react-button": "^9.3.48",
39
+ "@fluentui/react-card": "^9.0.47",
40
+ "@fluentui/react-checkbox": "^9.1.49",
41
+ "@fluentui/react-combobox": "^9.5.23",
42
+ "@fluentui/react-dialog": "^9.7.8",
43
+ "@fluentui/react-divider": "^9.2.44",
44
+ "@fluentui/react-drawer": "9.0.0-beta.34",
45
+ "@fluentui/react-field": "^9.1.36",
46
+ "@fluentui/react-image": "^9.1.41",
47
+ "@fluentui/react-infobutton": "9.0.0-beta.69",
48
+ "@fluentui/react-input": "^9.4.46",
49
+ "@fluentui/react-label": "^9.1.44",
50
+ "@fluentui/react-link": "^9.1.27",
51
+ "@fluentui/react-menu": "^9.12.25",
52
+ "@fluentui/react-overflow": "^9.0.39",
53
+ "@fluentui/react-persona": "^9.2.49",
54
+ "@fluentui/react-portal": "^9.3.23",
55
+ "@fluentui/react-popover": "^9.8.14",
56
+ "@fluentui/react-positioning": "^9.9.20",
57
+ "@fluentui/react-progress": "^9.1.46",
58
+ "@fluentui/react-provider": "^9.10.6",
59
+ "@fluentui/react-radio": "^9.1.49",
60
+ "@fluentui/react-select": "^9.1.46",
61
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",
62
+ "@fluentui/react-skeleton": "^9.0.34",
63
+ "@fluentui/react-slider": "^9.1.49",
64
+ "@fluentui/react-spinbutton": "^9.2.46",
65
+ "@fluentui/react-spinner": "^9.3.24",
66
+ "@fluentui/react-switch": "^9.1.49",
67
+ "@fluentui/react-table": "^9.10.4",
68
+ "@fluentui/react-tabs": "^9.3.50",
69
+ "@fluentui/react-tabster": "^9.13.6",
70
+ "@fluentui/react-tags": "^9.0.3",
71
+ "@fluentui/react-textarea": "^9.3.46",
72
72
  "@fluentui/react-theme": "^9.1.14",
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",
73
+ "@fluentui/react-toast": "^9.3.10",
74
+ "@fluentui/react-toolbar": "^9.1.49",
75
+ "@fluentui/react-tooltip": "^9.3.15",
76
+ "@fluentui/react-utilities": "^9.15.0",
77
+ "@fluentui/react-text": "^9.3.41",
78
+ "@fluentui/react-virtualizer": "9.0.0-alpha.50",
79
+ "@fluentui/react-tree": "^9.4.4",
80
80
  "@griffel/react": "^1.5.14",
81
81
  "@swc/helpers": "^0.5.1"
82
82
  },