@fluentui-copilot/react-editor-input 0.0.1 → 0.1.1

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,43 @@
2
2
  "name": "@fluentui-copilot/react-editor-input",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 13 Jun 2024 21:00:14 GMT",
5
+ "date": "Tue, 23 Jul 2024 00:55:17 GMT",
6
+ "tag": "@fluentui-copilot/react-editor-input_v0.1.1",
7
+ "version": "0.1.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jiangemma@microsoft.com",
12
+ "package": "@fluentui-copilot/react-editor-input",
13
+ "commit": "2ab6acda372c69b7fdc733d7f402c64a66f98a1a",
14
+ "comment": "Bump Fluent UI version to latest"
15
+ },
16
+ {
17
+ "author": "owcampbe@microsoft.com",
18
+ "package": "@fluentui-copilot/react-editor-input",
19
+ "commit": "7d6826ea8b3abe4b02dee81d558a20c7ce28aca7",
20
+ "comment": "feat: Create EditorInput component."
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 20 Jun 2024 23:05:53 GMT",
27
+ "tag": "@fluentui-copilot/react-editor-input_v0.1.0",
28
+ "version": "0.1.0",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "tristan.watanabe@gmail.com",
33
+ "package": "@fluentui-copilot/react-editor-input",
34
+ "commit": "b8a46e43b66fa17ed3cbb98a57171f9805ca5801",
35
+ "comment": "fix: failing e2e tests after playwright/test dependency update to v1.44.0."
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Thu, 13 Jun 2024 21:00:45 GMT",
6
42
  "tag": "@fluentui-copilot/react-editor-input_v0.0.1",
7
43
  "version": "0.0.1",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui-copilot/react-editor-input
2
2
 
3
- This log was last generated on Thu, 13 Jun 2024 21:00:14 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Jul 2024 00:55:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.1.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-editor-input_v0.1.1)
8
+
9
+ Tue, 23 Jul 2024 00:55:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-editor-input_v0.1.0..@fluentui-copilot/react-editor-input_v0.1.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump Fluent UI version to latest ([PR #1805](https://github.com/microsoft/fluentai/pull/1805) by jiangemma@microsoft.com)
15
+ - feat: Create EditorInput component. ([PR #1695](https://github.com/microsoft/fluentai/pull/1695) by owcampbe@microsoft.com)
16
+
7
17
  ## [0.0.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-editor-input_v0.0.1)
8
18
 
9
- Thu, 13 Jun 2024 21:00:14 GMT
19
+ Thu, 13 Jun 2024 21:00:45 GMT
10
20
 
11
21
  ### Patches
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-editor-input",
3
- "version": "0.0.1",
3
+ "version": "0.1.1",
4
4
  "description": "a base rich editor input.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,15 +12,15 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/chat-input-plugins": "^0.0.8",
16
- "@fluentui-copilot/react-chat-input-plugins": "^0.0.9",
17
- "@fluentui-copilot/react-text-editor": "^0.1.6",
15
+ "@fluentui-copilot/chat-input-plugins": "^0.1.1",
16
+ "@fluentui-copilot/react-chat-input-plugins": "^0.1.1",
17
+ "@fluentui-copilot/react-text-editor": "^0.1.7",
18
18
  "@swc/helpers": "^0.5.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "@fluentui/react-components": ">=9.52.0 <10.0.0",
22
- "@fluentui/react-jsx-runtime": ">=9.0.38 <10.0.0",
23
- "@fluentui/react-utilities": ">=9.18.9 <10.0.0",
21
+ "@fluentui/react-components": ">=9.54.4 <10.0.0",
22
+ "@fluentui/react-jsx-runtime": ">=9.0.40 <10.0.0",
23
+ "@fluentui/react-utilities": ">=9.18.11 <10.0.0",
24
24
  "@types/react": ">=16.14.0 <19.0.0",
25
25
  "@types/react-dom": ">=16.9.8 <19.0.0",
26
26
  "react": ">=16.14.0 <19.0.0",