@fluentui/react-components 9.0.0-alpha.116 → 9.0.0-alpha.117

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,42 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 29 Sep 2021 08:05:12 GMT",
5
+ "date": "Thu, 30 Sep 2021 09:18:04 GMT",
6
+ "tag": "@fluentui/react-components_v9.0.0-alpha.117",
7
+ "version": "9.0.0-alpha.117",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "peter@draxler.ml",
12
+ "package": "@fluentui/react-button",
13
+ "comment": "update stories structure to make them exportable to CodeSandbox",
14
+ "commit": "d5578f1a321c72a95ee2760fd128437bc793c60d"
15
+ },
16
+ {
17
+ "author": "peter@draxler.ml",
18
+ "package": "@fluentui/react-components",
19
+ "comment": "Add export to CodeSandbox for stories",
20
+ "commit": "d5578f1a321c72a95ee2760fd128437bc793c60d"
21
+ },
22
+ {
23
+ "author": "tkrasniqi@microsoft.com",
24
+ "package": "@fluentui/react-image",
25
+ "comment": "First iteration of ReadMe doc",
26
+ "commit": "d5578f1a321c72a95ee2760fd128437bc793c60d"
27
+ }
28
+ ],
29
+ "prerelease": [
30
+ {
31
+ "author": "peter@draxler.ml",
32
+ "package": "@fluentui/react-menu",
33
+ "comment": "export to codesandbox",
34
+ "commit": "d5578f1a321c72a95ee2760fd128437bc793c60d"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
6
41
  "tag": "@fluentui/react-components_v9.0.0-alpha.116",
7
42
  "version": "9.0.0-alpha.116",
8
43
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 29 Sep 2021 08:05:12 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 30 Sep 2021 09:18:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.117](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-alpha.117)
8
+
9
+ Thu, 30 Sep 2021 09:18:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-alpha.116..@fluentui/react-components_v9.0.0-alpha.117)
11
+
12
+ ### Changes
13
+
14
+ - `@fluentui/react-menu`
15
+ - export to codesandbox ([PR #19802](https://github.com/microsoft/fluentui/pull/19802) by peter@draxler.ml)
16
+
7
17
  ## [9.0.0-alpha.116](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-alpha.116)
8
18
 
9
- Wed, 29 Sep 2021 08:05:12 GMT
19
+ Wed, 29 Sep 2021 08:06:11 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-alpha.115..@fluentui/react-components_v9.0.0-alpha.116)
11
21
 
12
22
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.0.0-alpha.116",
3
+ "version": "9.0.0-alpha.117",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -38,14 +38,14 @@
38
38
  "@fluentui/react-accordion": "9.0.0-alpha.84",
39
39
  "@fluentui/react-avatar": "9.0.0-alpha.88",
40
40
  "@fluentui/react-badge": "9.0.0-alpha.88",
41
- "@fluentui/react-button": "9.0.0-alpha.94",
42
- "@fluentui/react-card": "9.0.0-alpha.10",
41
+ "@fluentui/react-button": "9.0.0-alpha.95",
42
+ "@fluentui/react-card": "9.0.0-alpha.11",
43
43
  "@fluentui/react-divider": "9.0.0-alpha.75",
44
44
  "@fluentui/react-image": "9.0.0-alpha.86",
45
45
  "@fluentui/react-label": "9.0.0-alpha.47",
46
46
  "@fluentui/react-link": "9.0.0-alpha.89",
47
47
  "@fluentui/react-make-styles": "9.0.0-alpha.74",
48
- "@fluentui/react-menu": "9.0.0-alpha.85",
48
+ "@fluentui/react-menu": "9.0.0-alpha.86",
49
49
  "@fluentui/react-popover": "9.0.0-alpha.51",
50
50
  "@fluentui/react-portal": "9.0.0-alpha.56",
51
51
  "@fluentui/react-provider": "9.0.0-alpha.85",