@syncfusion/ej2-richtexteditor 24.2.7 → 24.2.9

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 (78) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/ej2-richtexteditor.min.js +2 -2
  3. package/dist/ej2-richtexteditor.umd.min.js +2 -2
  4. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-richtexteditor.es2015.js +341 -157
  6. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-richtexteditor.es5.js +342 -156
  8. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  9. package/dist/global/ej2-richtexteditor.min.js +2 -2
  10. package/dist/global/ej2-richtexteditor.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/editor-manager/plugin/dom-node.js +3 -1
  14. package/src/editor-manager/plugin/format-painter-actions.d.ts +1 -0
  15. package/src/editor-manager/plugin/format-painter-actions.js +18 -0
  16. package/src/editor-manager/plugin/inserthtml.js +9 -1
  17. package/src/editor-manager/plugin/lists.js +79 -70
  18. package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -0
  19. package/src/editor-manager/plugin/ms-word-clean-up.js +22 -1
  20. package/src/rich-text-editor/actions/base-quick-toolbar.js +5 -2
  21. package/src/rich-text-editor/actions/color-picker.d.ts +1 -0
  22. package/src/rich-text-editor/actions/color-picker.js +10 -0
  23. package/src/rich-text-editor/actions/emoji-picker.js +1 -1
  24. package/src/rich-text-editor/actions/enter-key.js +2 -2
  25. package/src/rich-text-editor/actions/html-editor.js +10 -5
  26. package/src/rich-text-editor/actions/quick-toolbar.js +1 -1
  27. package/src/rich-text-editor/actions/toolbar.js +3 -0
  28. package/src/rich-text-editor/base/constant.d.ts +5 -0
  29. package/src/rich-text-editor/base/constant.js +5 -0
  30. package/src/rich-text-editor/base/rich-text-editor.js +21 -5
  31. package/src/rich-text-editor/models/default-locale.js +1 -1
  32. package/src/rich-text-editor/renderer/dialog-renderer.js +5 -1
  33. package/src/rich-text-editor/renderer/iframe-content-renderer.js +1 -1
  34. package/src/rich-text-editor/renderer/image-module.js +28 -7
  35. package/src/rich-text-editor/renderer/table-module.d.ts +3 -1
  36. package/src/rich-text-editor/renderer/table-module.js +111 -50
  37. package/src/rich-text-editor/renderer/toolbar-renderer.js +13 -13
  38. package/styles/bootstrap-dark.css +32 -13
  39. package/styles/bootstrap.css +36 -20
  40. package/styles/bootstrap4.css +18 -3
  41. package/styles/bootstrap5-dark.css +22 -9
  42. package/styles/bootstrap5.css +22 -9
  43. package/styles/fabric-dark.css +18 -3
  44. package/styles/fabric.css +18 -3
  45. package/styles/fluent-dark.css +24 -3
  46. package/styles/fluent.css +24 -3
  47. package/styles/highcontrast-light.css +18 -3
  48. package/styles/highcontrast.css +21 -3
  49. package/styles/material-dark.css +22 -3
  50. package/styles/material.css +22 -3
  51. package/styles/material3-dark.css +19 -4
  52. package/styles/material3.css +19 -4
  53. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +8 -8
  54. package/styles/rich-text-editor/_bootstrap-definition.scss +14 -14
  55. package/styles/rich-text-editor/_layout.scss +11 -0
  56. package/styles/rich-text-editor/_material3-definition.scss +1 -1
  57. package/styles/rich-text-editor/_theme.scss +47 -13
  58. package/styles/rich-text-editor/bootstrap-dark.css +32 -13
  59. package/styles/rich-text-editor/bootstrap.css +36 -20
  60. package/styles/rich-text-editor/bootstrap4.css +18 -3
  61. package/styles/rich-text-editor/bootstrap5-dark.css +22 -9
  62. package/styles/rich-text-editor/bootstrap5.css +22 -9
  63. package/styles/rich-text-editor/fabric-dark.css +18 -3
  64. package/styles/rich-text-editor/fabric.css +18 -3
  65. package/styles/rich-text-editor/fluent-dark.css +24 -3
  66. package/styles/rich-text-editor/fluent.css +24 -3
  67. package/styles/rich-text-editor/highcontrast-light.css +18 -3
  68. package/styles/rich-text-editor/highcontrast.css +21 -3
  69. package/styles/rich-text-editor/material-dark.css +22 -3
  70. package/styles/rich-text-editor/material.css +22 -3
  71. package/styles/rich-text-editor/material3-dark.css +19 -4
  72. package/styles/rich-text-editor/material3.css +19 -4
  73. package/styles/rich-text-editor/tailwind-dark.css +30 -3
  74. package/styles/rich-text-editor/tailwind.css +30 -3
  75. package/styles/tailwind-dark.css +30 -3
  76. package/styles/tailwind.css +30 -3
  77. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -41
  78. package/.github/PULL_REQUEST_TEMPLATE/Feature.md +0 -27
@@ -1777,6 +1777,14 @@
1777
1777
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
1778
1778
  min-height: 48px;
1779
1779
  }
1780
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
1781
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
1782
+ height: 38px;
1783
+ }
1784
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
1785
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
1786
+ height: 38px;
1787
+ }
1780
1788
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
1781
1789
  margin: 0 6px;
1782
1790
  min-height: 48px;
@@ -2736,9 +2744,6 @@
2736
2744
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2737
2745
  color: #d1d5db;
2738
2746
  }
2739
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2740
- color: #d1d5db;
2741
- }
2742
2747
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2743
2748
  color: #d1d5db;
2744
2749
  }
@@ -2921,6 +2926,19 @@
2921
2926
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
2922
2927
  background: #374151;
2923
2928
  }
2929
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
2930
+ padding-top: 1px;
2931
+ height: 30px;
2932
+ }
2933
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
2934
+ background: #4b5563;
2935
+ }
2936
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
2937
+ background: #4b5563;
2938
+ }
2939
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn:hover {
2940
+ background: #232e3e;
2941
+ }
2924
2942
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
2925
2943
  border: 0.5px solid #4b5563;
2926
2944
  }
@@ -2968,6 +2986,10 @@
2968
2986
  border-color: #374151;
2969
2987
  }
2970
2988
 
2989
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
2990
+ padding-top: 8px;
2991
+ }
2992
+
2971
2993
  .e-dialog .e-img-uploadwrap .e-droptext,
2972
2994
  .e-dialog .e-aud-uploadwrap .e-droptext,
2973
2995
  .e-dialog .e-vid-uploadwrap .e-droptext,
@@ -3194,6 +3216,11 @@ span.e-table-box.e-rbox-select {
3194
3216
  color: #d1d5db;
3195
3217
  }
3196
3218
 
3219
+ .e-bigger .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons,
3220
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
3221
+ color: #6b7280;
3222
+ }
3223
+
3197
3224
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
3198
3225
  border-radius: 4px;
3199
3226
  }
@@ -1777,6 +1777,14 @@
1777
1777
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
1778
1778
  min-height: 48px;
1779
1779
  }
1780
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
1781
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
1782
+ height: 38px;
1783
+ }
1784
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
1785
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
1786
+ height: 38px;
1787
+ }
1780
1788
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
1781
1789
  margin: 0 6px;
1782
1790
  min-height: 48px;
@@ -2736,9 +2744,6 @@
2736
2744
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2737
2745
  color: #6b7280;
2738
2746
  }
2739
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2740
- color: #6b7280;
2741
- }
2742
2747
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2743
2748
  color: #6b7280;
2744
2749
  }
@@ -2921,6 +2926,19 @@
2921
2926
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
2922
2927
  background: #f3f4f6;
2923
2928
  }
2929
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
2930
+ padding-top: 1px;
2931
+ height: 30px;
2932
+ }
2933
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
2934
+ background: #e5e7eb;
2935
+ }
2936
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
2937
+ background: #e5e7eb;
2938
+ }
2939
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn:hover {
2940
+ background: #f9fafb;
2941
+ }
2924
2942
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
2925
2943
  border: 0.5px solid #e5e7eb;
2926
2944
  }
@@ -2968,6 +2986,10 @@
2968
2986
  border-color: #f3f4f6;
2969
2987
  }
2970
2988
 
2989
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
2990
+ padding-top: 8px;
2991
+ }
2992
+
2971
2993
  .e-dialog .e-img-uploadwrap .e-droptext,
2972
2994
  .e-dialog .e-aud-uploadwrap .e-droptext,
2973
2995
  .e-dialog .e-vid-uploadwrap .e-droptext,
@@ -3194,6 +3216,11 @@ span.e-table-box.e-rbox-select {
3194
3216
  color: #6b7280;
3195
3217
  }
3196
3218
 
3219
+ .e-bigger .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons,
3220
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
3221
+ color: #d1d5db;
3222
+ }
3223
+
3197
3224
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
3198
3225
  border-radius: 4px;
3199
3226
  }
@@ -1777,6 +1777,14 @@
1777
1777
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
1778
1778
  min-height: 48px;
1779
1779
  }
1780
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
1781
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
1782
+ height: 38px;
1783
+ }
1784
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
1785
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
1786
+ height: 38px;
1787
+ }
1780
1788
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
1781
1789
  margin: 0 6px;
1782
1790
  min-height: 48px;
@@ -2736,9 +2744,6 @@
2736
2744
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2737
2745
  color: #d1d5db;
2738
2746
  }
2739
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2740
- color: #d1d5db;
2741
- }
2742
2747
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2743
2748
  color: #d1d5db;
2744
2749
  }
@@ -2921,6 +2926,19 @@
2921
2926
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
2922
2927
  background: #374151;
2923
2928
  }
2929
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
2930
+ padding-top: 1px;
2931
+ height: 30px;
2932
+ }
2933
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
2934
+ background: #4b5563;
2935
+ }
2936
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
2937
+ background: #4b5563;
2938
+ }
2939
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn:hover {
2940
+ background: #232e3e;
2941
+ }
2924
2942
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
2925
2943
  border: 0.5px solid #4b5563;
2926
2944
  }
@@ -2968,6 +2986,10 @@
2968
2986
  border-color: #374151;
2969
2987
  }
2970
2988
 
2989
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
2990
+ padding-top: 8px;
2991
+ }
2992
+
2971
2993
  .e-dialog .e-img-uploadwrap .e-droptext,
2972
2994
  .e-dialog .e-aud-uploadwrap .e-droptext,
2973
2995
  .e-dialog .e-vid-uploadwrap .e-droptext,
@@ -3194,6 +3216,11 @@ span.e-table-box.e-rbox-select {
3194
3216
  color: #d1d5db;
3195
3217
  }
3196
3218
 
3219
+ .e-bigger .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons,
3220
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
3221
+ color: #6b7280;
3222
+ }
3223
+
3197
3224
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
3198
3225
  border-radius: 4px;
3199
3226
  }
@@ -1777,6 +1777,14 @@
1777
1777
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
1778
1778
  min-height: 48px;
1779
1779
  }
1780
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content,
1781
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret {
1782
+ height: 38px;
1783
+ }
1784
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover,
1785
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
1786
+ height: 38px;
1787
+ }
1780
1788
  .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
1781
1789
  margin: 0 6px;
1782
1790
  min-height: 48px;
@@ -2736,9 +2744,6 @@
2736
2744
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
2737
2745
  color: #6b7280;
2738
2746
  }
2739
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons {
2740
- color: #6b7280;
2741
- }
2742
2747
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons {
2743
2748
  color: #6b7280;
2744
2749
  }
@@ -2921,6 +2926,19 @@
2921
2926
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
2922
2927
  background: #f3f4f6;
2923
2928
  }
2929
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
2930
+ padding-top: 1px;
2931
+ height: 30px;
2932
+ }
2933
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content:hover {
2934
+ background: #e5e7eb;
2935
+ }
2936
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-caret:hover {
2937
+ background: #e5e7eb;
2938
+ }
2939
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn:hover {
2940
+ background: #f9fafb;
2941
+ }
2924
2942
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
2925
2943
  border: 0.5px solid #e5e7eb;
2926
2944
  }
@@ -2968,6 +2986,10 @@
2968
2986
  border-color: #f3f4f6;
2969
2987
  }
2970
2988
 
2989
+ .e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown .e-rte-color-content {
2990
+ padding-top: 8px;
2991
+ }
2992
+
2971
2993
  .e-dialog .e-img-uploadwrap .e-droptext,
2972
2994
  .e-dialog .e-aud-uploadwrap .e-droptext,
2973
2995
  .e-dialog .e-vid-uploadwrap .e-droptext,
@@ -3194,6 +3216,11 @@ span.e-table-box.e-rbox-select {
3194
3216
  color: #6b7280;
3195
3217
  }
3196
3218
 
3219
+ .e-bigger .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons,
3220
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
3221
+ color: #d1d5db;
3222
+ }
3223
+
3197
3224
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
3198
3225
  border-radius: 4px;
3199
3226
  }
@@ -1,41 +0,0 @@
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
@@ -1,27 +0,0 @@
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