@fluentui/react-button 9.0.0 → 9.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,120 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Jun 2022 15:08:38 GMT",
5
+ "date": "Thu, 14 Jul 2022 21:18:44 GMT",
6
+ "tag": "@fluentui/react-button_v9.0.3",
7
+ "version": "9.0.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "Humberto.Morimoto@microsoft.com",
12
+ "package": "@fluentui/react-button",
13
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
14
+ "comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-button",
19
+ "comment": "Bump @fluentui/react-aria to v9.0.2",
20
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-button",
25
+ "comment": "Bump @fluentui/react-tabster to v9.0.3",
26
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-button",
31
+ "comment": "Bump @fluentui/react-utilities to v9.0.2",
32
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Thu, 14 Jul 2022 17:06:15 GMT",
39
+ "tag": "@fluentui/react-button_v9.0.2",
40
+ "version": "9.0.2",
41
+ "comments": {
42
+ "none": [
43
+ {
44
+ "author": "mgodbolt@microsoft.com",
45
+ "package": "@fluentui/react-button",
46
+ "commit": "769bfa3d797cb79aa6594aa8589e382403287a9d",
47
+ "comment": "Organize left navigation, add theme entries"
48
+ },
49
+ {
50
+ "author": "Humberto.Morimoto@microsoft.com",
51
+ "package": "@fluentui/react-button",
52
+ "commit": "422636fffd66758c1a6dd617063582d902b61927",
53
+ "comment": "docs: Replacing https://aka.ms/fluentui-storybook with https://react.fluentui.dev/ to point to the official documentation site."
54
+ }
55
+ ],
56
+ "patch": [
57
+ {
58
+ "author": "ololubek@microsoft.com",
59
+ "package": "@fluentui/react-button",
60
+ "commit": "63ab03fa7a9b3d02204147ea5356b8f78751df42",
61
+ "comment": "chore: Update @fluentui/react-icons dependency to v2.0.175"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-button",
66
+ "comment": "Bump @fluentui/react-aria to v9.0.1",
67
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-button",
72
+ "comment": "Bump @fluentui/react-tabster to v9.0.2",
73
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
74
+ },
75
+ {
76
+ "author": "beachball",
77
+ "package": "@fluentui/react-button",
78
+ "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
79
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
80
+ },
81
+ {
82
+ "author": "beachball",
83
+ "package": "@fluentui/react-button",
84
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
85
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
86
+ }
87
+ ]
88
+ }
89
+ },
90
+ {
91
+ "date": "Tue, 28 Jun 2022 17:39:47 GMT",
92
+ "tag": "@fluentui/react-button_v9.0.1",
93
+ "version": "9.0.1",
94
+ "comments": {
95
+ "patch": [
96
+ {
97
+ "author": "lingfangao@hotmail.com",
98
+ "package": "@fluentui/react-button",
99
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
100
+ "comment": "fix: Use caret dependency range for Griffel"
101
+ },
102
+ {
103
+ "author": "beachball",
104
+ "package": "@fluentui/react-button",
105
+ "comment": "Bump @fluentui/react-tabster to v9.0.1",
106
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
107
+ },
108
+ {
109
+ "author": "beachball",
110
+ "package": "@fluentui/react-button",
111
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
112
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
113
+ }
114
+ ]
115
+ }
116
+ },
117
+ {
118
+ "date": "Tue, 28 Jun 2022 15:13:26 GMT",
6
119
  "tag": "@fluentui/react-button_v9.0.0",
7
120
  "version": "9.0.0",
8
121
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,48 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Tue, 28 Jun 2022 15:08:38 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Jul 2022 21:18:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.3)
8
+
9
+ Thu, 14 Jul 2022 21:18:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.2..@fluentui/react-button_v9.0.3)
11
+
12
+ ### Patches
13
+
14
+ - fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
15
+ - Bump @fluentui/react-aria to v9.0.2 ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.0.3 ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.0.2 ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by beachball)
18
+
19
+ ## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.2)
20
+
21
+ Thu, 14 Jul 2022 17:06:15 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.1..@fluentui/react-button_v9.0.2)
23
+
24
+ ### Patches
25
+
26
+ - chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
27
+ - Bump @fluentui/react-aria to v9.0.1 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
28
+ - Bump @fluentui/react-tabster to v9.0.2 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.0.1-0 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
30
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
31
+
32
+ ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.1)
33
+
34
+ Tue, 28 Jun 2022 17:39:47 GMT
35
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0..@fluentui/react-button_v9.0.1)
36
+
37
+ ### Patches
38
+
39
+ - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com)
40
+ - Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
41
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
42
+
7
43
  ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0)
8
44
 
9
- Tue, 28 Jun 2022 15:08:38 GMT
45
+ Tue, 28 Jun 2022 15:13:26 GMT
10
46
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.14..@fluentui/react-button_v9.0.0)
11
47
 
12
48
  ### Patches
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fluentui/react-button
2
2
 
3
- **Button components for [Fluent UI React](https://aka.ms/fluentui-storybook)**
3
+ **Button components for [Fluent UI React](https://react.fluentui.dev/)**
4
4
 
5
5
  - Buttons enable users to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.
6
6
  - CompoundButtons are buttons that can have secondary content that adds extra information to the user.
@@ -82,7 +82,7 @@ import { Button, CompoundButton, MenuButton, SplitButton, ToggleButton } from '@
82
82
  <ToggleButton checked={false}>Toggle volume</ToggleButton>
83
83
  ```
84
84
 
85
- See [Fluent UI Storybook](https://aka.ms/fluentui-storybook) for more detailed usage examples.
85
+ See [Fluent UI Storybook](https://react.fluentui.dev/) for more detailed usage examples.
86
86
 
87
87
  Alternatively, run Storybook locally with:
88
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "9.0.0",
3
+ "version": "9.0.3",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -29,17 +29,17 @@
29
29
  "@fluentui/a11y-testing": "^0.1.0",
30
30
  "@fluentui/eslint-plugin": "*",
31
31
  "@fluentui/react-conformance": "*",
32
- "@fluentui/react-conformance-griffel": "9.0.0-beta.9",
32
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.11",
33
33
  "@fluentui/scripts": "^1.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/keyboard-keys": "^9.0.0",
37
- "@fluentui/react-aria": "^9.0.0",
38
- "@fluentui/react-icons": "^2.0.172-rc.8",
39
- "@fluentui/react-tabster": "^9.0.0",
37
+ "@fluentui/react-aria": "^9.0.2",
38
+ "@fluentui/react-icons": "^2.0.175",
39
+ "@fluentui/react-tabster": "^9.0.3",
40
40
  "@fluentui/react-theme": "^9.0.0",
41
- "@fluentui/react-utilities": "^9.0.0",
42
- "@griffel/react": "1.2.0",
41
+ "@fluentui/react-utilities": "^9.0.2",
42
+ "@griffel/react": "^1.2.0",
43
43
  "tslib": "^2.1.0"
44
44
  },
45
45
  "peerDependencies": {