@syncfusion/ej2-react-richtexteditor 19.4.48 → 19.4.50

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
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### RichTextEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#F171387` - Now, pressing the backspace key when the cursor is at the start of the last list element works properly.
10
+ - `#I361186` - Now, cursor focus in the Rich Text Editor works properly when continuously pressing `enter` and `shift + enter` keys.
11
+ - `#F171703` - Now, paste the content in the Rich Text Editor after pressing the `shift + enter` key works properly.
12
+
5
13
  ## 19.4.47 (2022-01-25)
6
14
 
7
15
  ### RichTextEditor
@@ -21,7 +29,6 @@
21
29
  - `#I359685` - Now, enter key action works properly when an image is added in the list and pressed enter.
22
30
  - `#I359685` - Now, pressing the space key after `11.` works properly and doesn't create a list.
23
31
  - `#I358998` - Now, focusing on other elements when the cursor is in Rich Text Editor works properly in the IE11 browser.
24
- - `#F171387` - Now, pressing the backspace key when the cursor is at the start of the last list element works properly.
25
32
 
26
33
  ## 19.4.38 (2021-12-17)
27
34
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.umd.min.js
3
- * version : 19.4.48
3
+ * version : 19.4.50
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-react-richtexteditor@19.4.47",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@19.4.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-9dZw0v17dC6OoWHxLNA5D5HI1Cs/0fNzMNar6ujMzi5H57CcAYeC6MBe7K7edTbPgubMAPq1SKpn1phVhob+JA==",
5
+ "_integrity": "sha512-OVBRRIyS0lMM8DQlQ6jSgMMtn3tERaZgoP/9FOAml7o3EMSJHHdLgI2sq01gF6xY60zDXwBRrm05YGbQ7xqhgQ==",
6
6
  "_location": "/@syncfusion/ej2-react-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-19.4.47.tgz",
23
- "_shasum": "27495464ecf7c7b09e4bbcc1145953d72de918ca",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-19.4.48.tgz",
23
+ "_shasum": "f1d85533d3a981a09a4d358fe368835ed28f690c",
24
24
  "_spec": "@syncfusion/ej2-react-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~19.4.48",
35
35
  "@syncfusion/ej2-react-base": "~19.4.48",
36
- "@syncfusion/ej2-richtexteditor": "19.4.48"
36
+ "@syncfusion/ej2-richtexteditor": "19.4.50"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 RichTextEditor component for React",
@@ -59,6 +59,6 @@
59
59
  "type": "git",
60
60
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
61
61
  },
62
- "version": "19.4.48",
62
+ "version": "19.4.50",
63
63
  "sideEffects": false
64
64
  }