@fluentui-copilot/react-editor-input 0.4.8 → 0.4.9

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,30 @@
2
2
  "name": "@fluentui-copilot/react-editor-input",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 19 Apr 2025 00:04:02 GMT",
5
+ "date": "Wed, 30 Apr 2025 01:46:03 GMT",
6
+ "tag": "@fluentui-copilot/react-editor-input_v0.4.9",
7
+ "version": "0.4.9",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "tristan.watanabe@gmail.com",
12
+ "package": "@fluentui-copilot/react-editor-input",
13
+ "commit": "1391e0a7243d050db30fcc27547fd3e91df0162c",
14
+ "comment": "chore: update tsconfig to remove allowSyntheticDefaultImports to enforce named imports."
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "owcampbe@microsoft.com",
20
+ "package": "@fluentui-copilot/react-editor-input",
21
+ "commit": "5a9efb11481fbe2c9bd25c8825ec4a9b991050ab",
22
+ "comment": "chore: Bump @fluentui/react-components to 9.58.3."
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Sat, 19 Apr 2025 00:05:39 GMT",
6
29
  "tag": "@fluentui-copilot/react-editor-input_v0.4.8",
7
30
  "version": "0.4.8",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui-copilot/react-editor-input
2
2
 
3
- This log was last generated on Sat, 19 Apr 2025 00:04:02 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 30 Apr 2025 01:46:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.9](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-editor-input_v0.4.9)
8
+
9
+ Wed, 30 Apr 2025 01:46:03 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-editor-input_v0.4.8..@fluentui-copilot/react-editor-input_v0.4.9)
11
+
12
+ ### Patches
13
+
14
+ - chore: Bump @fluentui/react-components to 9.58.3. ([PR #2963](https://github.com/microsoft/fluentai/pull/2963) by owcampbe@microsoft.com)
15
+
7
16
  ## [0.4.8](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-editor-input_v0.4.8)
8
17
 
9
- Sat, 19 Apr 2025 00:04:02 GMT
18
+ Sat, 19 Apr 2025 00:05:39 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-editor-input_v0.4.4..@fluentui-copilot/react-editor-input_v0.4.8)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-editor-input",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "a base rich editor input.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,15 +13,15 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui-copilot/chat-input-plugins": "^0.4.2",
16
- "@fluentui-copilot/react-chat-input-plugins": "^0.4.7",
16
+ "@fluentui-copilot/react-chat-input-plugins": "^0.4.8",
17
17
  "@fluentui-copilot/react-text-editor": "^0.4.1",
18
- "@fluentui-copilot/tokens": "^0.3.9",
18
+ "@fluentui-copilot/tokens": "^0.3.10",
19
19
  "@swc/helpers": "^0.5.1"
20
20
  },
21
21
  "peerDependencies": {
22
- "@fluentui/react-components": ">=9.55.1 <10.0.0",
23
- "@fluentui/react-jsx-runtime": ">=9.0.45 <10.0.0",
24
- "@fluentui/react-utilities": ">=9.18.16 <10.0.0",
22
+ "@fluentui/react-components": ">=9.58.3 <10.0.0",
23
+ "@fluentui/react-jsx-runtime": ">=9.0.50 <10.0.0",
24
+ "@fluentui/react-utilities": ">=9.19.0 <10.0.0",
25
25
  "@types/react": ">=16.14.0 <19.0.0",
26
26
  "@types/react-dom": ">=16.9.8 <19.0.0",
27
27
  "react": ">=16.14.0 <19.0.0",