@syncfusion/ej2-richtexteditor 19.3.57 → 19.4.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.
Files changed (38) hide show
  1. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +41 -0
  2. package/.github/PULL_REQUEST_TEMPLATE/Feature.md +27 -0
  3. package/CHANGELOG.md +24 -12
  4. package/README.md +1 -1
  5. package/dist/ej2-richtexteditor.umd.min.js +2 -2
  6. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  7. package/dist/es6/ej2-richtexteditor.es2015.js +150 -62
  8. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  9. package/dist/es6/ej2-richtexteditor.es5.js +149 -61
  10. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  11. package/dist/global/ej2-richtexteditor.min.js +2 -2
  12. package/dist/global/ej2-richtexteditor.min.js.map +1 -1
  13. package/dist/global/index.d.ts +1 -1
  14. package/package.json +12 -12
  15. package/src/editor-manager/plugin/lists.js +4 -2
  16. package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
  17. package/src/editor-manager/plugin/ms-word-clean-up.js +54 -20
  18. package/src/editor-manager/plugin/selection-commands.js +10 -5
  19. package/src/editor-manager/plugin/undo.js +10 -1
  20. package/src/rich-text-editor/actions/color-picker.d.ts +1 -0
  21. package/src/rich-text-editor/actions/color-picker.js +2 -1
  22. package/src/rich-text-editor/actions/dropdown-buttons.js +0 -10
  23. package/src/rich-text-editor/actions/enter-key.js +55 -11
  24. package/src/rich-text-editor/actions/html-editor.js +3 -2
  25. package/src/rich-text-editor/actions/xhtml-validation.js +1 -1
  26. package/src/rich-text-editor/base/interface.d.ts +1 -1
  27. package/src/rich-text-editor/base/rich-text-editor-model.d.ts +1 -1
  28. package/src/rich-text-editor/base/rich-text-editor.d.ts +1 -1
  29. package/src/rich-text-editor/base/rich-text-editor.js +2 -2
  30. package/src/rich-text-editor/models/toolbar-settings-model.d.ts +1 -1
  31. package/src/rich-text-editor/models/toolbar-settings.d.ts +1 -1
  32. package/src/rich-text-editor/models/toolbar-settings.js +1 -1
  33. package/src/rich-text-editor/renderer/image-module.js +5 -4
  34. package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +1 -1
  35. package/src/rich-text-editor/renderer/toolbar-renderer.js +3 -2
  36. package/styles/rich-text-editor/_fluent-definition.scss +168 -0
  37. package/styles/rich-text-editor/_layout.scss +1 -1
  38. package/styles/rich-text-editor/icons/_fluent.scss +303 -0
@@ -0,0 +1,41 @@
1
+ ### Bug description
2
+
3
+ (Clearly and concisely describe the problem.)
4
+
5
+ ### Root Cause / Analysis
6
+
7
+ (Briefly describe root cause/analysis of the problem. If there is an internal discussion on the forum, provide the link.)
8
+
9
+ ### Reason for not identifying earlier
10
+
11
+ (Explain how it was missed to identify in our earlier testing/development.)
12
+
13
+ ### Is Breaking issue.?
14
+
15
+ (If it is a breaking issue, provide the commit detail which caused this break.)
16
+
17
+ ### Is reported by customer in incident/forum.?
18
+
19
+ (If it is reported by customer, provide the incident or forum details.)
20
+
21
+ ### Solution Description
22
+
23
+ (Describe your code changes in detail for reviewers.)
24
+
25
+ ### Areas affected and ensured
26
+
27
+ (List out the areas are affected by your code changes.)
28
+
29
+ ### E2E report details against this fix
30
+
31
+ (Run E2E locally and mention the details with mail attachment.)
32
+
33
+ ### Did you included unit test cases.?
34
+
35
+ (Provide unit testing spec coverage details.)
36
+
37
+ ### Is there any API name changes.?
38
+
39
+ /label ~bug
40
+ /assign @ScrumMaster
41
+ /cc @ProductOwner
@@ -0,0 +1,27 @@
1
+ ### Feature description
2
+
3
+ (Clearly and concisely describe the feature.)
4
+
5
+ ### Analysis / Design
6
+
7
+ (Briefly describe analysis of the feature. If there is an internal discussion on the Forum, provide the link.)
8
+
9
+ ### Solution Description
10
+
11
+ (Describe your code changes in detail for reviewers.)
12
+
13
+ ### Areas affected and ensured
14
+
15
+ (List out the areas are affected by your code changes.)
16
+
17
+ ### Did you included unit test cases.?
18
+
19
+ (Provide unit testing spec coverage details.)
20
+
21
+ ### Is there any API name changes.?
22
+
23
+ (Provide new or update of API details)
24
+
25
+ /label ~bug
26
+ /assign @ScrumMaster
27
+ /cc @ProductOwner
package/CHANGELOG.md CHANGED
@@ -2,37 +2,47 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.47 (2022-01-25)
6
+
5
7
  ### RichTextEditor
6
8
 
7
9
  #### Bug Fixes
8
10
 
9
- - `#I356983` - The issue with "Unwanted line is added in Rich Text Editor, when performing the drag and drop image upload" has been resolved.
11
+ - `#I361186` - The issue with "Strange behavior occurred in the Rich Text Editor component, when repeatedly pressing the `shift + enter` key" has been resolved.
10
12
 
11
- - `#I347461` - The issue with "When we have two images in the Rich Text Editor and you click on one and then the next one, the quickToolbar popup does not appear" has been resolved
13
+ ## 19.4.40 (2021-12-28)
12
14
 
13
- - `#I343770` - The issue with "Image is not deleted when press backspace and delete button" has been resolved.
15
+ ### RichTextEditor
14
16
 
15
- - `#I356969` - The issue with "Rich Text Editor Image quickToolbar popup is not hidden, if we cancel uploading with the popup being opened" has been resolved.
17
+ #### Bug Fixes
16
18
 
17
- - `#I346752` - The issue with "applying code format to the already applied code format content reverts to paragraph" has been resolved.
19
+ - `#I347512` - The issue with "ColorPicker of Table quick toolbar got reset whenever quick toolbar rendered" has been resolved.
18
20
 
19
- - `#F170386` - The issue with "shift enter key is not working properly when `shiftEnterKey` is configured as `BR` in the safari browser" has been resolved.
21
+ - `#I358633` - Now, pasting alpha list type contents from the MS Word into the Rich Text Editor works properly.
20
22
 
21
- - `#I347313` - The issue with "previous line is removed when pressing enter key after shift enter key action" has been resolved.
23
+ - `#I359685` - Now, enter key action works properly when an image is added in the list and pressed enter.
22
24
 
23
- - `#I347461` - The issue with "image resize not working when an image is resized to the full Rich Text Editor size and trying to minimize the image by clicking on the bottom right resize icon" has been resolved.
25
+ - `#I359685` - Now, pressing the space key after `11.` works properly and doesn't create a list.
24
26
 
25
- - `#I356989` - The issue with "image element not returned properly, while applying any alignments before image upload success is completed" has been resolved.
27
+ - `#I358998` - Now, focusing on other elements when the cursor is in Rich Text Editor works properly in the IE11 browser.
26
28
 
27
- - `#I348816` - The issue with "special characters are added in the Rich Text Editor when pasting the link" has been resolved.
29
+ - `#F171387` - Now, pressing the backspace key when the cursor is at the start of the last list element works properly.
28
30
 
29
- ## 19.3.55 (2021-11-23)
31
+ ## 19.4.38 (2021-12-17)
30
32
 
31
33
  ### RichTextEditor
32
34
 
33
35
  #### Bug Fixes
34
36
 
35
- - `#I347461` - The issue with "quickToolbar of image is not hidden, when we click on the popup and then press Esc to hide" has been resolved.
37
+ - `#I347512` - The issue with "ColorPicker of Table quick toolbar got reset every time when quick toolbar rendered" has been resolved.
38
+
39
+ - `#I347324` - The issue with "pressing enter key creates a new line when read only mode is enabled dynamically" has been resolved.
40
+
41
+ - `#I355194` - The issue with "console error occurs when undo icon in the toolbar is clicked after inserting the content using the `tribute js`" has been resolved.
42
+
43
+ - `#I348822` - The issue with "selecting some content and applying font and background color alternatively will create some new elements" has been resolved.
44
+
45
+ - `#I349275` - The issue with "image resizing is not working properly when image height is greater than image width" has been resolved.
36
46
 
37
47
  ## 19.3.53 (2021-11-12)
38
48
 
@@ -128,6 +138,8 @@
128
138
 
129
139
  - `#I332614` - Resolved the issue with table row and column are not resizable, when its position exceeds the height of the Rich Text Editor.
130
140
 
141
+ - `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
142
+
131
143
  - `#I340075` - The issue with "Resizing the table columns not updated the table cells properly" has been resolved.
132
144
 
133
145
  ## 19.2.59 (2021-08-31)
package/README.md CHANGED
@@ -65,4 +65,4 @@ Check the license details [here](https://github.com/syncfusion/ej2/blob/master/l
65
65
  ## 8. Change log
66
66
  Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/richtexteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm)
67
67
 
68
- © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
68
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.