@fluentui/react-components 9.15.2 → 9.15.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,69 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 13 Feb 2023 23:40:48 GMT",
5
+ "date": "Wed, 15 Feb 2023 23:35:10 GMT",
6
+ "tag": "@fluentui/react-components_v9.15.4",
7
+ "version": "9.15.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-input",
13
+ "commit": "2a39824231365b95ba70991285301a6b83b4f107",
14
+ "comment": "chore: Update Input to use makeResetStyles and reduce the number of classes applied"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "mgodbolt@microsoft.com",
20
+ "package": "@fluentui/react-virtualizer",
21
+ "commit": "4af9156bc869948b12610689f15b2a778aa690ca",
22
+ "comment": "fix: Updating peer dependencies to support React 18."
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Wed, 15 Feb 2023 11:44:51 GMT",
29
+ "tag": "@fluentui/react-components_v9.15.3",
30
+ "version": "9.15.3",
31
+ "comments": {
32
+ "none": [
33
+ {
34
+ "author": "lingfangao@hotmail.com",
35
+ "package": "@fluentui/react-popover",
36
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2",
37
+ "comment": "chore: Adds tests for iframe focus"
38
+ }
39
+ ],
40
+ "prerelease": [
41
+ {
42
+ "author": "jirivyhnalek@microsoft.com",
43
+ "package": "@fluentui/react-table",
44
+ "commit": "4e349194f193d7371de6040c7c69cf071b87be56",
45
+ "comment": "feat: Table - add support for resizing columns with touch"
46
+ }
47
+ ],
48
+ "minor": [
49
+ {
50
+ "author": "jirivyhnalek@microsoft.com",
51
+ "package": "@fluentui/react-utilities",
52
+ "commit": "4e349194f193d7371de6040c7c69cf071b87be56",
53
+ "comment": "feat: Add event helpers to ease working with mouse and touch"
54
+ }
55
+ ],
56
+ "patch": [
57
+ {
58
+ "author": "lingfangao@hotmail.com",
59
+ "package": "@fluentui/react-utilities",
60
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2",
61
+ "comment": "fix(useOnClickOutside): iframe focus detection uses `contains`"
62
+ }
63
+ ]
64
+ }
65
+ },
66
+ {
67
+ "date": "Mon, 13 Feb 2023 23:43:13 GMT",
6
68
  "tag": "@fluentui/react-components_v9.15.2",
7
69
  "version": "9.15.2",
8
70
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,47 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 13 Feb 2023 23:40:48 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Feb 2023 23:35:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.15.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.4)
8
+
9
+ Wed, 15 Feb 2023 23:35:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.3..@fluentui/react-components_v9.15.4)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-input`
15
+ - chore: Update Input to use makeResetStyles and reduce the number of classes applied ([PR #26815](https://github.com/microsoft/fluentui/pull/26815) by behowell@microsoft.com)
16
+
17
+ ### Changes
18
+
19
+ - `@fluentui/react-virtualizer`
20
+ - fix: Updating peer dependencies to support React 18. ([PR #26866](https://github.com/microsoft/fluentui/pull/26866) by mgodbolt@microsoft.com)
21
+
22
+ ## [9.15.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.3)
23
+
24
+ Wed, 15 Feb 2023 11:44:51 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.2..@fluentui/react-components_v9.15.3)
26
+
27
+ ### Minor changes
28
+
29
+ - `@fluentui/react-utilities`
30
+ - feat: Add event helpers to ease working with mouse and touch ([PR #26784](https://github.com/microsoft/fluentui/pull/26784) by jirivyhnalek@microsoft.com)
31
+
32
+ ### Patches
33
+
34
+ - `@fluentui/react-utilities`
35
+ - fix(useOnClickOutside): iframe focus detection uses `contains` ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by lingfangao@hotmail.com)
36
+
37
+ ### Changes
38
+
39
+ - `@fluentui/react-table`
40
+ - feat: Table - add support for resizing columns with touch ([PR #26784](https://github.com/microsoft/fluentui/pull/26784) by jirivyhnalek@microsoft.com)
41
+
7
42
  ## [9.15.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.2)
8
43
 
9
- Mon, 13 Feb 2023 23:40:48 GMT
44
+ Mon, 13 Feb 2023 23:43:13 GMT
10
45
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.1..@fluentui/react-components_v9.15.2)
11
46
 
12
47
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.15.2",
3
+ "version": "9.15.4",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,47 +32,47 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-accordion": "^9.0.24",
36
- "@fluentui/react-alert": "9.0.0-beta.33",
37
- "@fluentui/react-avatar": "^9.3.5",
38
- "@fluentui/react-badge": "^9.0.25",
39
- "@fluentui/react-button": "^9.2.4",
40
- "@fluentui/react-card": "9.0.0-beta.45",
41
- "@fluentui/react-checkbox": "^9.0.27",
42
- "@fluentui/react-combobox": "^9.1.3",
43
- "@fluentui/react-dialog": "^9.1.15",
44
- "@fluentui/react-divider": "^9.1.15",
45
- "@fluentui/react-field": "9.0.0-alpha.20",
46
- "@fluentui/react-image": "^9.0.22",
47
- "@fluentui/react-infobutton": "9.0.0-beta.15",
48
- "@fluentui/react-input": "^9.3.3",
49
- "@fluentui/react-label": "^9.0.21",
50
- "@fluentui/react-link": "^9.0.24",
51
- "@fluentui/react-menu": "^9.6.10",
52
- "@fluentui/react-overflow": "^9.0.5",
53
- "@fluentui/react-persona": "^9.1.11",
54
- "@fluentui/react-portal": "^9.1.8",
55
- "@fluentui/react-popover": "^9.4.9",
56
- "@fluentui/react-positioning": "^9.4.2",
57
- "@fluentui/react-progress": "9.0.0-alpha.18",
58
- "@fluentui/react-provider": "^9.3.4",
59
- "@fluentui/react-radio": "^9.0.25",
60
- "@fluentui/react-select": "^9.0.2",
35
+ "@fluentui/react-accordion": "^9.0.25",
36
+ "@fluentui/react-alert": "9.0.0-beta.34",
37
+ "@fluentui/react-avatar": "^9.3.6",
38
+ "@fluentui/react-badge": "^9.0.26",
39
+ "@fluentui/react-button": "^9.2.5",
40
+ "@fluentui/react-card": "9.0.0-beta.46",
41
+ "@fluentui/react-checkbox": "^9.0.28",
42
+ "@fluentui/react-combobox": "^9.1.4",
43
+ "@fluentui/react-dialog": "^9.1.16",
44
+ "@fluentui/react-divider": "^9.1.16",
45
+ "@fluentui/react-field": "9.0.0-alpha.21",
46
+ "@fluentui/react-image": "^9.0.23",
47
+ "@fluentui/react-infobutton": "9.0.0-beta.16",
48
+ "@fluentui/react-input": "^9.3.5",
49
+ "@fluentui/react-label": "^9.0.22",
50
+ "@fluentui/react-link": "^9.0.25",
51
+ "@fluentui/react-menu": "^9.6.11",
52
+ "@fluentui/react-overflow": "^9.0.6",
53
+ "@fluentui/react-persona": "^9.1.12",
54
+ "@fluentui/react-portal": "^9.1.9",
55
+ "@fluentui/react-popover": "^9.4.10",
56
+ "@fluentui/react-positioning": "^9.4.3",
57
+ "@fluentui/react-progress": "9.0.0-alpha.19",
58
+ "@fluentui/react-provider": "^9.3.5",
59
+ "@fluentui/react-radio": "^9.0.26",
60
+ "@fluentui/react-select": "^9.0.3",
61
61
  "@fluentui/react-shared-contexts": "^9.2.0",
62
- "@fluentui/react-slider": "^9.0.24",
63
- "@fluentui/react-spinbutton": "^9.1.3",
64
- "@fluentui/react-spinner": "^9.0.21",
65
- "@fluentui/react-switch": "^9.0.25",
66
- "@fluentui/react-table": "^9.0.2",
67
- "@fluentui/react-tabs": "^9.2.3",
68
- "@fluentui/react-tabster": "^9.5.2",
69
- "@fluentui/react-textarea": "^9.2.3",
62
+ "@fluentui/react-slider": "^9.0.25",
63
+ "@fluentui/react-spinbutton": "^9.1.5",
64
+ "@fluentui/react-spinner": "^9.0.22",
65
+ "@fluentui/react-switch": "^9.0.26",
66
+ "@fluentui/react-table": "^9.0.3",
67
+ "@fluentui/react-tabs": "^9.2.4",
68
+ "@fluentui/react-tabster": "^9.5.3",
69
+ "@fluentui/react-textarea": "^9.2.4",
70
70
  "@fluentui/react-theme": "^9.1.5",
71
- "@fluentui/react-toolbar": "^9.0.6",
72
- "@fluentui/react-tooltip": "^9.1.16",
73
- "@fluentui/react-utilities": "^9.5.3",
74
- "@fluentui/react-text": "^9.2.2",
75
- "@fluentui/react-virtualizer": "9.0.0-alpha.5",
71
+ "@fluentui/react-toolbar": "^9.0.7",
72
+ "@fluentui/react-tooltip": "^9.1.17",
73
+ "@fluentui/react-utilities": "^9.6.0",
74
+ "@fluentui/react-text": "^9.2.3",
75
+ "@fluentui/react-virtualizer": "9.0.0-alpha.7",
76
76
  "@griffel/react": "^1.5.2",
77
77
  "tslib": "^2.1.0"
78
78
  },