@fluentui/react-components 9.30.2 → 9.30.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,73 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 05 Sep 2023 13:22:59 GMT",
5
+ "date": "Wed, 06 Sep 2023 13:27:22 GMT",
6
+ "tag": "@fluentui/react-components_v9.30.4",
7
+ "version": "9.30.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "vkozlova@microsoft.com",
12
+ "package": "@fluentui/react-breadcrumb-preview",
13
+ "commit": "183be238902878610b9a0aaacd1eae98480e7387",
14
+ "comment": "fix: styling for BreadcrumbItem"
15
+ },
16
+ {
17
+ "author": "yuanboxue@microsoft.com",
18
+ "package": "@fluentui/react-utilities",
19
+ "commit": "42ed56cff2ef6c21fb2d5805d77c370dc3036ebe",
20
+ "comment": "Revert fix: `useOnClickOutside` should invoke callback on clicking scrollbar"
21
+ }
22
+ ],
23
+ "minor": [
24
+ {
25
+ "author": "yuanboxue@microsoft.com",
26
+ "package": "@fluentui/react-conformance",
27
+ "commit": "8582884f9000d15185fe7b074c6fde00d84e961c",
28
+ "comment": "feat: add option `disableTypeTests` to disable tests that require TypeScript information"
29
+ }
30
+ ],
31
+ "none": [
32
+ {
33
+ "author": "yuanboxue@microsoft.com",
34
+ "package": "@fluentui/react-conformance-griffel",
35
+ "commit": "8582884f9000d15185fe7b074c6fde00d84e961c",
36
+ "comment": "chore: internal type update with @fluentui/react-conformance version bump"
37
+ }
38
+ ]
39
+ }
40
+ },
41
+ {
42
+ "date": "Tue, 05 Sep 2023 15:39:03 GMT",
43
+ "tag": "@fluentui/react-components_v9.30.3",
44
+ "version": "9.30.3",
45
+ "comments": {
46
+ "prerelease": [
47
+ {
48
+ "author": "marcosvmmoura@gmail.com",
49
+ "package": "@fluentui/react-drawer",
50
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91",
51
+ "comment": "refactor: organize code imports"
52
+ },
53
+ {
54
+ "author": "marcosvmmoura@gmail.com",
55
+ "package": "@fluentui/react-drawer",
56
+ "commit": "c6a8055e413d7efca7c968e11b70638f869b610a",
57
+ "comment": "test: add e2e tests for base Drawer components"
58
+ }
59
+ ],
60
+ "patch": [
61
+ {
62
+ "author": "yuanboxue@microsoft.com",
63
+ "package": "@fluentui/react-utilities",
64
+ "commit": "e1a882487376a105505801ff30bbb9dc103c73f2",
65
+ "comment": "fix: `useOnScrollOutside` should invoke callback on dragging scrollbar"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "date": "Tue, 05 Sep 2023 13:28:54 GMT",
6
72
  "tag": "@fluentui/react-components_v9.30.2",
7
73
  "version": "9.30.2",
8
74
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,45 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 05 Sep 2023 13:22:59 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 06 Sep 2023 13:27:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.30.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.30.4)
8
+
9
+ Wed, 06 Sep 2023 13:27:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.30.3..@fluentui/react-components_v9.30.4)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-conformance`
15
+ - feat: add option `disableTypeTests` to disable tests that require TypeScript information ([PR #28988](https://github.com/microsoft/fluentui/pull/28988) by yuanboxue@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-breadcrumb-preview`
20
+ - fix: styling for BreadcrumbItem ([PR #29059](https://github.com/microsoft/fluentui/pull/29059) by vkozlova@microsoft.com)
21
+ - `@fluentui/react-utilities`
22
+ - Revert fix: `useOnClickOutside` should invoke callback on clicking scrollbar ([PR #29065](https://github.com/microsoft/fluentui/pull/29065) by yuanboxue@microsoft.com)
23
+
24
+ ## [9.30.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.30.3)
25
+
26
+ Tue, 05 Sep 2023 15:39:03 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.30.2..@fluentui/react-components_v9.30.3)
28
+
29
+ ### Patches
30
+
31
+ - `@fluentui/react-utilities`
32
+ - fix: `useOnScrollOutside` should invoke callback on dragging scrollbar ([PR #29062](https://github.com/microsoft/fluentui/pull/29062) by yuanboxue@microsoft.com)
33
+
34
+ ### Changes
35
+
36
+ - `@fluentui/react-drawer`
37
+ - refactor: organize code imports ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by marcosvmmoura@gmail.com)
38
+ - test: add e2e tests for base Drawer components ([PR #29029](https://github.com/microsoft/fluentui/pull/29029) by marcosvmmoura@gmail.com)
39
+
7
40
  ## [9.30.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.30.2)
8
41
 
9
- Tue, 05 Sep 2023 13:22:59 GMT
42
+ Tue, 05 Sep 2023 13:28:54 GMT
10
43
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.30.1..@fluentui/react-components_v9.30.2)
11
44
 
12
45
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.30.2",
3
+ "version": "9.30.4",
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.8",
35
- "@fluentui/react-alert": "9.0.0-beta.72",
36
- "@fluentui/react-avatar": "^9.5.26",
37
- "@fluentui/react-badge": "^9.1.32",
38
- "@fluentui/react-button": "^9.3.35",
39
- "@fluentui/react-card": "^9.0.34",
40
- "@fluentui/react-checkbox": "^9.1.36",
41
- "@fluentui/react-combobox": "^9.5.10",
42
- "@fluentui/react-dialog": "^9.6.1",
43
- "@fluentui/react-divider": "^9.2.31",
44
- "@fluentui/react-drawer": "9.0.0-beta.21",
45
- "@fluentui/react-field": "^9.1.23",
46
- "@fluentui/react-image": "^9.1.28",
47
- "@fluentui/react-infobutton": "9.0.0-beta.56",
48
- "@fluentui/react-input": "^9.4.33",
49
- "@fluentui/react-label": "^9.1.31",
50
- "@fluentui/react-link": "^9.1.14",
51
- "@fluentui/react-menu": "^9.12.12",
52
- "@fluentui/react-overflow": "^9.0.31",
53
- "@fluentui/react-persona": "^9.2.36",
54
- "@fluentui/react-portal": "^9.3.11",
55
- "@fluentui/react-popover": "^9.8.1",
56
- "@fluentui/react-positioning": "^9.9.9",
57
- "@fluentui/react-progress": "^9.1.33",
58
- "@fluentui/react-provider": "^9.8.1",
59
- "@fluentui/react-radio": "^9.1.36",
60
- "@fluentui/react-select": "^9.1.33",
34
+ "@fluentui/react-accordion": "^9.3.10",
35
+ "@fluentui/react-alert": "9.0.0-beta.74",
36
+ "@fluentui/react-avatar": "^9.5.28",
37
+ "@fluentui/react-badge": "^9.1.34",
38
+ "@fluentui/react-button": "^9.3.37",
39
+ "@fluentui/react-card": "^9.0.36",
40
+ "@fluentui/react-checkbox": "^9.1.38",
41
+ "@fluentui/react-combobox": "^9.5.12",
42
+ "@fluentui/react-dialog": "^9.6.3",
43
+ "@fluentui/react-divider": "^9.2.33",
44
+ "@fluentui/react-drawer": "9.0.0-beta.23",
45
+ "@fluentui/react-field": "^9.1.25",
46
+ "@fluentui/react-image": "^9.1.30",
47
+ "@fluentui/react-infobutton": "9.0.0-beta.58",
48
+ "@fluentui/react-input": "^9.4.35",
49
+ "@fluentui/react-label": "^9.1.33",
50
+ "@fluentui/react-link": "^9.1.16",
51
+ "@fluentui/react-menu": "^9.12.14",
52
+ "@fluentui/react-overflow": "^9.0.33",
53
+ "@fluentui/react-persona": "^9.2.38",
54
+ "@fluentui/react-portal": "^9.3.13",
55
+ "@fluentui/react-popover": "^9.8.3",
56
+ "@fluentui/react-positioning": "^9.9.11",
57
+ "@fluentui/react-progress": "^9.1.35",
58
+ "@fluentui/react-provider": "^9.8.3",
59
+ "@fluentui/react-radio": "^9.1.38",
60
+ "@fluentui/react-select": "^9.1.35",
61
61
  "@fluentui/react-shared-contexts": "^9.7.3",
62
- "@fluentui/react-skeleton": "^9.0.21",
63
- "@fluentui/react-slider": "^9.1.36",
64
- "@fluentui/react-spinbutton": "^9.2.33",
65
- "@fluentui/react-spinner": "^9.3.11",
66
- "@fluentui/react-switch": "^9.1.36",
67
- "@fluentui/react-table": "^9.8.2",
68
- "@fluentui/react-tabs": "^9.3.37",
69
- "@fluentui/react-tabster": "^9.12.6",
70
- "@fluentui/react-textarea": "^9.3.33",
62
+ "@fluentui/react-skeleton": "^9.0.23",
63
+ "@fluentui/react-slider": "^9.1.38",
64
+ "@fluentui/react-spinbutton": "^9.2.35",
65
+ "@fluentui/react-spinner": "^9.3.13",
66
+ "@fluentui/react-switch": "^9.1.38",
67
+ "@fluentui/react-table": "^9.8.4",
68
+ "@fluentui/react-tabs": "^9.3.39",
69
+ "@fluentui/react-tabster": "^9.12.8",
70
+ "@fluentui/react-textarea": "^9.3.35",
71
71
  "@fluentui/react-theme": "^9.1.12",
72
- "@fluentui/react-toast": "^9.2.1",
73
- "@fluentui/react-toolbar": "^9.1.36",
74
- "@fluentui/react-tooltip": "^9.3.2",
75
- "@fluentui/react-utilities": "^9.13.1",
76
- "@fluentui/react-text": "^9.3.28",
77
- "@fluentui/react-virtualizer": "9.0.0-alpha.38",
78
- "@fluentui/react-tree": "^9.0.6",
72
+ "@fluentui/react-toast": "^9.2.3",
73
+ "@fluentui/react-toolbar": "^9.1.38",
74
+ "@fluentui/react-tooltip": "^9.3.4",
75
+ "@fluentui/react-utilities": "^9.13.3",
76
+ "@fluentui/react-text": "^9.3.30",
77
+ "@fluentui/react-virtualizer": "9.0.0-alpha.40",
78
+ "@fluentui/react-tree": "^9.0.8",
79
79
  "@griffel/react": "^1.5.14",
80
80
  "@swc/helpers": "^0.5.1"
81
81
  },