@syncfusion/ej2-angular-richtexteditor 27.1.57 → 27.1.58

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,26 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I644007` - Now, after deleting an empty line in the Rich Text Editor, the line will no longer reappear when clicking outside the editor.
10
+
11
+ - `#I641442` - Now, the link quick toolbar opens when clicking on an anchor element with a relative URL, without redirecting to the linked page.
12
+
13
+ - `#I643173` - Now, when applying bold, italic, or other inline formatting to text adjacent to an anchor tag, the space between the text and the anchor tag will remain preserved.
14
+
15
+ - `#I644738` - Now, the undo action now behaves correctly when selecting text with `Shift + Left Arrow` in the Rich Text Editor.
16
+
17
+ - `#I637881` - Now, the lines retained after pasting content to VS Code from the Rich Text Editor have been resolved.
18
+
19
+ - `#I645142` - Now, When resize is set to false in `insertImageSettings`, the resize handles do not appear, and the functionality operates as expected.
20
+
21
+ - `#I643686` - Now, the console error thrown with empty `valueTemplate` has been resolved.
22
+
23
+ ## 27.1.57 (2024-10-29)
24
+
25
+ ### RichTextEditor
26
+
27
+ #### Bug Fixes
28
+
9
29
  - `#I640976` - Now, the width and height attributes of the image are set with correct values instead of `auto`, when inserting and replacing the image in the Rich Text Editor.
10
30
 
11
31
  - `#I637660` - Now, the OneNote list that has been copied and pasted will now have a correct element structure.
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.55",
3
+ "_id": "@syncfusion/ej2-angular-richtexteditor@27.1.57",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-XzyhnHbBP7wjBix3XL+5j1LgtE5w40E+6Q7rrzhJy8zwpyoqwMLha0/Wf3wxKaklZUbJx7YJ3xhZAqPNTqkVFA==",
5
+ "_integrity": "sha512-HPSwQ24akmNuWg+fa2Yffp83INxjPXTF6bY/ZPgj8s3XbZLCLBJJrm7sy2x0eMKQ17ksRkNXP1a0BCdtHhcWpQ==",
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.55.tgz",
23
- "_shasum": "e82666470c14f161fca7bd8d6d9909b79cddee7f",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-27.1.57.tgz",
23
+ "_shasum": "2600ce26f2f6945bd6b559772b2500aa360e7abc",
24
24
  "_spec": "@syncfusion/ej2-angular-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~27.1.50",
35
35
  "@syncfusion/ej2-base": "~27.1.55",
36
- "@syncfusion/ej2-richtexteditor": "27.1.57"
36
+ "@syncfusion/ej2-richtexteditor": "27.1.58"
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.57"
74
+ "version": "27.1.58"
75
75
  }
@@ -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.57';
4
+ exports.pkgVer = '^27.1.58';
5
5
  exports.moduleName = 'RichTextEditorModule';
6
- exports.themeVer = '~27.1.57';
6
+ exports.themeVer = '~27.1.58';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
2
- export const pkgVer = '^27.1.57';
2
+ export const pkgVer = '^27.1.58';
3
3
  export const moduleName = 'RichTextEditorModule';
4
- export const themeVer = '~27.1.57';
4
+ export const themeVer = '~27.1.58';