@syncfusion/ej2-angular-richtexteditor 27.1.51 → 27.1.52

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,36 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#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
+
11
+ - `#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.
12
+
13
+ - `#I625044` - Now, Resolved an issue where pasting mention chips inside a `<span>` resulted in unnecessary nested `<span>` tags in the Rich Text Editor.
14
+
15
+ - `#I636882` - Now, inserting the link with a URL as multiple spaces using the link dialog is prevented in the Rich Text Editor.
16
+
17
+ - `#I623355` - Now, the order list start attribute is maintained while copying and pasting content from Word document in the Rich Text Editor.
18
+
19
+ - `#I633767` - Now, the tooltip for custom toolbar items works properly in the Rich Text Editor.
20
+
21
+ - `#I631260` - Now, the Iframe editor's table border styles are handled with class names instead of tags.
22
+
23
+ - Now the default font size and font family will be applied to the editor when the Iframe mode is enabled.
24
+
25
+ - Now the browser spell check will work when the Iframe mode is enabled.
26
+
27
+ - Now the editor content will have proper line height when the Iframe mode is enabled.
28
+
29
+ - Now the Iframe editor's body element will have the class name `e-content` and then id.
30
+
31
+ - Now, the issue where the page would scroll with the Iframe editor `height` set to `auto` when the table quick toolbar was opened has been resolved.
32
+
33
+ ## 27.1.51 (2024-09-30)
34
+
35
+ ### RichTextEditor
36
+
37
+ #### Bug Fixes
38
+
9
39
  - `#I630952` - Now, pressing the delete key when the cursor is at the end of the container correctly removes the correct `br` tag in the Rich Text Editor.
10
40
 
11
41
  - `#I629344` - Now, the `Insert` button is disabled in the image dialog when the selected image size exceeds the maximum file size.
@@ -14,6 +44,8 @@
14
44
 
15
45
  - `#I629364` - Now, Border right will appear when pasting from the Excel in the Rich Text Editor.
16
46
 
47
+ - `#I634675` - Now, pressing the enter key after inserting the `hr` tag using `executeCommand` works properly in the Rich Text Editor.
48
+
17
49
  ## 27.1.50 (2024-09-24)
18
50
 
19
51
  ### RichTextEditor
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.50",
3
+ "_id": "@syncfusion/ej2-angular-richtexteditor@27.1.51",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-8BTaKywJC3DyilxhypucVaMAN4f3Fcx8nV50Dk/9WWdt+eszj0J6dKjnWDMQRdvWTv9EgjFKW7Rp9YDEVlsL0A==",
5
+ "_integrity": "sha512-50wvGwfIyeapW4tQP07WQMoZxmjgLmxH2tVMgQS6Og7TAc9FA1no9k09nV7DMlQbtJX1ns3AR6Hi+aZ7Im5iwg==",
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.50.tgz",
23
- "_shasum": "4bd758d23a27efa3f4e53ce65fc7da64643c55ed",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-27.1.51.tgz",
23
+ "_shasum": "cec9aee0c4399ec01add483f1a4362e8b5f0ef02",
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.50",
36
- "@syncfusion/ej2-richtexteditor": "27.1.51"
35
+ "@syncfusion/ej2-base": "~27.1.52",
36
+ "@syncfusion/ej2-richtexteditor": "27.1.52"
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.51"
74
+ "version": "27.1.52"
75
75
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
2
- export declare const pkgVer = "^27.1.50";
2
+ export declare const pkgVer = "^27.1.51";
3
3
  export declare const moduleName = "RichTextEditorModule";
4
- export declare const themeVer = "~27.1.50";
4
+ export declare const themeVer = "~27.1.51";
@@ -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.51';
4
+ exports.pkgVer = '^27.1.52';
5
5
  exports.moduleName = 'RichTextEditorModule';
6
- exports.themeVer = '~27.1.51';
6
+ exports.themeVer = '~27.1.52';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
2
- export const pkgVer = '^27.1.51';
2
+ export const pkgVer = '^27.1.52';
3
3
  export const moduleName = 'RichTextEditorModule';
4
- export const themeVer = '~27.1.51';
4
+ export const themeVer = '~27.1.52';