@syncfusion/ej2-angular-richtexteditor 27.1.52 → 27.1.55

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,30 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I628053` - Now, the rich text editor properly sanitizes and encodes tab characters in JavaScript alerts.
10
+
11
+ - `#I553157` - Now, the bullet list format is properly removed when pasting content from MS Word in the Rich Text Editor.
12
+
13
+ - `#I640949` - Now, image duplication is prevented when `shiftEnterKey` is pressed on a paragraph in the Rich Text Editor.
14
+
15
+ - `#I639924` - Now, the format toolbar will be updated properly when the cursor is in front of the table.
16
+
17
+ - `#I640818` - Now, being typed with zero-width-space works without any console error.
18
+
19
+ - `#I640976` - Now, the width and height attributes of images will reflect their specified values, rather than defaulting to `auto`, after insertion and replacement in the Rich Text Editor.
20
+
21
+ - `#I639718` - Now, when `enableResize` is set to true, the IFrame editor resize event will be unbound properly.
22
+
23
+ - `#I637651` - Now, the issue where the editor was lagging after inserting a mention value has been resolved.
24
+
25
+ - `#I641503` - Now the cutting and pasting list works properly in the rich text editor.
26
+
27
+ ## 27.1.52 (2024-10-08)
28
+
29
+ ### RichTextEditor
30
+
31
+ #### Bug Fixes
32
+
9
33
  - `#I638381` - Now, decreasing the indent for list items correctly preserves the paragraph format instead of converting them into a single paragraph in the Rich Text Editor.
10
34
 
11
35
  - `#I627005` - Now, the issue where applying a list or alignment at the last line in Firefox caused the page to scroll to the top when the Rich Text Editor was rendered in an `iframe` has been successfully resolved.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-angular-richtexteditor@27.1.51",
3
+ "_id": "@syncfusion/ej2-angular-richtexteditor@27.1.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-50wvGwfIyeapW4tQP07WQMoZxmjgLmxH2tVMgQS6Og7TAc9FA1no9k09nV7DMlQbtJX1ns3AR6Hi+aZ7Im5iwg==",
5
+ "_integrity": "sha512-OvSPXJoflQJmRdkojXXCzZxWu1HudYM2bC7R0ZCTL0is2ld4t+UuXbiJH3h0rhqrAHFNge5mrSXr+4ob88Y+Cg==",
6
6
  "_location": "/@syncfusion/ej2-angular-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-27.1.51.tgz",
23
- "_shasum": "cec9aee0c4399ec01add483f1a4362e8b5f0ef02",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-27.1.52.tgz",
23
+ "_shasum": "64de0ac57f8f25a6b6dbb6fd06d963cdecf48672",
24
24
  "_spec": "@syncfusion/ej2-angular-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~27.1.50",
35
- "@syncfusion/ej2-base": "~27.1.52",
36
- "@syncfusion/ej2-richtexteditor": "27.1.52"
35
+ "@syncfusion/ej2-base": "~27.1.55",
36
+ "@syncfusion/ej2-richtexteditor": "27.1.55"
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": "27.1.52"
74
+ "version": "27.1.55"
75
75
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
2
- export declare const pkgVer = "^27.1.51";
2
+ export declare const pkgVer = "^27.1.52";
3
3
  export declare const moduleName = "RichTextEditorModule";
4
- export declare const themeVer = "~27.1.51";
4
+ export declare const themeVer = "~27.1.52";
@@ -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 = '^27.1.52';
4
+ exports.pkgVer = '^27.1.55';
5
5
  exports.moduleName = 'RichTextEditorModule';
6
- exports.themeVer = '~27.1.52';
6
+ exports.themeVer = '~27.1.55';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
2
- export const pkgVer = '^27.1.52';
2
+ export const pkgVer = '^27.1.55';
3
3
  export const moduleName = 'RichTextEditorModule';
4
- export const themeVer = '~27.1.52';
4
+ export const themeVer = '~27.1.55';