@fluentui-copilot/chat-input-plugins 0.0.0-nightly-20241031-0406-e0887747.1 → 0.0.0-nightly-20241105-0407-8845e5cf.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,9 +2,9 @@
2
2
  "name": "@fluentui-copilot/chat-input-plugins",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 31 Oct 2024 04:14:30 GMT",
6
- "tag": "@fluentui-copilot/chat-input-plugins_v0.0.0-nightly-20241031-0406-e0887747.1",
7
- "version": "0.0.0-nightly-20241031-0406-e0887747.1",
5
+ "date": "Tue, 05 Nov 2024 04:15:04 GMT",
6
+ "tag": "@fluentui-copilot/chat-input-plugins_v0.0.0-nightly-20241105-0407-8845e5cf.1",
7
+ "version": "0.0.0-nightly-20241105-0407-8845e5cf.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -16,8 +16,35 @@
16
16
  {
17
17
  "author": "beachball",
18
18
  "package": "@fluentui-copilot/chat-input-plugins",
19
- "comment": "Bump @fluentui-copilot/text-editor to v0.0.0-nightly-20241031-0406-e0887747.1",
20
- "commit": "25c7dc238056fb255bed779ad7476fb2e1f90ca4"
19
+ "comment": "Bump @fluentui-copilot/text-editor to v0.0.0-nightly-20241105-0407-8845e5cf.1",
20
+ "commit": "29323b5f37f6a3b58b7811fad9042ce6e432f321"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 31 Oct 2024 17:41:08 GMT",
27
+ "tag": "@fluentui-copilot/chat-input-plugins_v0.3.1",
28
+ "version": "0.3.1",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "Humberto.Morimoto@microsoft.com",
33
+ "package": "@fluentui-copilot/chat-input-plugins",
34
+ "commit": "49fcd13f2ab4e6635394196e53ef1de79638e6d6",
35
+ "comment": "feat: Enabling async transforms in the PasteUnfurlingPlugin of ChatInput."
36
+ },
37
+ {
38
+ "author": "Humberto.Morimoto@microsoft.com",
39
+ "package": "@fluentui-copilot/chat-input-plugins",
40
+ "commit": "db6349629aa22001ea83df218e61e6d938e04198",
41
+ "comment": "chore: Chaining getters into single line in paste unfurling plugin."
42
+ },
43
+ {
44
+ "author": "owcampbe@microsoft.com",
45
+ "package": "@fluentui-copilot/chat-input-plugins",
46
+ "commit": "2bdb166cd12430b68d776c012dbb574b88e47fc8",
47
+ "comment": "feat: Add discrete update options to ghost text functions."
21
48
  }
22
49
  ]
23
50
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,29 @@
1
1
  # Change Log - @fluentui-copilot/chat-input-plugins
2
2
 
3
- This log was last generated on Thu, 31 Oct 2024 04:14:30 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Nov 2024 04:15:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20241031-0406-e0887747.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/chat-input-plugins_v0.0.0-nightly-20241031-0406-e0887747.1)
7
+ ## [0.0.0-nightly-20241105-0407-8845e5cf.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/chat-input-plugins_v0.0.0-nightly-20241105-0407-8845e5cf.1)
8
8
 
9
- Thu, 31 Oct 2024 04:14:30 GMT
10
- [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/chat-input-plugins_v0.3.0..@fluentui-copilot/chat-input-plugins_v0.0.0-nightly-20241031-0406-e0887747.1)
9
+ Tue, 05 Nov 2024 04:15:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/chat-input-plugins_v0.3.1..@fluentui-copilot/chat-input-plugins_v0.0.0-nightly-20241105-0407-8845e5cf.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
15
- - Bump @fluentui-copilot/text-editor to v0.0.0-nightly-20241031-0406-e0887747.1 ([commit](https://github.com/microsoft/fluentai/commit/25c7dc238056fb255bed779ad7476fb2e1f90ca4) by beachball)
15
+ - Bump @fluentui-copilot/text-editor to v0.0.0-nightly-20241105-0407-8845e5cf.1 ([commit](https://github.com/microsoft/fluentai/commit/29323b5f37f6a3b58b7811fad9042ce6e432f321) by beachball)
16
+
17
+ ## [0.3.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/chat-input-plugins_v0.3.1)
18
+
19
+ Thu, 31 Oct 2024 17:41:08 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/chat-input-plugins_v0.3.0..@fluentui-copilot/chat-input-plugins_v0.3.1)
21
+
22
+ ### Patches
23
+
24
+ - feat: Enabling async transforms in the PasteUnfurlingPlugin of ChatInput. ([PR #2326](https://github.com/microsoft/fluentai/pull/2326) by Humberto.Morimoto@microsoft.com)
25
+ - chore: Chaining getters into single line in paste unfurling plugin. ([PR #2328](https://github.com/microsoft/fluentai/pull/2328) by Humberto.Morimoto@microsoft.com)
26
+ - feat: Add discrete update options to ghost text functions. ([PR #2251](https://github.com/microsoft/fluentai/pull/2251) by owcampbe@microsoft.com)
16
27
 
17
28
  ## [0.3.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/chat-input-plugins_v0.3.0)
18
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/chat-input-plugins",
3
- "version": "0.0.0-nightly-20241031-0406-e0887747.1",
3
+ "version": "0.0.0-nightly-20241105-0407-8845e5cf.1",
4
4
  "description": "A Fluent AI package for non-react specific chat input plugins.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/text-editor": "0.0.0-nightly-20241031-0406-e0887747.1",
15
+ "@fluentui-copilot/text-editor": "0.0.0-nightly-20241105-0407-8845e5cf.1",
16
16
  "@swc/helpers": "^0.5.1"
17
17
  },
18
18
  "beachball": {},