@fluentui/react-components 9.15.2 → 9.15.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,46 @@
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 11:41:23 GMT",
6
+ "tag": "@fluentui/react-components_v9.15.3",
7
+ "version": "9.15.3",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-popover",
13
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2",
14
+ "comment": "chore: Adds tests for iframe focus"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "jirivyhnalek@microsoft.com",
20
+ "package": "@fluentui/react-table",
21
+ "commit": "4e349194f193d7371de6040c7c69cf071b87be56",
22
+ "comment": "feat: Table - add support for resizing columns with touch"
23
+ }
24
+ ],
25
+ "minor": [
26
+ {
27
+ "author": "jirivyhnalek@microsoft.com",
28
+ "package": "@fluentui/react-utilities",
29
+ "commit": "4e349194f193d7371de6040c7c69cf071b87be56",
30
+ "comment": "feat: Add event helpers to ease working with mouse and touch"
31
+ }
32
+ ],
33
+ "patch": [
34
+ {
35
+ "author": "lingfangao@hotmail.com",
36
+ "package": "@fluentui/react-utilities",
37
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2",
38
+ "comment": "fix(useOnClickOutside): iframe focus detection uses `contains`"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Mon, 13 Feb 2023 23:43:13 GMT",
6
45
  "tag": "@fluentui/react-components_v9.15.2",
7
46
  "version": "9.15.2",
8
47
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
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 11:41:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.15.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.3)
8
+
9
+ Wed, 15 Feb 2023 11:41:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.2..@fluentui/react-components_v9.15.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-utilities`
15
+ - feat: Add event helpers to ease working with mouse and touch ([PR #26784](https://github.com/microsoft/fluentui/pull/26784) by jirivyhnalek@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-utilities`
20
+ - fix(useOnClickOutside): iframe focus detection uses `contains` ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by lingfangao@hotmail.com)
21
+
22
+ ### Changes
23
+
24
+ - `@fluentui/react-table`
25
+ - feat: Table - add support for resizing columns with touch ([PR #26784](https://github.com/microsoft/fluentui/pull/26784) by jirivyhnalek@microsoft.com)
26
+
7
27
  ## [9.15.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.2)
8
28
 
9
- Mon, 13 Feb 2023 23:40:48 GMT
29
+ Mon, 13 Feb 2023 23:43:13 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.15.1..@fluentui/react-components_v9.15.2)
11
31
 
12
32
  ### 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.3",
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.4",
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.4",
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.6",
76
76
  "@griffel/react": "^1.5.2",
77
77
  "tslib": "^2.1.0"
78
78
  },