Skip to content

Commit 849414b

Browse files
author
pipeline
committed
v17.4.40 is released
1 parent 8654e5c commit 849414b

File tree

45 files changed

+239
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+239
-30
lines changed

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.4.39 (2019-12-17)
5+
## 17.4.40 (2019-12-24)
66

77
### Common
88

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-buttons",
3-
"version": "17.2.48",
3+
"version": "17.4.39",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 17.4.40 (2019-12-24)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- Issue with "popup not opened by using alt + down key while enabling JAWS" has been resolved.
12+
13+
### DateTimePicker
14+
15+
#### Bug Fixes
16+
17+
- `#257448` - Issue with "timepicker popup not destroyed while destroy the datetimepicker on close event" has been resolved.
18+
519
## 17.4.39 (2019-12-17)
620

721
### DateRangePicker

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "17.2.48",
3+
"version": "17.4.39",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.4.40 (2019-12-24)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#257935` - Axis labels rotated at 90 degree alignment issue now fixed.
12+
513
## 17.4.39 (2019-12-17)
614

715
### RangeNavigator

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "17.4.1",
3+
"version": "17.4.39",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-circulargauge",
3-
"version": "17.2.48",
3+
"version": "17.4.39",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.4.40 (2019-12-24)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#258522` - The issue with the connector that is not attached to the node when we draw a connector at the edge of the port has been fixed.
12+
513
## 17.4.39 (2019-12-17)
614

715
### Diagram

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "17.2.47",
3+
"version": "17.4.39",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,78 @@
22

33
## [Unreleased]
44

5+
## 17.4.40 (2019-12-24)
6+
7+
### Document Editor
8+
9+
#### Breaking Changes
10+
11+
- Some locale properties are renamed as below
12+
13+
|Previous|Now|
14+
|----|----|
15+
|Linked(Paragraph and Character)|Linked Style|
16+
|Don't add space between the paragraphs of the same styles|Contextual Spacing|
17+
|The password don't match|Password Mismatch|
18+
|Exceptions (optional)|Exceptions Optional|
19+
|Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
20+
|Yes, Start Enforcing Protection|Enforcing Protection|
21+
|This document is protected from unintentional editing. You may edit in this region.|Protected Document|
22+
|You may format text only with certain styles.|You may format text only with certain styles|
23+
|Type your comment hear|Type your comment here|
24+
|Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
25+
|Header & Footer|Header And Footer|
26+
|Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
27+
|Different Odd & Even Pages|Different Odd And Even Pages|
28+
|Different header and footer for first page.|Different header and footer for first page|
29+
|Distance from top of the page to top of the header|Distance from top of the page to top of the header|
30+
|Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
31+
|Insert / Delete|Insert Or Delete|
32+
|Number of heading or outline levels to be shown in table of contents.|Number of heading or outline levels to be shown in table of contents|
33+
|Show page numbers in table of contents.|Show page numbers in table of contents|
34+
|Right align page numbers in table of contents.|Right align page numbers in table of contents|
35+
|Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
36+
|Bold (Ctrl+B)|Bold Tooltip|
37+
|Italic (Ctrl+I)|Italic Tooltip|
38+
|Underline (Ctrl+U)|Underline Tooltip|
39+
|Superscript (Ctrl+Shift++)|Superscript Tooltip|
40+
|Subscript (Ctrl+=)|Subscript Tooltip|
41+
|Align left (Ctrl+L)|Align left Tooltip|
42+
|Center (Ctrl+E)|Center Tooltip|
43+
|Align right (Ctrl+R)|Align right Tooltip|
44+
|Justify (Ctrl+J)|Justify Tooltip|
45+
|Create a new document.|Create a new document|
46+
|Open a document.|Open a document|
47+
|Undo the last operation (Ctrl+Z).|Undo Tooltip|
48+
|Redo the last operation (Ctrl+Y).|Redo Tooltip|
49+
|Insert inline picture from a file.|Insert inline picture from a file|
50+
|Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
51+
|Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
52+
|Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
53+
|Add or edit the header.|Add or edit the header|
54+
|Add or edit the footer.|Add or edit the footer|
55+
|Open the page setup dialog.|Open the page setup dialog|
56+
|Add page numbers.|Add page numbers|
57+
|Find text in the document (Ctrl+F).|Find Text|
58+
|The current page number in the document. Click or tap to navigate specific page.|Current Page Number|
59+
60+
#### Bug Fixes
61+
62+
- `#255913` - Bookmark is now insert properly in splitted paragraph.
63+
- `#255736` , `#256106` , `#257011` - Context menu is now open in Firefox, Edge and Safari.
64+
- `#254998` - Character format is now apply properly for selected bookmark.
65+
- `#254997`, `#256764`, `#257106` , `#256764` - Paragraph format is now export properly if document contains selection.
66+
- `#255272` - Resolved script error when navigate to bookmark in header.
67+
- `#255188` - Bookmark is now preserved properly in header and footer.
68+
- `#255601` - Bookmark is now select properly after insert text.
69+
- `#256385` - Copy is now working properly in Firefox.
70+
- `#256321` - Auto fit table is now lay-out properly if maximum word width exceeds container width.
71+
- `#256509` - Resolved script error throws on backspace when selection is in bookmark end.
72+
- `#256053` - TOC outline level is now serialized properly on Word export.
73+
- `#256449` - Bullet list is now render properly in IOS chrome and safari.
74+
- `#256099` - List is now apply properly in multilevel list.
75+
- `#256384` - Tab width is now update properly when paragraph contains hanging indent.
76+
577
## 17.4.39 (2019-12-17)
678

779
### Document Editor

0 commit comments

Comments
 (0)