@fluentui/react-components 9.3.1 → 9.3.2

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,50 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 20 Sep 2022 20:54:05 GMT",
5
+ "date": "Fri, 23 Sep 2022 10:32:07 GMT",
6
+ "tag": "@fluentui/react-components_v9.3.2",
7
+ "version": "9.3.2",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "bernardo.sunderhus@gmail.com",
12
+ "package": "@fluentui/react-aria",
13
+ "commit": "ce5f1ec6a0c0f766679ea708c40538fc2d56c6d9",
14
+ "comment": "chore: restructure folder organization"
15
+ },
16
+ {
17
+ "author": "sarah.higley@microsoft.com",
18
+ "package": "@fluentui/react-components",
19
+ "commit": "483f160617f1037e672fe74b8e52abfee9378517",
20
+ "comment": "chore: move spinbutton a11y spec to Concepts/Developer/Accessibility"
21
+ },
22
+ {
23
+ "author": "sarah.higley@microsoft.com",
24
+ "package": "@fluentui/react-spinbutton",
25
+ "commit": "483f160617f1037e672fe74b8e52abfee9378517",
26
+ "comment": "chore: move spinbutton a11y spec to Concepts/Developer/Accessibility"
27
+ }
28
+ ],
29
+ "prerelease": [
30
+ {
31
+ "author": "bernardo.sunderhus@gmail.com",
32
+ "package": "@fluentui/react-dialog",
33
+ "commit": "4dd18085b968e10d512c179705d31148e28148b4",
34
+ "comment": "feat: implements DialogContent as a swap of DialogBody"
35
+ }
36
+ ],
37
+ "patch": [
38
+ {
39
+ "author": "behowell@microsoft.com",
40
+ "package": "@fluentui/react-menu",
41
+ "commit": "f6202c4bb7ca9f352e7b4bc376242849648dcfd6",
42
+ "comment": "fix: Make Menu openOnHover prop work again"
43
+ }
44
+ ]
45
+ }
46
+ },
47
+ {
48
+ "date": "Tue, 20 Sep 2022 20:55:42 GMT",
6
49
  "tag": "@fluentui/react-components_v9.3.1",
7
50
  "version": "9.3.1",
8
51
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 20 Sep 2022 20:54:05 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 23 Sep 2022 10:32:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.3.2)
8
+
9
+ Fri, 23 Sep 2022 10:32:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.3.1..@fluentui/react-components_v9.3.2)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-menu`
15
+ - fix: Make Menu openOnHover prop work again ([PR #24899](https://github.com/microsoft/fluentui/pull/24899) by behowell@microsoft.com)
16
+
17
+ ### Changes
18
+
19
+ - `@fluentui/react-dialog`
20
+ - feat: implements DialogContent as a swap of DialogBody ([PR #24855](https://github.com/microsoft/fluentui/pull/24855) by bernardo.sunderhus@gmail.com)
21
+
7
22
  ## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.3.1)
8
23
 
9
- Tue, 20 Sep 2022 20:54:05 GMT
24
+ Tue, 20 Sep 2022 20:55:42 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.3.0..@fluentui/react-components_v9.3.1)
11
26
 
12
27
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -40,14 +40,14 @@
40
40
  "@fluentui/react-card": "9.0.0-beta.26",
41
41
  "@fluentui/react-checkbox": "^9.0.6",
42
42
  "@fluentui/react-combobox": "^9.0.0-beta.10",
43
- "@fluentui/react-dialog": "^9.0.0-beta.9",
43
+ "@fluentui/react-dialog": "^9.0.0-beta.10",
44
44
  "@fluentui/react-divider": "^9.1.0",
45
45
  "@fluentui/react-field": "9.0.0-alpha.2",
46
46
  "@fluentui/react-image": "^9.0.6",
47
47
  "@fluentui/react-input": "^9.1.1",
48
48
  "@fluentui/react-label": "^9.0.6",
49
49
  "@fluentui/react-link": "^9.0.6",
50
- "@fluentui/react-menu": "^9.2.0",
50
+ "@fluentui/react-menu": "^9.2.1",
51
51
  "@fluentui/react-overflow": "9.0.0-beta.10",
52
52
  "@fluentui/react-popover": "^9.1.1",
53
53
  "@fluentui/react-positioning": "^9.2.0",