@syncfusion/ej2-richtexteditor 33.1.47 → 33.1.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-richtexteditor",
3
- "version": "33.1.47",
3
+ "version": "33.1.48",
4
4
  "description": "Essential JS 2 RichTextEditor component",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -1,131 +0,0 @@
1
- ---
2
- description: 'Create a Azure Bug and Feature task based on the provided content following the strict template.'
3
- tools: ['read']
4
- model: GPT-5 mini (copilot)
5
- ---
6
-
7
- # Task creation Instructions
8
-
9
- 1. Follow the given task and bug template strictly.
10
- 2. Do not add unnecessary or exaggerated data or text.
11
- 3. Keep the task details minimal.
12
- 4. Default to Platform as Typescript if not mentioned.
13
- 5. Remove the Sample if not the detail is provided.
14
- 6. Remove the Ticket if not provided.
15
- 7. Only generate the task content. Donot plan or execute.
16
- 6. Donot return here are the details.
17
- 7. Skip the notes section if the provided content has no notes.
18
-
19
- ## Bug Template
20
-
21
- **Title:**
22
-
23
-
24
-
25
- **Description:**
26
-
27
-
28
-
29
- **Ticket:**
30
-
31
-
32
-
33
- **Platform:**
34
-
35
-
36
-
37
- **Replication Procedure:**
38
-
39
-
40
-
41
- **Replication Video:**
42
-
43
-
44
-
45
- **Expected Behavior:**
46
-
47
-
48
-
49
- **Actual Behavior:**
50
-
51
-
52
-
53
- **Sample:**
54
-
55
-
56
-
57
- **Note:**
58
-
59
- ## Task Template
60
-
61
- **Title:**
62
-
63
-
64
-
65
- **Description:**
66
-
67
-
68
-
69
- **Ticket:**
70
-
71
-
72
-
73
- **Platform:**
74
-
75
-
76
-
77
- **Work Items:**
78
-
79
- 1.
80
-
81
-
82
- **Reference Links:**
83
-
84
- ## Bug Example Output
85
-
86
- **Title:**
87
-
88
- The AI Assistant Popup position is improper not relative to the Editor Element.
89
-
90
- **Description:**
91
-
92
- The RIch Text Editor 's AI Assistant popup is not relative to the Editor element instead its relative to the body. When the AI Assistant popup is used in the Sample browser the right positioning is improper due to the improper relative element position calculation.
93
-
94
- **Platform:**
95
-
96
- Typescript
97
-
98
- **Replication Procedure:**
99
-
100
- 1. Run the Typescript sample.
101
- 2. Click the AI Query button.
102
- 3. Check the AI Assistant Popup position.
103
-
104
- **Expected Behavior:**
105
-
106
- The AI Assistant popup position should be relative to the editor root element
107
-
108
- **Actual Behavior:**
109
-
110
- The AI Assistant popup position is relative to the body element.
111
-
112
-
113
- ## Task Example Output
114
-
115
- **Title:**
116
-
117
- To add the maxPromptHistory and clearPromptHistory API to the Rich Text Editor
118
-
119
- **Description:**
120
-
121
- A new property named as maxPrompHistory should be introduced in the AIAssistantSettings and  a new method named clearPromptHistory should be added in the RichTextEditor class.
122
-
123
- **Platform:**
124
-
125
- Typescript
126
-
127
- **Work Items:**
128
-
129
- * To add maxPromptHistory in the AIAsssistantSettings.
130
- * To add clearPromptHistory in the Rich Text Editor.
131
- * Resolve issues with the enablePersistance usage in the Assist View.