@syncfusion/ej2-angular-richtexteditor 29.1.34 → 29.1.35

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.md CHANGED
@@ -6,6 +6,25 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#F196437` - Now, the issue with the script error that throws when pasting an Excel table into the IFrame RichTextEditor has now been resolved.
10
+ - `#I694099` - Now, plain formatting works properly, clearing the `div` elements, and works similar to 'Paste as Plain Text'.
11
+
12
+ - `#I691787` - Now, the link drag and drop functionality works properly in the Rich Text Editor.
13
+
14
+ - `#I694974` - Now, the enter actions works properly within the format tags in the Rich Text Editor.
15
+
16
+ - `#I690911` - Now, the backspace action works properly in the list item in the Rich Text Editor.
17
+
18
+ - `#I699752` - Now, the quick toolbar works properly when rendering images with captions inside tables in the Rich Text Editor.
19
+
20
+ - Now, the issue with pressing the Enter key at the end of the list causing the list to revert has now been resolved.
21
+
22
+ ## 29.1.33 (2025-03-25)
23
+
24
+ ### RichTextEditor
25
+
26
+ #### Bug Fixes
27
+
9
28
  - `#I700161` - Now, pressing Backspace at the start of a line in content pasted from a Google document works properly.
10
29
 
11
30
  - `#694114` - Now, the Rich Text Editor works properly when creating tables inside lists.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-richtexteditor@*",
3
3
  "_id": "@syncfusion/ej2-angular-richtexteditor@29.1.33",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-x6dPLB17TqplWw/T706d6YCYs9Tb6gHTKUAZA/3vpbRCyLD+FkizRkrO+v9sKYmPHPQQLmimLxe6qDl3xBM8Wg==",
5
+ "_integrity": "sha512-1M2KcXaD+pYZt8904QreJh7yCX/5uVugEnmG1VQRWmBQcYa39AOdwcg9ZLzVrL2a3dn1/QPcLesinRy0evFH7A==",
6
6
  "_location": "/@syncfusion/ej2-angular-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-29.1.33.tgz",
23
- "_shasum": "0da9edb8ff18377d1a3ddd75b34c396b097dae04",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-29.1.33.tgz",
23
+ "_shasum": "3edde3d3e6afc59acc682807a70d50f1fb08a4d8",
24
24
  "_spec": "@syncfusion/ej2-angular-richtexteditor@*",
25
- "_where": "E:\\march2025\\memory-leaks",
25
+ "_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~29.1.33",
35
- "@syncfusion/ej2-base": "~29.1.33",
36
- "@syncfusion/ej2-richtexteditor": "29.1.34"
35
+ "@syncfusion/ej2-base": "~29.1.35",
36
+ "@syncfusion/ej2-richtexteditor": "29.1.35"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 RichTextEditor component for Angular",
@@ -71,5 +71,5 @@
71
71
  "schematics": "./schematics/collection.json",
72
72
  "sideEffects": false,
73
73
  "typings": "syncfusion-ej2-angular-richtexteditor.d.ts",
74
- "version": "29.1.34"
75
- }
74
+ "version": "29.1.35"
75
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
2
- export declare const pkgVer = "^28.1.33";
2
+ export declare const pkgVer = "^29.1.33";
3
3
  export declare const moduleName = "RichTextEditorModule";
4
- export declare const themeVer = "~28.1.33";
4
+ export declare const themeVer = "~29.1.33";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-richtexteditor';
4
- exports.pkgVer = '^29.1.33';
4
+ exports.pkgVer = '^29.1.35';
5
5
  exports.moduleName = 'RichTextEditorModule';
6
- exports.themeVer = '~29.1.33';
6
+ exports.themeVer = '~29.1.35';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
2
- export const pkgVer = '^29.1.33';
2
+ export const pkgVer = '^29.1.35';
3
3
  export const moduleName = 'RichTextEditorModule';
4
- export const themeVer = '~29.1.33';
4
+ export const themeVer = '~29.1.35';