@fluentui/react-textarea 9.1.3 → 9.1.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,49 @@
2
2
  "name": "@fluentui/react-textarea",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 20 Oct 2022 08:35:30 GMT",
5
+ "date": "Wed, 02 Nov 2022 11:55:06 GMT",
6
+ "tag": "@fluentui/react-textarea_v9.1.4",
7
+ "version": "9.1.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-textarea",
13
+ "commit": "c619ba066f11a8654e95375314824ba6b81b003e",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-textarea",
19
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
20
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-textarea",
25
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
26
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 25 Oct 2022 00:35:38 GMT",
33
+ "tag": "@fluentui/react-textarea_v9.1.3",
34
+ "version": "9.1.3",
35
+ "comments": {
36
+ "none": [
37
+ {
38
+ "author": "miroslav.stastny@microsoft.com",
39
+ "package": "@fluentui/react-textarea",
40
+ "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
41
+ "comment": "Update package readme"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Thu, 20 Oct 2022 08:39:53 GMT",
6
48
  "tag": "@fluentui/react-textarea_v9.1.3",
7
49
  "version": "9.1.3",
8
50
  "comments": {
@@ -29,19 +71,19 @@
29
71
  "author": "beachball",
30
72
  "package": "@fluentui/react-textarea",
31
73
  "comment": "Bump @fluentui/react-theme to v9.1.1",
32
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
74
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
33
75
  },
34
76
  {
35
77
  "author": "beachball",
36
78
  "package": "@fluentui/react-textarea",
37
79
  "comment": "Bump @fluentui/react-utilities to v9.1.2",
38
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
80
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
39
81
  },
40
82
  {
41
83
  "author": "beachball",
42
84
  "package": "@fluentui/react-textarea",
43
85
  "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
44
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
86
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
45
87
  }
46
88
  ]
47
89
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-textarea
2
2
 
3
- This log was last generated on Thu, 20 Oct 2022 08:35:30 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 02 Nov 2022 11:55:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.4)
8
+
9
+ Wed, 02 Nov 2022 11:55:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.1.3..@fluentui/react-textarea_v9.1.4)
11
+
12
+ ### Patches
13
+
14
+ - chore: Update Griffel to latest version ([PR #25412](https://github.com/microsoft/fluentui/pull/25412) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-utilities to v9.2.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
16
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
17
+
7
18
  ## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.3)
8
19
 
9
- Thu, 20 Oct 2022 08:35:30 GMT
20
+ Thu, 20 Oct 2022 08:39:53 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.1.2..@fluentui/react-textarea_v9.1.3)
11
22
 
12
23
  ### Patches
@@ -14,9 +25,9 @@ Thu, 20 Oct 2022 08:35:30 GMT
14
25
  - chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
15
26
  - chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
16
27
  - feat: Add red border when aria-invalid is set ([PR #25252](https://github.com/microsoft/fluentui/pull/25252) by behowell@microsoft.com)
17
- - Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
18
- - Bump @fluentui/react-utilities to v9.1.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
19
- - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
28
+ - Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.1.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
30
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
20
31
 
21
32
  ## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.2)
22
33
 
package/README.md CHANGED
@@ -1,13 +1,9 @@
1
1
  # @fluentui/react-textarea
2
2
 
3
- **React Textarea components for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
3
+ **React Textarea components for [Fluent UI React](https://react.fluentui.dev)**
4
4
 
5
5
  The Textarea component is a multiline text input that allows the user to enter
6
6
 
7
- ## STATUS: WIP 🚧
8
-
9
- These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
10
-
11
7
  ## Usage
12
8
 
13
9
  To import Textarea:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-textarea",
3
- "version": "9.1.3",
3
+ "version": "9.1.4",
4
4
  "description": "Fluent UI TextArea component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,13 +28,13 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0-beta.16",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.17",
32
32
  "@fluentui/scripts": "^1.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/react-theme": "^9.1.1",
36
- "@fluentui/react-utilities": "^9.1.2",
37
- "@griffel/react": "^1.4.1",
36
+ "@fluentui/react-utilities": "^9.2.0",
37
+ "@griffel/react": "^1.4.2",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "peerDependencies": {