Skip to content

Commit 308a7f2

Browse files
author
pipeline
committed
v17.1.41 is released
1 parent 7e7ddf1 commit 308a7f2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

components/inplaceeditor/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
- Toolbar fails to render properly in `RichTextEditor` In-Place Editor when `afterOpen` is set, that issue has been fixed.
1212
- Not able to hide the close icon issue has been fixed.
13+
- Change event doesn't trigger, when `RichTextEditor` blurs that issue has been fixed.
1314

1415
## 16.4.53 (2019-02-13)
1516

components/richtexteditor/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
#### Bug Fixes
1010

11+
- Change event doesn't trigger, when RichTextEditor blurs inside of `In-place Editor` that issue has been fixed.
12+
13+
## 17.1.40 (2019-04-09)
14+
15+
### RichTextEditor
16+
17+
#### Bug Fixes
18+
1119
- Insert image functionality of `RichTextEditor` is not working when render with `File Upload`, that issue has been fixed.
1220

1321
## 17.1.32-beta (2019-03-13)

components/richtexteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-richtexteditor",
3-
"version": "17.1.38",
3+
"version": "17.1.40",
44
"description": "Essential JS 2 RichTextEditor component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)